.. |
capi
|
Allow creation of V8 wrapper objects on any thread with a V8 isolate (issue #451).
|
2012-12-30 21:16:59 +00:00 |
internal
|
Add a switch to enable DCHECKs in release builds (issue #790).
|
2012-11-28 19:03:15 +00:00 |
wrapper
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_app.h
|
- Add CefURLRequest support (issue #517).
|
2012-06-19 16:29:49 +00:00 |
cef_application_mac.h
|
- Update to Chromium revision 133430.
|
2012-04-24 18:01:48 +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
|
- Move browser object tracking from CefContext to CefContentBrowserClient and introduce a new CefBrowserInfo class to simplify ID management (issue #830).
|
2012-12-30 11:17:49 +00:00 |
cef_browser_process_handler.h
|
- Pass information to the renderer process synchronously on render thread creation and new browser creation to avoid race conditions (issue #744).
|
2012-11-20 20:08:36 +00:00 |
cef_callback.h
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_client.h
|
Windows: Add off-screen rendering support (issue #518).
|
2012-11-21 00:40:15 +00:00 |
cef_command_line.h
|
Add CefBrowserProcessHandler::OnBeforeChildProcessLaunch and CefCommandLine::PrependWrapper to support custom construction of the command line for child processes (issue #628).
|
2012-09-27 17:07:31 +00:00 |
cef_context_menu_handler.h
|
Add context menu support (issue #509):
|
2012-04-19 20:31:46 +00:00 |
cef_cookie.h
|
CEF3: Add CefCookieManager::SetSupportedSchemes method which supports cookie storage for non-http(s) schemes (issue #567).
|
2012-04-03 22:14:28 +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
|
Windows: Add off-screen rendering support (issue #518).
|
2012-11-21 00:40:15 +00:00 |
cef_dom.h
|
- Add keyboard and focus notifications (issue #508).
|
2012-06-11 15:52:49 +00:00 |
cef_download_handler.h
|
Allow an empty |download_path| argument to CefBeforeDownloadCallback::Continue (issue #516).
|
2012-06-28 17:46:40 +00:00 |
cef_download_item.h
|
- Update to Chromium revision 165669.
|
2012-11-05 20:18:20 +00:00 |
cef_focus_handler.h
|
- Add keyboard and focus notifications (issue #508).
|
2012-06-11 15:52:49 +00:00 |
cef_frame.h
|
Add direct DOM access (issue #511).
|
2012-04-27 21:19:06 +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 support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507).
|
2012-04-16 21:15:27 +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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_load_handler.h
|
Add OnRenderProcessTerminated and OnPluginCrashed notifications to CefLoadHandler (issue #633).
|
2012-06-25 19:49:17 +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
|
Make the |target_domain| parameter to CefAddCrossOriginWhitelistEntry and CefRemoveCrossOriginWhitelistEntry optional (issue #609).
|
2012-06-04 18:45:44 +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_proxy_handler.h
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_render_handler.h
|
Windows: Add off-screen rendering support (issue #518).
|
2012-11-21 00:40:15 +00:00 |
cef_render_process_handler.h
|
- Move browser object tracking from CefContext to CefContentBrowserClient and introduce a new CefBrowserInfo class to simplify ID management (issue #830).
|
2012-12-30 11:17:49 +00:00 |
cef_request.h
|
- Add CefURLRequest support (issue #517).
|
2012-06-19 16:29:49 +00:00 |
cef_request_handler.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_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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_scheme.h
|
- Add CefURLRequest support (issue #517).
|
2012-06-19 16:29:49 +00:00 |
cef_stream.h
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +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
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_trace.h
|
- Expose tracing functionality via new cef_trace.h and cef_trace_event.h headers (issue #711).
|
2012-10-17 22:45:49 +00:00 |
cef_trace_event.h
|
- Update to Chromium revision 165669.
|
2012-11-05 20:18:20 +00:00 |
cef_url.h
|
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564).
|
2012-04-03 01:34:16 +00:00 |
cef_urlrequest.h
|
- Add CefURLRequest support (issue #517).
|
2012-06-19 16:29:49 +00:00 |
cef_v8.h
|
Allow creation of V8 wrapper objects on any thread with a V8 isolate (issue #451).
|
2012-12-30 21:16:59 +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 |