cef/libcef_dll
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
..
cpptoc Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
ctocpp Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
wrapper Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
cef_logging.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
libcef_dll.cc Support custom V8 bindings on WebWorker threads (issue #451). 2013-01-03 17:24:24 +00:00
libcef_dll.rc - Add about:version, about:credits and about:license internal URLs (issue #731). 2012-10-08 17:47:37 +00:00
libcef_dll2.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
resource.h Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
transfer_util.cpp Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
transfer_util.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00