Marshall Greenblatt
|
6354d8daf1
|
Fix dangling raw_ptr errors and related issues (see #3239)
- Use raw_ptr in class container fields.
- Use defined lifespan for StreamReaderURLLoader.
- Fix lifespan assumptions for WebContents/RFH usage.
|
2024-05-21 12:56:47 -04:00 |
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
|
52dac91167
|
Update to Chromium version 124.0.6367.0 (#1274542)
|
2024-03-22 13:46:28 -04:00 |
Marshall Greenblatt
|
a02d2ab3e6
|
libcef: Format with clang-tidy (see #3632)
|
2024-01-20 19:33:17 -05:00 |
Marshall Greenblatt
|
9af494d36c
|
Update to Chromium version 105.0.5195.0 (#1027018)
|
2022-07-25 23:47:56 -04:00 |
Marshall Greenblatt
|
b524edc209
|
Update to Chromium version 101.0.4951.0 (#982481)
Known issues:
- chrome: Some ceftests are failing due to bfcache same-site enabled by default
(see issue #3301)
|
2022-03-30 19:54:09 -04: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
|
00dca9601e
|
Update to Chromium version 92.0.4515.0 (#885287)
|
2021-06-10 16:42:44 -04:00 |
Marshall Greenblatt
|
09a9d9b54c
|
chrome: Support customization of context menus (see issue #2969)
|
2021-04-08 19:38:29 -04:00 |