cef/cef1/include/capi
Marshall Greenblatt 7a0ff637f0 Add CefZoomHandler interface to support custom zoom handling (issue #733).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@824 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-10-01 20:35:35 +00:00
..
cef_app_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_base_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_browser_capi.h Improve GetZoomLevel/SetZoomLevel documentation (issue #666). 2012-09-04 21:19:29 +00:00
cef_client_capi.h Add CefZoomHandler interface to support custom zoom handling (issue #733). 2012-10-01 20:35:35 +00:00
cef_command_line_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_content_filter_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_cookie_capi.h Add CefCookieManager::SetSupportedSchemes method which supports cookie storage for non-http(s) schemes (issue #567). 2012-04-03 19:24:37 +00:00
cef_display_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_dom_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_download_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_drag_data_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_drag_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_find_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_focus_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_frame_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_geolocation_handler_capi.h Add geolocation support (issue #365). 2012-09-14 19:04:45 +00:00
cef_jsdialog_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_keyboard_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_life_span_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_load_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_menu_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_nplugin_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_origin_whitelist_capi.h Make the |target_domain| parameter to CefAddCrossOriginWhitelistEntry and CefRemoveCrossOriginWhitelistEntry optional. 2012-06-04 18:44:14 +00:00
cef_permission_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_print_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_proxy_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_render_handler_capi.h Add the ability to customize the animation frame rate (issue #697). 2012-08-15 15:13:11 +00:00
cef_request_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_request_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_resource_bundle_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_response_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_scheme_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_stream_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_task_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_url_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_v8_capi.h Add new CefV8StackTrace and CefV8StackFrame interfaces to support retrieval of the JavaScript stack trace for the currently active V8 context (issue #682). 2012-07-25 09:45:49 +00:00
cef_v8context_handler_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_web_plugin_capi.h Add ability to directly retrieve plugin information (issue #575). 2012-04-20 20:40:53 +00:00
cef_web_urlrequest_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_xml_reader_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_zip_reader_capi.h Rename CEF1 files from /trunk to /trunk/cef1 (issue #564). 2012-04-03 01:27:13 +00:00
cef_zoom_handler_capi.h Add CefZoomHandler interface to support custom zoom handling (issue #733). 2012-10-01 20:35:35 +00:00