mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
99faa3fda4734a1dad3ddc9492fc3e77203bf8a0
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1716 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
Change CefV8ValueImpl::Handle lifespan so that persistent V8 handles can be reset after execution of the weak persistent destructor. The previous implementation reset persistent V8 handles immediately after calling SetWeak which caused a memory leak due to the weak persistent destructor never being executed (issue #1278).
Remove the legacy off-screen rendering implementation. A new implementation is required (issue #1257).
Description
Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Languages
C++
83.4%
Python
7.9%
C
3%
Objective-C++
2.4%
HTML
2.2%
Other
1%