cef/include/capi
Marshall Greenblatt f5bc72b234 Add sandbox support (issue #524).
- The sandbox is now enabled by default on all platforms. Use the CefSettings.no_sandbox option or the "no-sandbox" command-line flag to disable sandbox support.
- Windows: See cef_sandbox_win.h for requirements to enable sandbox support.
- Windows: If Visual Studio isn't installed in the standard location set the CEF_VCVARS environment variable before running make_distrib.py or automate.py (see msvs_env.bat).
- Linux: For binary distributions a new chrome-sandbox executable with SUID permissions must be placed next to the CEF executable. See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for details on setting up the development environment when building CEF from source code.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1518 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-15 18:47:02 +00:00
..
cef_app_capi.h Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
cef_auth_callback_capi.h Add CefURLRequestClient::GetAuthCredentials callback (issue #975). 2013-08-27 18:58:08 +00:00
cef_base_capi.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_browser_capi.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_capi.h Introduce chrome proxy implementation based on command-line flags (issue #600). 2013-02-06 20:41:54 +00:00
cef_callback_capi.h Add the ability to persist session cookies (issue #881). 2013-02-13 19:53:41 +00:00
cef_client_capi.h Add support for CefDragHandler::OnDragEnter (issue #601). 2013-06-24 15:45:58 +00:00
cef_command_line_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_context_menu_handler_capi.h Update to Chromium revision 220934. 2013-09-03 21:48:12 +00:00
cef_cookie_capi.h Add the ability to persist session cookies (issue #881). 2013-02-13 19:53:41 +00:00
cef_dialog_handler_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_display_handler_capi.h Initial changes to allow use of CefLoadHandler in the render process (issue #1077). 2013-09-12 20:34:18 +00:00
cef_dom_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_download_handler_capi.h Update to Chromium revision 190564. 2013-04-02 17:21:37 +00:00
cef_download_item_capi.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
cef_drag_data_capi.h Add support for CefDragHandler::OnDragEnter (issue #601). 2013-06-25 15:22:02 +00:00
cef_drag_handler_capi.h Add support for CefDragHandler::OnDragEnter (issue #601). 2013-06-24 15:45:58 +00:00
cef_focus_handler_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_frame_capi.h Fix documentation errors (issue #934). 2013-04-05 17:19:26 +00:00
cef_geolocation_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_geolocation_handler_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_jsdialog_handler_capi.h Add CefJSDialogHandler::OnDialogClosed callback (issue #943). 2013-05-31 13:45:21 +00:00
cef_keyboard_handler_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_life_span_handler_capi.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_capi.h Expose CefLoadHandler in the render process (issue #1077). 2013-09-12 23:36:54 +00:00
cef_menu_model_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_origin_whitelist_capi.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_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_process_message_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_process_util_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_render_handler_capi.h Add CefRenderHandler::OnScrollOffsetChanged callback (issue #889). 2013-07-18 19:26:11 +00:00
cef_render_process_handler_capi.h Remove CefRenderProcessHandler::OnBeforeNavigation (issue #1076). 2013-09-16 15:26:08 +00:00
cef_request_capi.h Expose resource type and transition type via CefRequest (issue #1071). 2013-09-10 19:42:53 +00:00
cef_request_context_capi.h Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
cef_request_context_handler_capi.h Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
cef_request_handler_capi.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_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_resource_handler_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_response_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_scheme_capi.h Improve scheme handler documentation. 2013-04-17 21:13:26 +00:00
cef_stream_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_string_visitor_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_task_capi.h Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_trace_capi.h Fix documentation errors (issue #934). 2013-04-05 17:19:26 +00:00
cef_url_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_urlrequest_capi.h Add CefURLRequestClient::GetAuthCredentials callback (issue #975). 2013-08-27 18:58:08 +00:00
cef_v8_capi.h Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_values_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_web_plugin_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_xml_reader_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00
cef_zip_reader_capi.h Update the copyright year on auto-generated files. 2013-01-02 10:13:43 +00:00