Skip to content

Commit ba5f73d

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/8710457306891373873 [email protected] Bug: none Change-Id: Id32f3de16a375024dee70eb6e4694d4d14b38d14 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6699628 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Philip Pfaffe <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent 7342d62 commit ba5f73d

File tree

9 files changed

+3
-70
lines changed

9 files changed

+3
-70
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': '6d1ae0f13aae6ad381ca31b17b88a0f5af29ca94',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '8364c85ec0d463ecc98675f747e6a09134d2e07c',
27+
'chromium_browser_protocol_revision' : '12ee84556e609eb94429e8784ca498b29642a64e',
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/generated/InspectorBackendCommands.js

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

front_end/generated/protocol-mapping.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,10 +3912,6 @@ export namespace ProtocolMapping {
39123912
paramsType: [];
39133913
returnType: void;
39143914
};
3915-
'ServiceWorker.inspectWorker': {
3916-
paramsType: [Protocol.ServiceWorker.InspectWorkerRequest];
3917-
returnType: void;
3918-
};
39193915
'ServiceWorker.setForceUpdateOnPageLoad': {
39203916
paramsType: [Protocol.ServiceWorker.SetForceUpdateOnPageLoadRequest];
39213917
returnType: void;

front_end/generated/protocol-proxy-api.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,8 +3253,6 @@ declare namespace ProtocolProxyApi {
32533253

32543254
invoke_enable(): Promise<Protocol.ProtocolResponseWithError>;
32553255

3256-
invoke_inspectWorker(params: Protocol.ServiceWorker.InspectWorkerRequest): Promise<Protocol.ProtocolResponseWithError>;
3257-
32583256
invoke_setForceUpdateOnPageLoad(params: Protocol.ServiceWorker.SetForceUpdateOnPageLoadRequest): Promise<Protocol.ProtocolResponseWithError>;
32593257

32603258
invoke_skipWaiting(params: Protocol.ServiceWorker.SkipWaitingRequest): Promise<Protocol.ProtocolResponseWithError>;

front_end/generated/protocol.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11789,7 +11789,6 @@ export namespace Overlay {
1178911789
SearchForNode = 'searchForNode',
1179011790
SearchForUAShadowDOM = 'searchForUAShadowDOM',
1179111791
CaptureAreaScreenshot = 'captureAreaScreenshot',
11792-
ShowDistances = 'showDistances',
1179311792
None = 'none',
1179411793
}
1179511794

@@ -15002,10 +15001,6 @@ export namespace ServiceWorker {
1500215001
tag: string;
1500315002
}
1500415003

15005-
export interface InspectWorkerRequest {
15006-
versionId: string;
15007-
}
15008-
1500915004
export interface SetForceUpdateOnPageLoadRequest {
1501015005
forceUpdateOnPageLoad: boolean;
1501115006
}

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: 8364c85ec0d463ecc98675f747e6a09134d2e07c
4+
Revision: 12ee84556e609eb94429e8784ca498b29642a64e
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17610,7 +17610,6 @@
1761017610
"searchForNode",
1761117611
"searchForUAShadowDOM",
1761217612
"captureAreaScreenshot",
17613-
"showDistances",
1761417613
"none"
1761517614
]
1761617615
}
@@ -22508,15 +22507,6 @@
2250822507
{
2250922508
"name": "enable"
2251022509
},
22511-
{
22512-
"name": "inspectWorker",
22513-
"parameters": [
22514-
{
22515-
"name": "versionId",
22516-
"type": "string"
22517-
}
22518-
]
22519-
},
2252022510
{
2252122511
"name": "setForceUpdateOnPageLoad",
2252222512
"parameters": [

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8253,7 +8253,6 @@ experimental domain Overlay
82538253
searchForNode
82548254
searchForUAShadowDOM
82558255
captureAreaScreenshot
8256-
showDistances
82578256
none
82588257

82598258
# Disables domain notifications.
@@ -10639,10 +10638,6 @@ experimental domain ServiceWorker
1063910638

1064010639
command enable
1064110640

10642-
command inspectWorker
10643-
parameters
10644-
string versionId
10645-
1064610641
command setForceUpdateOnPageLoad
1064710642
parameters
1064810643
boolean forceUpdateOnPageLoad

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

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -654,18 +654,6 @@
654654
valid_type: "bool",
655655
},
656656

657-
// - valid_for_highlight_legacy: true
658-
//
659-
// Theoretically matches
660-
// https://drafts.csswg.org/css-pseudo-4/#highlight-styling,
661-
// but includes additional properties for compatibility reasons.
662-
// Applied to highlight pseudos that use originating inheritance
663-
// instead of highlight inheritance.
664-
valid_for_highlight_legacy: {
665-
default: false,
666-
valid_type: "bool",
667-
},
668-
669657
// - valid_for_highlight: true
670658
//
671659
// https://drafts.csswg.org/css-pseudo-4/#highlight-styling
@@ -1226,7 +1214,6 @@
12261214
valid_for_first_line: true,
12271215
valid_for_cue: true,
12281216
valid_for_marker: true,
1229-
valid_for_highlight_legacy: true,
12301217
valid_for_highlight: true,
12311218
is_highlight_colors: true,
12321219
supports_incremental_style: true,
@@ -1677,7 +1664,6 @@
16771664
keywords: ["auto", "none", "preserve-parent-color"],
16781665
typedom_types: ["Keyword"],
16791666
default_value: "auto",
1680-
valid_for_highlight_legacy: true,
16811667
computable: false,
16821668
valid_for_permission_element: true,
16831669
},
@@ -2004,7 +1990,6 @@
20041990
valid_for_first_letter: true,
20051991
valid_for_first_line: true,
20061992
valid_for_cue: true,
2007-
valid_for_highlight_legacy: true,
20081993
valid_for_highlight: true,
20091994
is_background: true,
20101995
is_highlight_colors: true,
@@ -2766,7 +2751,6 @@
27662751
converter: "ConvertStyleAutoColor",
27672752
keywords: ["auto", "currentcolor"],
27682753
typedom_types: ["Keyword"],
2769-
valid_for_highlight_legacy: true,
27702754
invalidate: ["color"],
27712755
includes_currentcolor: true,
27722756
},
@@ -2884,7 +2868,6 @@
28842868
type_name: "Vector<AtomicString>",
28852869
default_value: "Vector<AtomicString, 0>()",
28862870
field_template: "external",
2887-
valid_for_highlight_legacy: true,
28882871
computable: false,
28892872
// Affects the computed value of 'color', hence needs to happen before
28902873
// high-priority properties.
@@ -3132,7 +3115,6 @@
31323115
default_value: "auto",
31333116
style_builder_custom_functions: ["initial", "inherit", "value"],
31343117
typedom_types: ["Keyword"],
3135-
valid_for_highlight_legacy: true,
31363118
valid_for_marker: true,
31373119
valid_for_permission_element: true,
31383120
},
@@ -3239,7 +3221,6 @@
32393221
initial_color: "ComputedStyleInitialValues::InitialFillPaint",
32403222
},
32413223
style_builder_custom_functions: ["value"],
3242-
valid_for_highlight_legacy: true,
32433224
valid_for_highlight: true,
32443225
valid_for_permission_icon: true,
32453226
invalidate: ["paint"],
@@ -5496,7 +5477,6 @@
54965477
initial_color: "ComputedStyleInitialValues::InitialStrokePaint",
54975478
},
54985479
style_builder_custom_functions: ["value"],
5499-
valid_for_highlight_legacy: true,
55005480
valid_for_highlight: true,
55015481
valid_for_permission_icon: true,
55025482
invalidate: ["paint", "stroke"],
@@ -5601,7 +5581,6 @@
56015581
default_value: "UnzoomedLength(Length::Fixed(1))",
56025582
converter: "ConvertUnzoomedLength",
56035583
typedom_types: ["Length", "Percentage"],
5604-
valid_for_highlight_legacy: true,
56055584
valid_for_highlight: true,
56065585
valid_for_permission_icon: true,
56075586
invalidate: ["layout", "paint"],
@@ -5747,7 +5726,6 @@
57475726
valid_for_first_letter: true,
57485727
valid_for_first_line: true,
57495728
valid_for_cue: true,
5750-
valid_for_highlight_legacy: true,
57515729
valid_for_highlight: true,
57525730
supports_incremental_style: true,
57535731
valid_for_page_context: true,
@@ -5766,7 +5744,6 @@
57665744
valid_for_first_letter: true,
57675745
valid_for_first_line: true,
57685746
valid_for_cue: true,
5769-
valid_for_highlight_legacy: true,
57705747
valid_for_highlight: true,
57715748
valid_for_page_context: true,
57725749
invalidate: ["text-decoration"],
@@ -5784,7 +5761,6 @@
57845761
valid_for_first_line: true,
57855762
valid_for_cue: true,
57865763
valid_for_marker: true,
5787-
valid_for_highlight_legacy: true,
57885764
valid_for_highlight: true,
57895765
valid_for_page_context: true,
57905766
invalidate: ["text-decoration"],
@@ -5800,7 +5776,6 @@
58005776
valid_for_first_letter: true,
58015777
valid_for_first_line: true,
58025778
valid_for_cue: true,
5803-
valid_for_highlight_legacy: true,
58045779
valid_for_highlight: true,
58055780
valid_for_page_context: true,
58065781
invalidate: ["text-decoration"],
@@ -5819,7 +5794,6 @@
58195794
typedom_types: ["Keyword", "Length", "Percentage"],
58205795
valid_for_first_letter: true,
58215796
valid_for_first_line: true,
5822-
valid_for_highlight_legacy: true,
58235797
valid_for_highlight: true,
58245798
computable: false,
58255799
valid_for_page_context: true,
@@ -5868,7 +5842,6 @@
58685842
valid_for_first_line: true,
58695843
valid_for_cue: true,
58705844
valid_for_marker: true,
5871-
valid_for_highlight_legacy: true,
58725845
valid_for_highlight: true,
58735846
valid_for_page_context: true,
58745847
invalidate: ["layout", "paint"],
@@ -7009,7 +6982,6 @@
70096982
converter: "ConvertStyleColor",
70106983
style_builder_template: "color",
70116984
valid_for_marker: true,
7012-
valid_for_highlight_legacy: true,
70136985
valid_for_highlight: true,
70146986
invalidate: ["color"],
70156987
},
@@ -7046,7 +7018,6 @@
70467018
computed_style_protected_functions: ["getter"],
70477019
converter: "ConvertStyleColor",
70487020
style_builder_template: "color",
7049-
valid_for_highlight_legacy: true,
70507021
invalidate: ["color"],
70517022
},
70527023
{
@@ -7096,7 +7067,6 @@
70967067
computed_style_protected_functions: ["getter"],
70977068
converter: "ConvertStyleColor",
70987069
style_builder_template: "color",
7099-
valid_for_highlight_legacy: true,
71007070
invalidate: ["color"],
71017071
includes_currentcolor: true,
71027072
},
@@ -7109,7 +7079,6 @@
71097079
default_value: "0",
71107080
type_name: "float",
71117081
converter: "ConvertTextStrokeWidth",
7112-
valid_for_highlight_legacy: true,
71137082
invalidate: ["layout", "paint"],
71147083
affected_by_zoom: true,
71157084
},
@@ -8961,7 +8930,6 @@
89618930
valid_for_first_line: true,
89628931
valid_for_cue: true,
89638932
valid_for_marker: true,
8964-
valid_for_highlight_legacy: true,
89658933
valid_for_highlight: true,
89668934
is_visited_highlight_colors: true,
89678935
invalidate: ["border-visual", "color", "currentcolor"],
@@ -8982,7 +8950,6 @@
89828950
style_builder_template_args: {
89838951
initial_color: "StyleAutoColor::AutoColor",
89848952
},
8985-
valid_for_highlight_legacy: true,
89868953
invalidate: ["color"],
89878954
},
89888955
{
@@ -9016,7 +8983,6 @@
90168983
valid_for_first_letter: true,
90178984
valid_for_first_line: true,
90188985
valid_for_cue: true,
9019-
valid_for_highlight_legacy: true,
90208986
valid_for_highlight: true,
90218987
is_visited_highlight_colors: true,
90228988
invalidate: ["background-color"],
@@ -9153,7 +9119,6 @@
91539119
style_builder_template_args: {
91549120
initial_color: "ComputedStyleInitialValues::InitialFillPaint",
91559121
},
9156-
valid_for_highlight_legacy: true,
91579122
valid_for_highlight: true,
91589123
},
91599124
{
@@ -9187,7 +9152,6 @@
91879152
style_builder_template_args: {
91889153
initial_color: "ComputedStyleInitialValues::InitialStrokePaint",
91899154
},
9190-
valid_for_highlight_legacy: true,
91919155
valid_for_highlight: true,
91929156
invalidate: ["paint"],
91939157
},
@@ -9206,7 +9170,6 @@
92069170
valid_for_first_letter: true,
92079171
valid_for_first_line: true,
92089172
valid_for_cue: true,
9209-
valid_for_highlight_legacy: true,
92109173
valid_for_highlight: true,
92119174
invalidate: ["color"],
92129175
},
@@ -9223,7 +9186,6 @@
92239186
computed_style_protected_functions: ["getter"],
92249187
converter: "ConvertStyleColor",
92259188
style_builder_template: "visited_color",
9226-
valid_for_highlight_legacy: true,
92279189
valid_for_highlight: true,
92289190
invalidate: ["color"],
92299191
},
@@ -9240,7 +9202,6 @@
92409202
computed_style_protected_functions: ["getter"],
92419203
converter: "ConvertStyleColor",
92429204
style_builder_template: "visited_color",
9243-
valid_for_highlight_legacy: true,
92449205
valid_for_highlight: true,
92459206
invalidate: ["color"],
92469207
},
@@ -9257,7 +9218,6 @@
92579218
computed_style_protected_functions: ["getter"],
92589219
converter: "ConvertStyleColor",
92599220
style_builder_template: "visited_color",
9260-
valid_for_highlight_legacy: true,
92619221
valid_for_highlight: true,
92629222
invalidate: ["color"],
92639223
},

0 commit comments

Comments
 (0)