Marshall Greenblatt
49a34d9160
Apply new Chromium style for #include sorting
...
Add "cef/" prefix for CEF #includes in libcef/ directory.
Sort #includes by following
https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2024-05-01 14:34:32 -04:00
Marshall Greenblatt
f34406c57d
Fix potential UAF of CefBPDNativeAura::window_widget_
2023-02-07 10:45:57 -05:00
Marshall Greenblatt
3af3eab3e4
Update source files for bracket style
2023-01-04 17:47:17 -05:00
Marshall Greenblatt
b4ea0496e7
Update to Chromium version 93.0.4577.0 ( #902210 )
2021-07-27 19:03:09 -04:00
Marshall Greenblatt
00dca9601e
Update to Chromium version 92.0.4515.0 ( #885287 )
2021-06-10 16:42:44 -04:00
Marshall Greenblatt
e94a261bf5
Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969 )
...
After commit 38d8acfa18
this object is only used with the alloy runtime.
2020-09-22 17:36:06 -04:00
Alexander Guettler
71768ea6c3
Update to Chromium version 80.0.3987.0 ( #722274 )
2020-02-17 13:19:09 -05:00
Marshall Greenblatt
ea63799c3e
libcef: Convert NULL to nullptr (see issue #2861 )
2020-01-15 14:49:22 +01:00
Marshall Greenblatt
f8e0797773
Update to Chromium version 78.0.3904.0 ( #693954 )
2019-10-01 13:55:16 +00:00
Alexander Guettler
46d3a81ba0
Update to Chromium version 77.0.3865.0 ( #681094 )
...
- Windows: SDK version 10.0.18362.0 is now required.
2019-09-04 15:13:32 +00:00
Ananyo Maiti
1669c0afbd
Add print preview support (see issue #123 )
...
Pass the `--enable-print-preview` command-line flag to enable. Currently only
supported on Windows and Linux.
2019-07-19 21:55:30 -04:00
Daniel Nitsche
879911b721
Update to Chromium version 75.0.3749.0 ( #645082 )
2019-04-16 14:38:48 +00:00
Isaac Devine
c64898f9fc
Windows: Fix hidden dropdowns when the window is topmost (issue #1468 )
...
Also add a --always-on-top flag to cefclient to allow easier testing of this
behavior on Windows and Linux.
2018-10-09 12:28:13 +03:00
Marshall Greenblatt
9e644b7538
Update to Chromium revision bc084a8b ( #530369 )
2018-02-19 17:38:04 -05:00
Marshall Greenblatt
f229796a39
Update to Chromium revision ff259bab ( #488528 )
2017-07-28 18:30:34 -04:00
Marshall Greenblatt
31d9407ee2
Apply clang-format to all C, C++ and ObjC files (issue #2171 )
2017-05-18 12:30:05 +02:00
Marshall Greenblatt
6cccc3b8a7
- Factor platform-specific code out of CefBrowserHostImpl (issue #1749 ).
...
- 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 ).
2015-11-25 20:19:36 -05:00