.. |
capi
|
- 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 |
internal
|
Add a new CefURLParts.origin member for retrieving the origin when parsing a URL.
|
2014-01-28 19:19:41 +00:00 |
wrapper
|
- 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_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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_browser.h
|
Remove CefBrowserHost::GetDevToolsURL(). It is now possible to use DevTools without remote debugging, and the ability to load a remote debugging URL without first loading the discovery page is no longer supported (issue #659).
|
2013-11-08 16:27:22 +00:00 |
cef_browser_process_handler.h
|
Introduce chrome proxy implementation based on command-line flags (issue #600).
|
2013-02-06 20:41:54 +00:00 |
cef_callback.h
|
Add the ability to persist session cookies (issue #881).
|
2013-02-13 19:53:41 +00:00 |
cef_client.h
|
Add support for CefDragHandler::OnDragEnter (issue #601).
|
2013-06-24 15:45:58 +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 220934.
|
2013-09-03 21:48:12 +00:00 |
cef_cookie.h
|
Remove the debug count check for CefCookieManager.
|
2013-07-11 16:55:09 +00:00 |
cef_dialog_handler.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 |
cef_display_handler.h
|
Initial changes to allow use of CefLoadHandler in the render process (issue #1077).
|
2013-09-12 20:34:18 +00:00 |
cef_dom.h
|
- Add keyboard and focus notifications (issue #508).
|
2012-06-11 15:52:49 +00:00 |
cef_download_handler.h
|
Update to Chromium revision 190564.
|
2013-04-02 17:21:37 +00:00 |
cef_download_item.h
|
Update to Chromium revision 213078.
|
2013-07-24 20:15:18 +00:00 |
cef_drag_data.h
|
Fix svn:eol-style property.
|
2013-10-18 16:33:56 +00:00 |
cef_drag_handler.h
|
Fix svn:eol-style property.
|
2013-10-18 16:33:56 +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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_jsdialog_handler.h
|
Add CefJSDialogHandler::OnDialogClosed callback (issue #943).
|
2013-05-31 13:45:21 +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
|
- Change the way that application shutdown works in order to support JavaScript 'onbeforeunload' handling (issue #853). See comments in cef_life_span_handler.h for a detailed description of the new shutdown process.
|
2013-03-19 22:59:33 +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_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_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
|
Add CefRenderHandler::OnScrollOffsetChanged callback (issue #889).
|
2013-07-18 19:26:11 +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
|
Expose resource type and transition type via CefRequest (issue #1071).
|
2013-09-10 19:42:53 +00:00 |
cef_request_context.h
|
Structural improvements for request handling (issue #1044)
|
2013-09-03 16:43:31 +00:00 |
cef_request_context_handler.h
|
Structural improvements for request handling (issue #1044)
|
2013-09-03 16:43:31 +00:00 |
cef_request_handler.h
|
Initial changes to allow use of CefLoadHandler in the render process (issue #1077).
|
2013-09-12 20:34:18 +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
|
Support custom V8 bindings on WebWorker threads (issue #451).
|
2013-01-03 17:24:24 +00:00 |
cef_sandbox_win.h
|
Add sandbox support (issue #524).
|
2013-11-15 18:47:02 +00:00 |
cef_scheme.h
|
Improve scheme handler documentation.
|
2013-04-17 21:13:26 +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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +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
|
Update to Chromium revision 241258.
|
2013-12-17 22:04:35 +00:00 |
cef_trace_event.h
|
Update to Chromium revision 231322.
|
2013-10-29 17:53:18 +00:00 |
cef_url.h
|
Add a CefGetMimeType function for retrieving the mime type of a file extension (issue #1098).
|
2014-01-28 17:26:59 +00:00 |
cef_urlrequest.h
|
Support file uploads in CefURLRequests originating from the browser process (issue #1013).
|
2013-11-25 17:31:59 +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 |