.. |
mac
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
browser_info_map_unittest.cc
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
client_app_delegates.cc
|
Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258).
|
2014-07-10 15:41:30 +00:00 |
command_line_unittest.cc
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cookie_unittest.cc
|
Update to Chromium revision 248478.
|
2014-02-05 20:35:45 +00:00 |
dialog_unittest.cc
|
- Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761).
|
2012-10-16 19:28:07 +00:00 |
display_unittest.cc
|
Update to Chromium revision 242756.
|
2014-01-02 22:41:11 +00:00 |
dom_unittest.cc
|
Fix spelling error in OnProcessMessageReceived (issue #636).
|
2012-06-11 20:03:49 +00:00 |
download_unittest.cc
|
Fix svn:eol-style property.
|
2013-10-18 16:33:56 +00:00 |
geolocation_unittest.cc
|
Update to Chromium revision 280796.
|
2014-07-02 18:25:22 +00:00 |
jsdialog_unittest.cc
|
Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507).
|
2012-04-16 21:15:27 +00:00 |
life_span_unittest.cc
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
message_router_unittest.cc
|
Linux: Fix release build compile errors (issue #1316)
|
2014-07-02 22:51:31 +00:00 |
navigation_unittest.cc
|
Add <algorithm> include required by VS2013 (issue #1094).
|
2014-01-14 19:57:17 +00:00 |
os_rendering_unittest.cc
|
Implement off-screen rendering support using delegated rendering (issue #1257).
|
2014-06-30 22:30:29 +00:00 |
os_rendering_unittest_mac.h
|
Implement off-screen rendering support using delegated rendering (issue #1257).
|
2014-06-30 22:30:29 +00:00 |
os_rendering_unittest_mac.mm
|
Implement off-screen rendering support using delegated rendering (issue #1257).
|
2014-06-30 22:30:29 +00:00 |
print_unittest.cc
|
Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258).
|
2014-07-10 15:41:30 +00:00 |
process_message_unittest.cc
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
request_context_unittest.cc
|
Linux: Fix compile error
|
2013-09-03 19:12:22 +00:00 |
request_handler_unittest.cc
|
Remove CefRenderProcessHandler::OnBeforeNavigation (issue #1076).
|
2013-09-16 15:26:08 +00:00 |
request_unittest.cc
|
Move LoadRequest execution to the browser process and use data: URLs for LoadString (issue #579).
|
2014-07-10 18:22:09 +00:00 |
routing_test_handler.cc
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
routing_test_handler.h
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
run_all_unittests.cc
|
Add missing newline at end of file
|
2014-06-30 22:54:35 +00:00 |
run_all_unittests_mac.mm
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
scheme_handler_unittest.cc
|
Add <algorithm> include required by VS2013 (issue #1094).
|
2014-01-14 19:57:17 +00:00 |
stream_resource_handler_unittest.cc
|
Fix completion status for asynchronous custom resource handler requests (issue #1066, issue #1187).
|
2014-02-06 00:18:33 +00:00 |
stream_unittest.cc
|
- Add MayBlock() method to stream classes which is used as a hint when determining the thread to access the stream from (issue #1187).
|
2014-01-30 23:15:55 +00:00 |
string_unittest.cc
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
task_unittest.cc
|
Fix error in TaskTest.PostDelayedTask1 test.
|
2013-11-11 16:57:20 +00:00 |
test_handler.cc
|
Provide a generic JavaScript message router implementation (issue #1183).
|
2014-01-27 23:31:03 +00:00 |
test_handler.h
|
Update to Chromium revision 248478.
|
2014-02-05 20:35:45 +00:00 |
test_suite.cc
|
Implement off-screen rendering support using delegated rendering (issue #1257).
|
2014-06-30 22:30:29 +00:00 |
test_suite.h
|
Update to Chromium revision 261035.
|
2014-04-04 16:50:38 +00:00 |
test_util.cc
|
Windows: Fix 64-bit compile errors (issue #394).
|
2013-08-14 21:45:22 +00:00 |
test_util.h
|
- Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761).
|
2012-10-16 19:28:07 +00:00 |
tracing_unittest.cc
|
Update to Chromium revision 248478.
|
2014-02-05 20:35:45 +00:00 |
url_unittest.cc
|
Add a new CefURLParts.origin member for retrieving the origin when parsing a URL.
|
2014-01-28 19:19:41 +00:00 |
urlrequest_unittest.cc
|
Update to Chromium revision 261035.
|
2014-04-04 16:50:38 +00:00 |
v8_unittest.cc
|
- Support DevTools without remote debugging via CefBrowserHost::ShowDevTools and CloseDevTools methods (issue #659).
|
2013-11-08 16:06:06 +00:00 |
values_unittest.cc
|
Support custom V8 bindings on WebWorker threads (issue #451).
|
2013-01-03 17:24:24 +00:00 |
version_unittest.cc
|
Add CEF API hash and version info retrieval functions (issue #914).
|
2013-03-25 21:54:53 +00:00 |
xml_reader_unittest.cc
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
zip_reader_unittest.cc
|
Add password argument to CefZipArchive::Load (issue #986).
|
2013-06-10 18:23:48 +00:00 |