cef/libcef/browser/osr
Marshall Greenblatt 1d39ff720e Mac: Add Views API support (see issue #1749)
The Chrome browser can now be hosted in a Views-based application on Mac
(see issue #2969).

To launch a fully-featured Chrome window using cefsimple:
$ open cefsimple.app --args --enable-chrome-runtime

To launch a minimally-styled Views-hosted window using cefsimple:
$ open cefsimple.app --args --use-views [--enable-chrome-runtime]

To launch a fully-styled Views-hosted window using cefclient:
$ open cefclient.app --args --use-views [--enable-chrome-runtime]

Known issues:
- Some Views unit tests are currently failing on Mac.
2021-02-27 12:31:45 -05:00
..
browser_platform_delegate_osr.cc Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
browser_platform_delegate_osr.h Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
browser_platform_delegate_osr_linux.cc Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969) 2020-09-22 17:36:06 -04:00
browser_platform_delegate_osr_linux.h Move Alloy-specific logic to CefBrowserPlatformDelegateAlloy (see issue #2969) 2020-07-04 16:13:30 -04:00
browser_platform_delegate_osr_mac.h
browser_platform_delegate_osr_mac.mm Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969) 2020-09-22 17:36:06 -04:00
browser_platform_delegate_osr_win.cc Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969) 2020-09-22 17:36:06 -04:00
browser_platform_delegate_osr_win.h Move Alloy-specific logic to CefBrowserPlatformDelegateAlloy (see issue #2969) 2020-07-04 16:13:30 -04:00
host_display_client_osr.cc Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00
host_display_client_osr.h Update to Chromium version 88.0.4324.0 (#827102) 2020-12-04 15:43:33 -05:00
motion_event_osr.cc Update to Chromium version 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -04:00
motion_event_osr.h
osr_accessibility_util.cc Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
osr_accessibility_util.h
osr_util.cc
osr_util.h
render_widget_host_view_osr.cc Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
render_widget_host_view_osr.h Mac: Add Views API support (see issue #1749) 2021-02-27 12:31:45 -05:00
software_output_device_proxy.cc
software_output_device_proxy.h
synthetic_gesture_target_osr.cc Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
synthetic_gesture_target_osr.h
video_consumer_osr.cc Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969) 2020-09-22 17:36:06 -04:00
video_consumer_osr.h Update to Chromium version 84.0.4147.0 (#768962) 2020-06-10 15:26:29 -04:00
web_contents_view_osr.cc Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00
web_contents_view_osr.h Update to Chromium version 89.0.4389.0 (#843830) 2021-02-08 14:15:38 -05:00