Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 830182196c Improve the way that settings are specified (issue #878).
- Change CefBrowserSettings members that previously used a boolean to instead use a cef_state_t enumeration with default, enabled and disabled states.
- Remove CefBrowserSettings members that are unlikely to be used and that can also be set using Chromium command-line switches.
- Change the CEF command-line switch naming pattern to match Chromium and move the implementation out of cefclient.
- Improve documentation by listing the command-line switch, if any, associated with each setting.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1083 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-07 19:59:40 +00:00
cef1 Linux: Update the drag&drop implementation to match other platforms (issue #876). 2013-02-01 17:54:45 +00:00
include Improve the way that settings are specified (issue #878). 2013-02-07 19:59:40 +00:00
libcef Improve the way that settings are specified (issue #878). 2013-02-07 19:59:40 +00:00
libcef_dll Introduce chrome proxy implementation based on command-line flags (issue #600). 2013-02-06 20:41:54 +00:00
patch Update to Chromium revision 176706. 2013-01-15 19:12:28 +00:00
tests Improve the way that settings are specified (issue #878). 2013-02-07 19:59:40 +00:00
tools Set SVN properties on gyp_cef. 2013-01-18 20:12:20 +00:00
AUTHORS.txt Update the AUTHORS.txt file. 2012-06-11 17:40:01 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 176706. 2013-01-15 19:12:28 +00:00
DEPS Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
LICENSE.txt Update to Chromium revision 173683. 2013-01-14 19:21:17 +00:00
VERSION - Add about:version, about:credits and about:license internal URLs (issue #731). 2012-10-08 17:47:37 +00:00
cef.gyp Introduce chrome proxy implementation based on command-line flags (issue #600). 2013-02-06 20:41:54 +00:00
cef.gypi Mac: Remove temporary workaround for an Xcode 4 build error. 2013-01-15 22:45:49 +00:00
cef_create_projects.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_create_projects.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_paths.gypi Introduce chrome proxy implementation based on command-line flags (issue #600). 2013-02-06 20:41:54 +00:00
cef_paths2.gypi Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00