cef/include/capi
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
..
cef_app_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_auth_callback_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_base_capi.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_browser_capi.h - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
cef_browser_process_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_callback_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_client_capi.h Add CefFindHandler for reporting find results (issue #1482). 2015-01-12 21:04:08 +00:00
cef_command_line_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_context_menu_handler_capi.h Update to Chromium revision beafd8cb (#314338). 2015-02-04 18:10:14 +00:00
cef_cookie_capi.h 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
cef_dialog_handler_capi.h - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
cef_display_handler_capi.h Add CefDisplayHandler::OnFaviconURLChange callback (issue #964). 2015-01-12 19:37:52 +00:00
cef_dom_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_download_handler_capi.h Add the ability to Pause/Resume downloads via new CefDownloadItemCallback methods (issue #1425). 2015-01-12 19:47:40 +00:00
cef_download_item_capi.h Add CefDownloadItem::GetOriginalUrl method (issue #1201). 2015-01-20 22:48:32 +00:00
cef_drag_data_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_drag_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_find_handler_capi.h Add CefFindHandler for reporting find results (issue #1482). 2015-01-12 21:04:08 +00:00
cef_focus_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_frame_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_geolocation_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_geolocation_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_jsdialog_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_keyboard_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_life_span_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_load_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_menu_model_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_navigation_entry_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_origin_whitelist_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_path_util_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_print_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_print_settings_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_process_message_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_process_util_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_render_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_render_process_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_request_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_request_context_capi.h 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
cef_request_context_handler_capi.h 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
cef_request_handler_capi.h - Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530). 2015-02-11 18:15:04 +00:00
cef_resource_bundle_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_resource_handler_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_response_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_scheme_capi.h 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
cef_ssl_info_capi.h - Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530). 2015-02-11 18:15:04 +00:00
cef_stream_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_string_visitor_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_task_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_trace_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_url_capi.h - Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530). 2015-02-11 18:15:04 +00:00
cef_urlrequest_capi.h 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
cef_v8_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_values_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_web_plugin_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_xml_reader_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00
cef_zip_reader_capi.h Update copyright year in generated files. 2015-01-05 13:03:50 +00:00