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
|
Windows: Fix display of default JavaScript dialogs (issue #760).
|
2015-03-09 22:08:17 +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 |