Marshall Greenblatt
|
dc2231cdfb
|
Update to Chromium version 111.0.5563.0 (#1097615)
|
2023-02-03 13:00:26 -05:00 |
Marshall Greenblatt
|
ebde595370
|
Convert defined(OS_XXX) to BUILDFLAG(IS_XXX) in libcef
See https://crbug.com/1234043 for background.
|
2022-01-24 12:58:04 -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
|
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 |
Alexander Guettler
|
71768ea6c3
|
Update to Chromium version 80.0.3987.0 (#722274)
|
2020-02-17 13:19:09 -05:00 |
Daniel Nitsche
|
115f760821
|
Update to Chromium version 79.0.3945.1 (#706915)
|
2019-11-19 13:22:13 -05: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 |