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
|
dc2231cdfb
|
Update to Chromium version 111.0.5563.0 (#1097615)
|
2023-02-03 13:00:26 -05: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
|
00dca9601e
|
Update to Chromium version 92.0.4515.0 (#885287)
|
2021-06-10 16:42:44 -04:00 |
Marshall Greenblatt
|
a584bd187b
|
Update to Chromium version 88.0.4324.0 (#827102)
- Mac: Xcode 12.2 and the MacOS 11.0 SDK are now required for building.
- MacOS 10.10 (Yosemite) is no longer supported (see https://crbug.com/1126056).
- Flash is no longer supported (see https://www.chromium.org/flash-roadmap).
|
2020-12-04 15:43:33 -05:00 |