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
|
dc2231cdfb
|
Update to Chromium version 111.0.5563.0 (#1097615)
|
2023-02-03 13:00:26 -05:00 |
Marshall Greenblatt
|
d04b5d4f87
|
Update to Chromium version 110.0.5481.0 (#1084008)
|
2023-01-04 21:36:29 -05: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
|
f8e0797773
|
Update to Chromium version 78.0.3904.0 (#693954)
|
2019-10-01 13:55:16 +00:00 |
Alexander Guettler
|
ac2cc54e13
|
Add initial Viz implementation for OSR (see issue #2575).
The old shared surface implementation has been removed and will need to be
re-implemented using the Viz code path.
|
2019-07-16 16:33:08 -04:00 |