Skip to content

Commit 989c3d0

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/8701035222909821505 R=chrome-devtools-waterfall-gardener-emea-oncall@google.com Bug: none Change-Id: I8c4e13c2ae018d7d6176176fcd27e6dcc33fb042 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7037099 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Natallia Harshunova <nharshunova@chromium.org>
1 parent ad3e7dc commit 989c3d0

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-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': '679b33a98ae546ff521eee2ea28d8d5bf28872ba',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '31876d8522d405cfcc6ea0f2a717a237382faa20',
27+
'chromium_browser_protocol_revision' : 'ef2fde9d4f45cbb0cbfb3c9aa912496f73d7b927',
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/generated/SupportedCSSProperties.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4375,6 +4375,7 @@ export const generatedProperties = [
43754375
"capitalize",
43764376
"uppercase",
43774377
"lowercase",
4378+
"full-width",
43784379
"none",
43794380
"math-auto"
43804381
],
@@ -6803,6 +6804,7 @@ export const generatedPropertyValues = {
68036804
"capitalize",
68046805
"uppercase",
68056806
"lowercase",
6807+
"full-width",
68066808
"none",
68076809
"math-auto"
68086810
]

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8439,6 +8439,14 @@ export const NativeFunctions = [
84398439
name: "sendPackets",
84408440
signatures: [["packets"]]
84418441
},
8442+
{
8443+
name: "addRemoteCandidate",
8444+
signatures: [["candidate"]]
8445+
},
8446+
{
8447+
name: "setRemoteDtlsParameters",
8448+
signatures: [["params"]]
8449+
},
84428450
{
84438451
name: "revoke",
84448452
signatures: [["permission"]]

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: 31876d8522d405cfcc6ea0f2a717a237382faa20
4+
Revision: ef2fde9d4f45cbb0cbfb3c9aa912496f73d7b927
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
@@ -5982,7 +5982,7 @@
59825982
independent: true,
59835983
inherited: true,
59845984
field_template: "keyword",
5985-
keywords: ["capitalize", "uppercase", "lowercase", "none", "math-auto"],
5985+
keywords: ["capitalize", "uppercase", "lowercase", "full-width", "none", "math-auto"],
59865986
typedom_types: ["Keyword"],
59875987
default_value: "none",
59885988
valid_for_first_letter: true,

0 commit comments

Comments
 (0)