Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 7d3bac19a9 Windows: Improvements to off-screen rendering support (issue #518).
- Implement support for transparency. Change the backing store to use Skia instead of GDI and to keep alpha values.
- Implement support for select popups. Requires a patch to Chromium (content_popups.patch).
- Implicitly disable accelerated compositing when using off-screen rendering.
- Introduce a new CefMouseEvent structure for representing mouse event information passed to CefBrowser methods.
- Merge cef_key_event_modifiers_t into cef_event_flags_t.
- Add a new argument to CefBrowser::Invalidate telling the browser whether to invalidate the select popup or the main view.
- Add a new cefclient "transparent-painting-enabled" command-line flag to test transparent off-screen rendering.
- Add a new cefclient "Transparency" test.
- Fix the cefclient off-screen rendering rotation effect to work even when the underlying web content is not updating.
- Add unit tests for transparent painting and select popups.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@979 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-11 23:00:39 +00:00
cef1 Add new CefBrowser::GetIdentifier method (issue #811). 2012-12-19 16:47:38 +00:00
include Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
libcef Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
libcef_dll Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
patch Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
tests Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
tools Add support to patch_util.py for patches containing new files. 2013-01-03 17:14:34 +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 170167. 2012-11-30 19:08:20 +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 Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
cef.gypi Linux: Fix compile errors. 2012-12-06 20:50:39 +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 Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_paths2.gypi Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00