mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-02 19:07:41 +01:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@885 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
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).
Support implicit detachment of CEF V8 references when the associated context is released (issue #484).
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).
Support implicit detachment of CEF V8 references when the associated context is released (issue #484).
Support implicit detachment of CEF V8 references when the associated context is released (issue #484).
Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764).
Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764).
Description
Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Languages
C++
83.5%
Python
8.1%
C
3%
Objective-C++
2.4%
HTML
1.9%
Other
1%