Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt b43d26a4e5 Support selection of WebRTC audio/video source (issue #1335).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2065 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 21:57:00 +00:00
include Add a new CefRequestHandler::OnRenderViewReady method which is called when a browser is ready to receive/handle IPC messages in the render process (issue #1564). 2015-03-09 21:05:22 +00:00
libcef Support selection of WebRTC audio/video source (issue #1335). 2015-03-09 21:57:00 +00:00
libcef_dll Add a new CefRequestHandler::OnRenderViewReady method which is called when a browser is ready to receive/handle IPC messages in the render process (issue #1564). 2015-03-09 21:05:22 +00:00
patch Remove an unused patch to ContentBrowserClient (issue #1161). 2015-03-04 01:15:50 +00:00
tests Add a new CefRequestHandler::OnOpenURLFromTab method for handling certain limited cases where navigating a new or different browser might be desirable (issue #1526). 2015-03-09 20:22:31 +00:00
tools Update to Chromium revision 47fb4821 (#318735). 2015-03-04 01:00:13 +00:00
AUTHORS.txt Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 47fb4821 (#318735). 2015-03-04 01:00:13 +00:00
CMakeLists.txt.in - Change ALLOW_UNUSED to ALLOW_UNUSED_TYPE and ALLOW_UNUSED_LOCAL to match Chromium. 2015-01-08 02:42:59 +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 LICENSE.txt copyright date. 2014-10-10 18:57:47 +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 47fb4821 (#318735). 2015-03-04 01:00:13 +00:00
cef.gypi Update to Chromium revision beafd8cb (#314338). 2015-02-04 18:10:14 +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 Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
cef_paths2.gypi Fix issues related to request and context object lifespan (issue #1037, issue #1044). 2015-02-13 23:17:08 +00:00
macros.cmake.in cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). 2015-01-31 00:55:56 +00:00