Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 199a3faafe Update to Chromium revision 261035.
- The CefSettings.release_dcheck_enabled option has been removed. This functionality can be enabled by setting the dcheck_always_on=1 gyp variable before building CEF/Chromium. See http://crbug.com/350462 for details.
- The UR_FLAG_ALLOW_COOKIES option has been removed and the functionality has been merged into UR_FLAG_ALLOW_CACHED_CREDENTIALS.
- Mac: [NSApplication sharedApplication] should no longer be called in the renderer process. See http://crbug.com/306348 for details.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1641 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-04 16:50:38 +00:00
include Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
libcef Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
libcef_dll Make |string| parameter to CefStringVisitor::Visit optional (issue #1216). 2014-03-12 14:49:11 +00:00
patch Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
tests Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
tools Fix wrapping of comments in generated files. 2014-02-11 22:46:57 +00:00
AUTHORS.txt Set "User-Agent" and "Accept-Language" headers for requests sent using CefURLRequest (issue #1125). 2013-10-30 17:42:05 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 261035. 2014-04-04 16:50:38 +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 Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
cef.gypi Windows: Switch to aura/views architecture for content window creation (issue #180). 2013-12-07 01:55:22 +00:00
cef_create_projects.bat Update to Chromium revision 248478. 2014-02-05 20:35:45 +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 Update to Chromium revision 248478. 2014-02-05 20:35:45 +00:00
cef_paths2.gypi Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00