cef/include
Marshall Greenblatt 558a8a3658 Implement improvements for request handling (issue #1327).
- Add a new CefRequestHandler::OnResourceResponse() method for inspecting the request/response headers and potentially restarting or redirecting the request.
- Add a new CefRequest::GetIdentifier() method for tracking a request across multiple CefRequestHandler callbacks.
- Pass a CefRequest object instead of just the old URL to CefRequestHandler::OnResourceRedirect().

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2073 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-11 18:44:11 +00:00
..
base Update to Chromium revision d3cf92ca (#310534). 2015-01-09 17:22:10 +00:00
capi Implement improvements for request handling (issue #1327). 2015-03-11 18:44:11 +00:00
internal Add target disposition and user gesture parameters to CefLifeSpanHandler::OnBeforePopup (issue #1525). 2015-03-06 21:38:38 +00:00
wrapper Linux: Fix heap-buffer-overflow when passing command-line arguments to cef_unittests (issue #1458). 2015-03-02 17:26:11 +00:00
cef_app.h Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
cef_application_mac.h Mac: Support retina display when building with the 10.6 SDK (issue #1038). 2013-08-08 15:58:50 +00:00
cef_auth_callback.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cef_base.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_browser.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.h 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
cef_callback.h Update to Chromium revision 248478. 2014-02-05 20:35:45 +00:00
cef_client.h Add CefFindHandler for reporting find results (issue #1482). 2015-01-12 21:04:08 +00:00
cef_command_line.h Use the platform API hash instead of build revision for checking libcef compatibility (issue #914). 2013-03-25 22:15:33 +00:00
cef_context_menu_handler.h Update to Chromium revision beafd8cb (#314338). 2015-02-04 18:10:14 +00:00
cef_cookie.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.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.h Add CefDisplayHandler::OnFaviconURLChange callback (issue #964). 2015-01-12 19:37:52 +00:00
cef_dom.h Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
cef_download_handler.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.h Add CefDownloadItem::GetOriginalUrl method (issue #1201). 2015-01-20 22:48:32 +00:00
cef_drag_data.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
cef_drag_handler.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cef_find_handler.h Add CefFindHandler for reporting find results (issue #1482). 2015-01-12 21:04:08 +00:00
cef_focus_handler.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
cef_frame.h Fix documentation errors (issue #934). 2013-04-05 17:19:26 +00:00
cef_geolocation.h Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +00:00
cef_geolocation_handler.h Update to Chromium revision 280796. 2014-07-02 18:25:22 +00:00
cef_jsdialog_handler.h Make |origin_url| parameter to CefJSDialogHandler::OnJsDialog optional since it may be empty for non-standard schemes (issue #1106). 2014-02-11 20:23:00 +00:00
cef_keyboard_handler.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
cef_life_span_handler.h Add target disposition and user gesture parameters to CefLifeSpanHandler::OnBeforePopup (issue #1525). 2015-03-06 21:38:38 +00:00
cef_load_handler.h Expose CefLoadHandler in the render process (issue #1077). 2013-09-12 23:36:54 +00:00
cef_menu_model.h Revert the CefMenuModel separator changes added in revision 747. 2012-08-29 16:58:40 +00:00
cef_navigation_entry.h Add CefBrowserHost::GetNavigationEntries for retrieving a snapshot of navigation history (issue #1442). 2014-11-24 19:23:26 +00:00
cef_origin_whitelist.h Support cross-origin XMLHttpRequest loads and redirects for custom standard schemes when enabled via the cross-origin whitelist (issue #950). 2013-04-18 17:58:23 +00:00
cef_path_util.h - Add example to cefclient of launching DevTools in an external browser window and process using new CefGetPath and CefLaunchProcess functions (issue #639). 2012-06-26 16:47:05 +00:00
cef_print_handler.h 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
cef_print_settings.h 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
cef_process_message.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_process_util.h - Add example to cefclient of launching DevTools in an external browser window and process using new CefGetPath and CefLaunchProcess functions (issue #639). 2012-06-26 16:47:05 +00:00
cef_render_handler.h Pass the scroll offset to CefRenderHandler::OnScrollOffsetChanged (issue #1561). 2015-03-06 17:50:14 +00:00
cef_render_process_handler.h 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
cef_request.h Implement improvements for request handling (issue #1327). 2015-03-11 18:44:11 +00:00
cef_request_context.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.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.h Implement improvements for request handling (issue #1327). 2015-03-11 18:44:11 +00:00
cef_resource_bundle_handler.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
cef_resource_handler.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
cef_response.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
cef_runnable.h Update to Chromium revision d3cf92ca (#310534). 2015-01-09 17:22:10 +00:00
cef_sandbox_win.h Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
cef_scheme.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.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.h - 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
cef_string_visitor.h Make |string| parameter to CefStringVisitor::Visit optional (issue #1216). 2014-03-12 14:49:11 +00:00
cef_task.h Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_trace.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_url.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.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.h Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_values.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_web_plugin.h Add new CefRequestHandler::OnBeforePluginLoad callback and functions for controlling plugin loading and life span (issue #645). 2012-09-28 20:14:02 +00:00
cef_xml_reader.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_zip_reader.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00