Marshall Greenblatt
0170f431a0
Apply raw_ptr rewrite to libcef (see #3239 )
2024-05-11 12:47:10 -04:00
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
f1effba336
views: Fix destruction issues with CefOverlayViewHost
2024-04-11 15:51:42 -04:00
Philipp Thiel
5a9b8e2bc4
views: Add can_activate parameter to AddOverlayView
2024-01-05 13:46:49 -05:00
Marshall Greenblatt
17cab6d955
views: mac: Fix overlay association with host CefWindow ( fixes #3456 )
2023-04-20 12:23:57 -04:00
Marshall Greenblatt
f97f0bbda6
Update to Chromium version 100.0.4896.0 ( #972766 )
2022-02-22 19:22:39 -05:00
Marshall Greenblatt
9484d6528c
Remove DISALLOW_ macro from libcef/ (see issue #3234 )
...
Also perform related C++ cleanup:
- Use =default instead of {} for default implementations of
constructors/destructors.
- Replace typedef with using.
2021-12-07 15:02:28 -05:00
Marshall Greenblatt
4a44e16a09
views: Add support for absolute positioned overlay views.
...
To test:
Run `cefclient.exe --use-views --hide-frame --hide-controls`
Add `--enable-chrome-runtime` for the same behavior using the Chrome location
bar instead of a text field.
2021-09-16 18:25:43 +03:00