cef/tests/unittests
Marshall Greenblatt 199a3faafe Update to Chromium revision 261035.
- The CefSettings.release_dcheck_enabled option has been removed. This functionality can be enabled by setting the dcheck_always_on=1 gyp variable before building CEF/Chromium. See http://crbug.com/350462 for details.
- The UR_FLAG_ALLOW_COOKIES option has been removed and the functionality has been merged into UR_FLAG_ALLOW_CACHED_CREDENTIALS.
- Mac: [NSApplication sharedApplication] should no longer be called in the renderer process. See http://crbug.com/306348 for details.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1641 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-04 16:50:38 +00:00
..
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 Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +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 Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +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 Windows: Fix 64-bit compile errors (issue #1184). 2014-01-28 16:58:44 +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 Update to Chromium revision 248478. 2014-02-05 20:35:45 +00:00
os_rendering_unittest_mac.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
os_rendering_unittest_mac.mm Fix svn:eol-style property. 2013-10-18 16:33:56 +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 Restore CefRenderProcessHandler::OnBeforeNavigation (issue #1076). This method is still needed for some use cases due to issue #1129. 2013-11-21 20:59:28 +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 sandbox support (issue #524). 2013-11-15 18:47:02 +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 Update to Chromium revision 261035. 2014-04-04 16:50:38 +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