cef/libcef
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
..
browser Improve the way that settings are specified (issue #878). 2013-02-07 19:59:40 +00:00
common Improve the way that settings are specified (issue #878). 2013-02-07 19:59:40 +00:00
renderer When running in single-process mode wait for the render thread to stop before shutting down the context (issue #570). 2013-02-02 00:21:59 +00:00
resources Update to Chromium revision 173683. 2013-01-14 19:21:17 +00:00