cef/libcef
Marshall Greenblatt 8733cb89c7 chrome: Add Views API integration (see issue #2969)
The Chrome browser can now be hosted in a Views-based application on Windows
and Linux.

To launch a fully-featured Chrome window using cefsimple:
$ cefsimple --enable-chrome-runtime

To launch a minimally-styled Views-hosted window using cefsimple:
$ cefsimple --enable-chrome-runtime --use-views

To launch a fully-styled Views-hosted window using cefclient:
$ cefclient --enable-chrome-runtime --use-views

Views unit tests also now pass with the Chrome runtime enabled:
$ ceftests --gtest_filter=Views* --enable-chrome-runtime

Known issues:
- Popup browsers cannot be intercepted and reparented.
2021-02-21 15:25:10 -05:00
..
browser chrome: Add Views API integration (see issue #2969) 2021-02-21 15:25:10 -05:00
common Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
features Create a ChromeBrowserHostImpl for every Chrome tab (see issue #2969) 2020-09-21 17:06:56 -04:00
renderer Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
resources Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00