cef/libcef/browser/native
Nik Pavlov d3a2237a5a alloy: mac: Fix default popup window positioning (see issue #3244)
Popup windows will be created on the display that best matches the requested
coordinates. The requested size will apply to the content area (as required by
JS documentation) and window size will be reduced if necessary to fit within the
target display. The requested origin will apply to the window (including frame)
and will be modified if necessary so that the window is fully visible on the
target display.

This change does not implement popup positioning for cefclient which uses an
application-created parent window.

This change grants access to the getScreenDetails JS API without user prompt.
2022-06-27 10:29:16 +00:00
..
browser_platform_delegate_native.cc Add chrome runtime support for more callbacks and ceftests (see issue #2969) 2020-09-29 18:31:43 -04:00
browser_platform_delegate_native.h alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
browser_platform_delegate_native_aura.cc alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
browser_platform_delegate_native_aura.h alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
browser_platform_delegate_native_linux.cc alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
browser_platform_delegate_native_linux.h alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
browser_platform_delegate_native_mac.h alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
browser_platform_delegate_native_mac.mm alloy: mac: Fix default popup window positioning (see issue #3244) 2022-06-27 10:29:16 +00:00
browser_platform_delegate_native_win.cc alloy: mac: Fix default popup window positioning (see issue #3244) 2022-06-27 10:29:16 +00:00
browser_platform_delegate_native_win.h alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
cursor_util.cc win/linux: Use CursorLoader for loading cursor resources (see issue #3270) 2022-04-14 20:21:21 -04:00
cursor_util.h win/linux: Use CursorLoader for loading cursor resources (see issue #3270) 2022-04-14 20:21:21 -04:00
cursor_util_linux.cc win/linux: Use CursorLoader for loading cursor resources (see issue #3270) 2022-04-14 20:21:21 -04:00
cursor_util_win.cc win/linux: Use CursorLoader for loading cursor resources (see issue #3270) 2022-04-14 20:21:21 -04:00
javascript_dialog_runner_mac.h alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
javascript_dialog_runner_mac.mm alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
menu_runner_mac.h Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969) 2020-09-22 17:36:06 -04:00
menu_runner_mac.mm Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
menu_runner_views_aura.cc alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
menu_runner_views_aura.h alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
window_delegate_view.cc Update to Chromium version 93.0.4577.0 (#902210) 2021-07-27 19:03:09 -04:00
window_delegate_view.h Remove DISALLOW_ macro from libcef/ (see issue #3234) 2021-12-07 15:02:28 -05:00
window_x11.cc Update to Chromium version 102.0.4997.0 (#990845) 2022-04-26 16:32:20 -04:00
window_x11.h Remove DISALLOW_ macro from libcef/ (see issue #3234) 2021-12-07 15:02:28 -05:00