Skip to content

Commit 47b1190

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/8732234552970489025 [email protected] Bug: none Change-Id: I245de35c03cb5f148301d47d690d61375703b117 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5985374 Commit-Queue: Kim-Anh Tran <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent d827d35 commit 47b1190

File tree

7 files changed

+22
-5
lines changed

7 files changed

+22
-5
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' : '8a36e225d48eab15ea86829fccd8befab9a87ca6',
27+
'chromium_browser_protocol_revision' : 'b6599e42d8cb3251a9aa6bb2127a721489f593cc',
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/ARIAProperties.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
export const config = {
66
"attributes": [
7+
{
8+
"name": "aria-actions",
9+
"type": "IDREF_list"
10+
},
711
{
812
"name": "aria-activedescendant",
913
"type": "IDREF"

front_end/generated/InspectorBackendCommands.js

Lines changed: 3 additions & 3 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export namespace Accessibility {
175175
* - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
176176
*/
177177
export const enum AXPropertyName {
178+
Actions = 'actions',
178179
Busy = 'busy',
179180
Disabled = 'disabled',
180181
Editable = 'editable',
@@ -757,6 +758,8 @@ export namespace Audits {
757758
ExcludeDomainNonASCII = 'ExcludeDomainNonASCII',
758759
ExcludeThirdPartyCookieBlockedInFirstPartySet = 'ExcludeThirdPartyCookieBlockedInFirstPartySet',
759760
ExcludeThirdPartyPhaseout = 'ExcludeThirdPartyPhaseout',
761+
ExcludePortMismatch = 'ExcludePortMismatch',
762+
ExcludeSchemeMismatch = 'ExcludeSchemeMismatch',
760763
}
761764

762765
export const enum CookieWarningReason {
@@ -3799,6 +3802,7 @@ export namespace DOM {
37993802
Check = 'check',
38003803
Before = 'before',
38013804
After = 'after',
3805+
SelectArrow = 'select-arrow',
38023806
Marker = 'marker',
38033807
Backdrop = 'backdrop',
38043808
Column = 'column',

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"description": "Values of AXProperty name:\n- from 'busy' to 'roledescription': states which apply to every AX node\n- from 'live' to 'root': attributes which apply to nodes in live regions\n- from 'autocomplete' to 'valuetext': attributes which apply to widgets\n- from 'checked' to 'selected': states which apply to widgets\n- from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.",
211211
"type": "string",
212212
"enum": [
213+
"actions",
213214
"busy",
214215
"disabled",
215216
"editable",
@@ -1048,7 +1049,9 @@
10481049
"ExcludeSamePartyCrossPartyContext",
10491050
"ExcludeDomainNonASCII",
10501051
"ExcludeThirdPartyCookieBlockedInFirstPartySet",
1051-
"ExcludeThirdPartyPhaseout"
1052+
"ExcludeThirdPartyPhaseout",
1053+
"ExcludePortMismatch",
1054+
"ExcludeSchemeMismatch"
10521055
]
10531056
},
10541057
{
@@ -5695,6 +5698,7 @@
56955698
"check",
56965699
"before",
56975700
"after",
5701+
"select-arrow",
56985702
"marker",
56995703
"backdrop",
57005704
"column",

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ experimental domain Accessibility
117117
# - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
118118
type AXPropertyName extends string
119119
enum
120+
actions
120121
busy
121122
disabled
122123
editable
@@ -517,6 +518,8 @@ experimental domain Audits
517518
ExcludeDomainNonASCII
518519
ExcludeThirdPartyCookieBlockedInFirstPartySet
519520
ExcludeThirdPartyPhaseout
521+
ExcludePortMismatch
522+
ExcludeSchemeMismatch
520523

521524
type CookieWarningReason extends string
522525
enum
@@ -2695,6 +2698,7 @@ domain DOM
26952698
check
26962699
before
26972700
after
2701+
select-arrow
26982702
marker
26992703
backdrop
27002704
column

third_party/blink/renderer/core/html/aria_properties.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
export: "CORE_EXPORT",
88
},
99
attributes: [
10+
{name: "aria-actions", type: "IDREF_list"},
1011
{name: "aria-activedescendant", type: "IDREF"},
1112
{name: "aria-atomic", default: "false", type: "boolean"},
1213
{

0 commit comments

Comments
 (0)