Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 202cdc4eb4 Reduce persistent CEF V8 memory usage by tracking objects on a per-context basis and not persisting objects when the underlying V8 handle is unused (issue #484).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@885 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-10-30 20:50:58 +00:00
cef1 Reduce persistent CEF V8 memory usage by tracking objects on a per-context basis and not persisting objects when the underlying V8 handle is unused (issue #484). 2012-10-30 20:50:58 +00:00
include Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
libcef Reduce persistent CEF V8 memory usage by tracking objects on a per-context basis and not persisting objects when the underlying V8 handle is unused (issue #484). 2012-10-30 20:49:43 +00:00
libcef_dll Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
patch Update to Chromium revision 160122. 2012-10-04 19:17:13 +00:00
tests Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
tools - Expose tracing functionality via new cef_trace.h and cef_trace_event.h headers (issue #711). 2012-10-17 22:45:49 +00:00
AUTHORS.txt Update the AUTHORS.txt file. 2012-06-11 17:40:01 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 160122. 2012-10-04 19:17:13 +00:00
DEPS Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
LICENSE.txt Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +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 a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +00:00
cef.gypi Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +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 Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +00:00
cef_paths2.gypi Add performance tests for CEF V8 methods (issue #484). 2012-10-26 20:42:41 +00:00