Skip to content

Commit 2688ed2

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/8708011189451595729 [email protected] Bug: none Change-Id: Ia175965fb3039e23288e4f075c72b80802145714 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6796057 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Simon Zünd <[email protected]>
1 parent 091406e commit 2688ed2

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
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': 'bdc11c1d3130b92e0986f38f2e58f93cc5a674a8',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '2025daaa087046f0da256827b2f66cdc5b6f0716',
27+
'chromium_browser_protocol_revision' : '1b32bbbcbe9a8ee34d78d61226bb4611fb7c5aab',
2828

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

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,11 @@ export const NativeFunctions = [
698698
signatures: [["property","cssText"]],
699699
receivers: ["CSSStyleValue"]
700700
},
701+
{
702+
name: "parse",
703+
signatures: [["serializedOrigin"]],
704+
receivers: ["Origin"]
705+
},
701706
{
702707
name: "parse",
703708
signatures: [["url","?base"]],
@@ -7291,6 +7296,18 @@ export const NativeFunctions = [
72917296
name: "compareComponent",
72927297
signatures: [["component","left","right"]]
72937298
},
7299+
{
7300+
name: "Origin",
7301+
signatures: [["?serializedOrigin"]]
7302+
},
7303+
{
7304+
name: "isSameOrigin",
7305+
signatures: [["other"]]
7306+
},
7307+
{
7308+
name: "isSameSite",
7309+
signatures: [["other"]]
7310+
},
72947311
{
72957312
name: "URLSearchParams",
72967313
signatures: [["?init"]]

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://source.chromium.org/chromium/chromium/src/+/main:components/variations/proto/devtools/
33
Version: N/A
4-
Revision: 2025daaa087046f0da256827b2f66cdc5b6f0716
4+
Revision: 1b32bbbcbe9a8ee34d78d61226bb4611fb7c5aab
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3809,7 +3809,7 @@
38093809
field_group: "inherited",
38103810
field_template: "<length>",
38113811
default_value: "Length::Fixed()",
3812-
getter: "SpecifiedLetterSpacing",
3812+
getter: "ComputedLetterSpacing",
38133813
converter: "ConvertSpacing",
38143814
computed_style_custom_functions: ["getter"],
38153815
typedom_types: ["Keyword", "Length", "Percentage"],

0 commit comments

Comments
 (0)