mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-15 11:26:31 +01:00
8733cb89c7
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. |
||
---|---|---|
.. | ||
mac | ||
res | ||
cefsimple_linux.cc | ||
cefsimple_mac.mm | ||
cefsimple_win.cc | ||
cefsimple.exe.manifest | ||
cefsimple.rc | ||
CMakeLists.txt.in | ||
process_helper_mac.cc | ||
resource.h | ||
simple_app.cc | ||
simple_app.h | ||
simple_handler_linux.cc | ||
simple_handler_mac.mm | ||
simple_handler_win.cc | ||
simple_handler.cc | ||
simple_handler.h |