Skip to content

Commit 2ae5952

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/8733412312868992977 [email protected] Bug: none Change-Id: I76812c5424c76371c2859bc2ecd4d259a25a2276 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5950128 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]>
1 parent 7f845cb commit 2ae5952

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
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': 'ccf6613682a24413db28656da6f9c52948331bad',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '3f265f021ea389b178413ce865fc51e6dd95033c',
27+
'chromium_browser_protocol_revision' : 'a21e8cc99d4421faf3810167076b5123b190a563',
2828

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

front_end/generated/InspectorBackendCommands.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/protocol.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,7 @@ export namespace DOM {
37713771
export const enum PseudoType {
37723772
FirstLine = 'first-line',
37733773
FirstLetter = 'first-letter',
3774+
Check = 'check',
37743775
Before = 'before',
37753776
After = 'after',
37763777
Marker = 'marker',
@@ -11591,6 +11592,7 @@ export namespace Page {
1159111592
EncryptedMedia = 'encrypted-media',
1159211593
ExecutionWhileOutOfViewport = 'execution-while-out-of-viewport',
1159311594
ExecutionWhileNotRendered = 'execution-while-not-rendered',
11595+
FencedFrameUnpartitionedData = 'fenced-frame-unpartitioned-data',
1159411596
FocusWithoutUserActivation = 'focus-without-user-activation',
1159511597
Fullscreen = 'fullscreen',
1159611598
Frobulate = 'frobulate',

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7268,11 +7268,6 @@ export const NativeFunctions = [
72687268
name: "writeStreaming",
72697269
signatures: [["input","?options"]]
72707270
},
7271-
{
7272-
name: "canDetect",
7273-
signatures: [["languageTag"]],
7274-
receivers: ["AILanguageDetectorCapabilities"]
7275-
},
72767271
{
72777272
name: "detect",
72787273
signatures: [["input","?options"]],
@@ -7791,6 +7786,10 @@ export const NativeFunctions = [
77917786
name: "fromElement",
77927787
signatures: [["element"]]
77937788
},
7789+
{
7790+
name: "selectAudioOutput",
7791+
signatures: [["?options"]]
7792+
},
77947793
{
77957794
name: "setCaptureHandleConfig",
77967795
signatures: [["?config"]]

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5655,6 +5655,7 @@
56555655
"enum": [
56565656
"first-line",
56575657
"first-letter",
5658+
"check",
56585659
"before",
56595660
"after",
56605661
"marker",
@@ -17198,6 +17199,7 @@
1719817199
"encrypted-media",
1719917200
"execution-while-out-of-viewport",
1720017201
"execution-while-not-rendered",
17202+
"fenced-frame-unpartitioned-data",
1720117203
"focus-without-user-activation",
1720217204
"fullscreen",
1720317205
"frobulate",

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,6 +2677,7 @@ domain DOM
26772677
enum
26782678
first-line
26792679
first-letter
2680+
check
26802681
before
26812682
after
26822683
marker
@@ -8094,6 +8095,7 @@ domain Page
80948095
encrypted-media
80958096
execution-while-out-of-viewport
80968097
execution-while-not-rendered
8098+
fenced-frame-unpartitioned-data
80978099
focus-without-user-activation
80988100
fullscreen
80998101
frobulate

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6243,14 +6243,12 @@
62436243
interpolable: true,
62446244
field_group: "*",
62456245
field_template: "external",
6246-
include_paths: ["third_party/blink/renderer/core/css/style_color.h"],
6247-
default_value: "StyleColor::CurrentColor()",
6248-
type_name: "StyleColor",
6249-
computed_style_protected_functions: ["getter"],
6246+
include_paths: ["third_party/blink/renderer/core/style/gap_color_data_list.h"],
6247+
default_value: "GapColorDataList::DefaultGapColorDataList()",
6248+
type_name: "GapColorDataList",
62506249
keywords: ["currentcolor"],
62516250
typedom_types: ["Keyword"],
6252-
converter: "ConvertStyleColor",
6253-
style_builder_template: "color",
6251+
converter: "ConvertGapColorDataList",
62546252
invalidate: ["paint"],
62556253
},
62566254
{
@@ -8403,12 +8401,10 @@
84038401
property_methods: ["ParseSingleValue", "ColorIncludingFallback"],
84048402
field_group: "*->visited",
84058403
field_template: "external",
8406-
include_paths: ["third_party/blink/renderer/core/css/style_color.h"],
8407-
default_value: "StyleColor::CurrentColor()",
8408-
type_name: "StyleColor",
8409-
computed_style_protected_functions: ["getter"],
8410-
converter: "ConvertStyleColor",
8411-
style_builder_template: "visited_color",
8404+
include_paths: ["third_party/blink/renderer/core/style/gap_color_data_list.h"],
8405+
default_value: "GapColorDataList::DefaultGapColorDataList()",
8406+
type_name: "GapColorDataList",
8407+
converter: "ConvertGapColorDataList",
84128408
invalidate: ["paint"],
84138409
},
84148410
{

0 commit comments

Comments
 (0)