Skip to content

Commit e77a069

Browse files
committed
update to CEF127
1 parent fc4c7c9 commit e77a069

14 files changed

Lines changed: 12770 additions & 12641 deletions

src/include/base/internal/cef_net_error_list.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,9 +830,7 @@ NET_ERROR(ZSTD_WINDOW_SIZE_TOO_BIG, -386)
830830
// The compression dictionary cannot be loaded.
831831
NET_ERROR(DICTIONARY_LOAD_FAILED, -387)
832832

833-
// The "content-dictionary" response header is unexpected. This is used both
834-
// when there is no "content-dictionary" response header and when the received
835-
// "content-dictionary" response header does not match the expected value.
833+
// The header of dictionary compressed stream does not match the expected value.
836834
NET_ERROR(UNEXPECTED_CONTENT_DICTIONARY_HEADER, -388)
837835

838836
// The cache does not have the requested entry.

src/include/cef_api_hash.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
// way that may cause binary incompatibility with other builds. The universal
4343
// hash value will change if any platform is affected whereas the platform hash
4444
// values will change only if that particular platform is affected.
45-
#define CEF_API_HASH_UNIVERSAL "ed1dfa5ff8a041241f8fb72eb7454811f358f0d3"
45+
#define CEF_API_HASH_UNIVERSAL "d3709fcbd6630817b73287083d5440bffffcfb0b"
4646
#if defined(OS_WIN)
47-
#define CEF_API_HASH_PLATFORM "0d99d1b9b85b2efab91a39d6fc325bb6d56fd524"
47+
#define CEF_API_HASH_PLATFORM "2e66390b5f0fa21ab4667b503e76164037cd674e"
4848
#elif defined(OS_MAC)
49-
#define CEF_API_HASH_PLATFORM "e585e190387e31a71267207b66d175e213991470"
49+
#define CEF_API_HASH_PLATFORM "94ce56bc6f289ae039ca7db2ac8d32901e71a4e1"
5050
#elif defined(OS_LINUX)
51-
#define CEF_API_HASH_PLATFORM "09d3e280ed38f7a082b794c56ff71c52f86f0ea8"
51+
#define CEF_API_HASH_PLATFORM "2fda6a422c06b87a4ce47bdfd4c985346f1eaab8"
5252
#endif
5353

5454
#ifdef __cplusplus

src/include/cef_color_ids.h

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@
187187
E_CPONLY(CEF_ColorSysWhite) \
188188
/* Inverse. */ \
189189
E_CPONLY(CEF_ColorSysInversePrimary) \
190-
E_CPONLY(CEF_ColorSysInverseSurface) \
191190
E_CPONLY(CEF_ColorSysInverseOnSurface) \
191+
E_CPONLY(CEF_ColorSysInverseSurface) \
192+
E_CPONLY(CEF_ColorSysInverseSurfacePrimary) \
192193
/* Surfaces. */ \
193194
E_CPONLY(CEF_ColorSysSurface) \
194195
E_CPONLY(CEF_ColorSysSurface1) \
@@ -225,6 +226,7 @@
225226
E_CPONLY(CEF_ColorSysStateRippleNeutralOnProminent) \
226227
E_CPONLY(CEF_ColorSysStateRippleNeutralOnSubtle) \
227228
E_CPONLY(CEF_ColorSysStateRipplePrimary) \
229+
E_CPONLY(CEF_ColorSysStateScrim) \
228230
E_CPONLY(CEF_ColorSysStateFocusRing) \
229231
E_CPONLY(CEF_ColorSysStateFocusHighlight) \
230232
E_CPONLY(CEF_ColorSysStateTextHighlight) \
@@ -288,6 +290,7 @@
288290
E_CPONLY(CEF_ColorAppMenuProfileRowChipHovered) \
289291
E_CPONLY(CEF_ColorAppMenuRowBackgroundHovered) \
290292
E_CPONLY(CEF_ColorAppMenuUpgradeRowBackground) \
293+
E_CPONLY(CEF_ColorAppMenuUpgradeRowSubstringForeground) \
291294
E_CPONLY(CEF_ColorAvatarHeaderArt) \
292295
E_CPONLY(CEF_ColorAvatarIconGuest) \
293296
E_CPONLY(CEF_ColorAvatarIconIncognito) \
@@ -416,6 +419,7 @@
416419
E_CPONLY(CEF_ColorMenuDropmarker) \
417420
E_CPONLY(CEF_ColorMenuIcon) \
418421
E_CPONLY(CEF_ColorMenuIconDisabled) \
422+
E_CPONLY(CEF_ColorMenuIconOnEmphasizedBackground) \
419423
E_CPONLY(CEF_ColorMenuItemBackgroundAlertedInitial) \
420424
E_CPONLY(CEF_ColorMenuItemBackgroundAlertedTarget) \
421425
E_CPONLY(CEF_ColorMenuItemBackgroundHighlighted) \
@@ -803,7 +807,6 @@
803807
E_CPONLY(CEF_ColorComposeDialogResultForeground) \
804808
E_CPONLY(CEF_ColorComposeDialogResultForegroundWhileLoading) \
805809
E_CPONLY(CEF_ColorComposeDialogResultIcon) \
806-
E_CPONLY(CEF_ColorComposeDialogResultButtonsDivider) \
807810
E_CPONLY(CEF_ColorComposeDialogResultContainerScrollbarThumb) \
808811
E_CPONLY(CEF_ColorComposeDialogScrollbarThumb) \
809812
E_CPONLY(CEF_ColorComposeDialogTitle) \
@@ -895,6 +898,8 @@
895898
/* Intent Picker colors. */ \
896899
E_CPONLY(CEF_ColorIntentPickerItemBackgroundHovered) \
897900
E_CPONLY(CEF_ColorIntentPickerItemBackgroundSelected) \
901+
/* Lens overlay colors. */ \
902+
E_CPONLY(CEF_ColorLensOverlayToastBackground) \
898903
/* Location bar colors. */ \
899904
E_CPONLY(CEF_ColorLocationBarBackground) \
900905
E_CPONLY(CEF_ColorLocationBarBackgroundHovered) \
@@ -969,6 +974,9 @@
969974
E_CPONLY(CEF_ColorNewTabPageModuleControlBorder) \
970975
E_CPONLY(CEF_ColorNewTabPageModuleContextMenuDivider) \
971976
E_CPONLY(CEF_ColorNewTabPageModuleBackground) \
977+
E_CPONLY(CEF_ColorNewTabPageModuleCalendarEventCollapsedBackground) \
978+
E_CPONLY(CEF_ColorNewTabPageModuleCalendarEventExpandedBackground) \
979+
E_CPONLY(CEF_ColorNewTabPageModuleCalendarEventTimeStatusBackground) \
972980
E_CPONLY(CEF_ColorNewTabPageModuleIconBackground) \
973981
E_CPONLY(CEF_ColorNewTabPageModuleElementDivider) \
974982
E_CPONLY(CEF_ColorNewTabPageModuleIconContainerBackground) \
@@ -1072,10 +1080,10 @@
10721080
E_CPONLY(CEF_ColorPageInfoBackgroundTonal) \
10731081
E_CPONLY(CEF_ColorPageInfoChosenObjectDeleteButtonIcon) \
10741082
E_CPONLY(CEF_ColorPageInfoChosenObjectDeleteButtonIconDisabled) \
1083+
E_CPONLY(CEF_ColorPageInfoForeground) \
1084+
E_CPONLY(CEF_ColorPageInfoForegroundTonal) \
10751085
E_CPONLY(CEF_ColorPageInfoIconHover) \
10761086
E_CPONLY(CEF_ColorPageInfoIconPressed) \
1077-
E_CPONLY(CEF_ColorPageInfoLensOverlayBackground) \
1078-
E_CPONLY(CEF_ColorPageInfoLensOverlayForeground) \
10791087
E_CPONLY(CEF_ColorPageInfoPermissionBlockedOnSystemLevelDisabled) \
10801088
E_CPONLY(CEF_ColorPageInfoPermissionForeground) \
10811089
E_CPONLY(CEF_ColorPageInfoPermissionUsedIcon) \
@@ -1112,6 +1120,7 @@
11121120
E_CPONLY(CEF_ColorProductSpecificationsDivider) \
11131121
E_CPONLY(CEF_ColorProductSpecificationsPageBackground) \
11141122
E_CPONLY(CEF_ColorProductSpecificationsPrimaryTitle) \
1123+
E_CPONLY(CEF_ColorProductSpecificationsIcon) \
11151124
E_CPONLY(CEF_ColorProductSpecificationsSecondaryTitle) \
11161125
E_CPONLY(CEF_ColorProductSpecificationsSummaryBackground) \
11171126
/* Profile Menu colors. */ \

src/include/cef_command_ids.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@
239239
#define IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS 40277
240240
#define IDC_OPEN_RECENT_TAB 40278
241241
#define IDC_OPEN_SAFETY_HUB 40279
242-
#define IDC_SHOW_PASSWORD_CHECKUP 40280
242+
#define IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP 40280
243+
#define IDC_SAFETY_HUB_MANAGE_EXTENSIONS 40281
244+
#define IDC_SHOW_GOOGLE_LENS_SHORTCUT 40282
243245
#define IDC_SPELLCHECK_SUGGESTION_0 41000
244246
#define IDC_SPELLCHECK_SUGGESTION_1 41001
245247
#define IDC_SPELLCHECK_SUGGESTION_2 41002
@@ -418,7 +420,6 @@
418420
#define IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER 52413
419421
#define IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY 52414
420422
#define IDC_CONTENT_CONTEXT_RUN_LAYOUT_EXTRACTION 52420
421-
#define IDC_CONTENT_CONTEXT_PDF_OCR 52421
422423
#define IDC_TAB_SEARCH 52500
423424
#define IDC_TAB_SEARCH_CLOSE 52501
424425
#define IDC_DEBUG_TOGGLE_TABLET_MODE 52510

0 commit comments

Comments
 (0)