mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-14 02:24:03 +01:00
6cccc3b8a7
- Introduce native/ and osr/ folders for native (non-platform-agnostic) and osr (windowless) code respectively. - Introduce CefBrowserPlatformDelegate for abstracting platform-specific implementations of browser host functionality. - Move dialog and menu code to separate manager and platform-specific runner implementations exposed via CefBrowserPlatformDelegate. - Standardize focus-handling behavior between windowed and windowless implementations. CefFocusHandler::OnSetFocus() will now also be called for osr focus changes. - Support multiple simultaneous popups (issue #1289). |
||
---|---|---|
.. | ||
browser_platform_delegate_osr_linux.cc | ||
browser_platform_delegate_osr_linux.h | ||
browser_platform_delegate_osr_mac.h | ||
browser_platform_delegate_osr_mac.mm | ||
browser_platform_delegate_osr_win.cc | ||
browser_platform_delegate_osr_win.h | ||
browser_platform_delegate_osr.cc | ||
browser_platform_delegate_osr.h | ||
osr_util.cc | ||
osr_util.h | ||
render_widget_host_view_osr_linux.cc | ||
render_widget_host_view_osr_mac.mm | ||
render_widget_host_view_osr_win.cc | ||
render_widget_host_view_osr.cc | ||
render_widget_host_view_osr.h | ||
software_output_device_osr.cc | ||
software_output_device_osr.h | ||
text_input_client_osr_mac.h | ||
text_input_client_osr_mac.mm | ||
web_contents_view_osr.cc | ||
web_contents_view_osr.h |