Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt ec8b64e88a Add breakpad support (issue #1131).
- General usage instructions are available at https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests/using-breakpad-with-content-shell.
- Mac: Generate "Chromium Embedded Framework.framework" using a new cef_framework target (the libcef target is now only used on Windows and Linux). Rename "Libraries/libcef.dylib" to "Chromium Embedded Framework". Distribute Release and Debug builds of the "Chromium Embedded Framework.framework" folder as part of the binary distribution.
- Mac: Fix the Xcode target compiler setting for the binary distribution so that it no longer needs to be set manually.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1524 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-21 22:43:36 +00:00
include Restore CefRenderProcessHandler::OnBeforeNavigation (issue #1076). This method is still needed for some use cases due to issue #1129. 2013-11-21 20:59:28 +00:00
libcef Add breakpad support (issue #1131). 2013-11-21 22:43:36 +00:00
libcef_dll Restore CefRenderProcessHandler::OnBeforeNavigation (issue #1076). This method is still needed for some use cases due to issue #1129. 2013-11-21 20:59:28 +00:00
patch Update to Chromium revision 234212 2013-11-11 17:29:52 +00:00
tests Add breakpad support (issue #1131). 2013-11-21 22:43:36 +00:00
tools Add breakpad support (issue #1131). 2013-11-21 22:43:36 +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 234212 2013-11-11 17:29:52 +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 Add breakpad support (issue #1131). 2013-11-21 22:43:36 +00:00
cef.gypi Linux: Fix clang compile errors. 2013-10-24 21:40:32 +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 Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
cef_paths2.gypi Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00