cef/tests/unittests
Marshall Greenblatt ca0e381681 Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044).
- CefRequestContext instances can be configured using a new CefRequestContextSettings structure passed to CefRequestContext::CreateContext.
- Scheme registration is now per-request-context using new CefRequestContext::RegisterSchemeHandlerFactory and ClearSchemeHandlerFactories methods.
- Cookie managers are now per-request-context by default and can be retrieved using a new CefRequestContext::GetDefaultCookieManager method.
- CefURLRequest::Create now accepts an optional CefRequestContext argument for associating a URL request with a context (browser process only).
- The CefRequestContextHandler associated with a CefRequestContext will not be released until all objects related to that context have been destroyed.
- When the cache path is empty an in-memory cache ("incognito mode") will be used for storage and no data will be persisted to disk.
- Add CefSettings.user_data_path which specifies the location where user data such as spell checking dictionary files will be stored on disk.
- Add asynchronous callbacks for all CefCookieManager methods.
- Add PK_LOCAL_APP_DATA and PK_USER_DATA path keys for retrieving user directories via CefGetPath.
- cefclient: Add "New Window" test that creates a new window unrelated to existing windows. When used in combination with `--request-context-per-browser` the new window will be given a new and isolated request context.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2040 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-02 20:25:14 +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 Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
chromium_includes.h Add base::string16 support (issue #1336). 2014-07-15 22:07:25 +00:00
client_app_delegates.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
command_line_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cookie_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
dialog_unittest.cc - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
display_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
dom_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
download_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
frame_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
geolocation_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
jsdialog_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
life_span_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
message_router_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
navigation_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
os_rendering_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +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 Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
process_message_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
request_context_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
request_handler_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
request_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
routing_test_handler.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
routing_test_handler.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
run_all_unittests.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
run_all_unittests_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
scheme_handler_unittest.cc Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
stream_resource_handler_unittest.cc Improvements to unit test behavior. 2015-01-09 23:40:26 +00:00
stream_unittest.cc Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
string_unittest.cc Add base::string16 support (issue #1336). 2014-07-15 22:07:25 +00:00
task_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
test_handler.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
test_handler.h Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
test_suite.cc Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
test_suite.h Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
test_util.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +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 40af916d (#303546). 2014-11-12 19:25:15 +00:00
url_unittest.cc - Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530). 2015-02-11 18:15:04 +00:00
urlrequest_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
v8_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
values_unittest.cc Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
version_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
xml_reader_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
zip_reader_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00