Skip to content

Commit c57cb25

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8692553081733770737 [email protected] Bug: none Change-Id: If4af5af6b6524abd5cf3871e91fe89263db18f48 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7487177 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent fa0fe83 commit c57cb25

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '39acff851716ef40aaa0312ce0d359e37ef0d467',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '5d56a429434706fa8a544e96e741541f253c6b08',
27+
'chromium_browser_protocol_revision' : '45ca275b4749431e27f80dc5defcf893accdf583',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': 'c2725e0622e1a86d55f14514f2177a39efea4a0e',

front_end/third_party/chromium/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Dependencies sourced from the upstream `chromium` repository
22
URL: https://chromium.googlesource.com/chromium/src
33
Version: N/A
4-
Revision: 5d56a429434706fa8a544e96e741541f253c6b08
4+
Revision: 45ca275b4749431e27f80dc5defcf893accdf583
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

third_party/blink/renderer/core/css/css_properties.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6034,8 +6034,9 @@
60346034
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
60356035
field_group: "misc->timeline",
60366036
field_template: "external",
6037-
default_value: "Vector<AtomicString>()",
6038-
type_name: "Vector<AtomicString>",
6037+
default_value: "StyleTimelineScope()",
6038+
include_paths: ["third_party/blink/renderer/core/style/style_timeline_scope.h"],
6039+
type_name: "StyleTimelineScope",
60396040
converter: "ConvertTimelineScope",
60406041
separator: ",",
60416042
},

0 commit comments

Comments
 (0)