Skip to content

Commit

Permalink
Roll protocol to r1315554
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Jun 15, 2024
1 parent db710ff commit 1e50e23
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 20 deletions.
38 changes: 23 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@


## Roll protocol to r1315554 — _2024-06-15T04:28:24.000Z_
###### Diff: [`db710ff...cac2f39`](https://github.com/ChromeDevTools/devtools-protocol/compare/db710ff...cac2f39)

```diff
@@ browser_protocol.pdl:156 @@ experimental domain Accessibility
flowto
labelledby
owns
+ url

# A node in the accessibility tree.
type AXNode extends object
@@ -10508,6 +10509,7 @@ experimental domain Storage
reportingOriginsPerSiteLimitReached
exceedsMaxChannelCapacity
exceedsMaxTriggerStateCardinality
+ destinationPerDayReportingLimitReached

experimental event attributionReportingSourceRegistered
parameters
```

## Roll protocol to r1312386 — _2024-06-08T04:27:15.000Z_
###### Diff: [`1db3824...8ab9ec1`](https://github.com/ChromeDevTools/devtools-protocol/compare/1db3824...8ab9ec1)
###### Diff: [`1db3824...db710ff`](https://github.com/ChromeDevTools/devtools-protocol/compare/1db3824...db710ff)

```diff
@@ browser_protocol.pdl:915 @@ experimental domain Audits
Expand Down Expand Up @@ -12069,18 +12091,4 @@ index 09c420e..bd277eb 100644
ErrorFetchingSignin
InvalidSigninResponse
AccountsHttpNotFound
```

## Roll protocol to r967529 — _2022-02-05T00:15:30.000Z_
###### Diff: [`72f90a8...5b91f46`](https://github.com/ChromeDevTools/devtools-protocol/compare/72f90a8...5b91f46)

```diff
@@ browser_protocol.pdl:6914 @@ domain Page
gyroscope
hid
idle-detection
- interest-cohort
join-ad-interest-group
keyboard-map
magnetometer
```
6 changes: 4 additions & 2 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@
"errormessage",
"flowto",
"labelledby",
"owns"
"owns",
"url"
]
},
{
Expand Down Expand Up @@ -21571,7 +21572,8 @@
"destinationBothLimitsReached",
"reportingOriginsPerSiteLimitReached",
"exceedsMaxChannelCapacity",
"exceedsMaxTriggerStateCardinality"
"exceedsMaxTriggerStateCardinality",
"destinationPerDayReportingLimitReached"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-protocol",
"version": "0.0.1312386",
"version": "0.0.1315554",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 2 additions & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ experimental domain Accessibility
flowto
labelledby
owns
url

# A node in the accessibility tree.
type AXNode extends object
Expand Down Expand Up @@ -10508,6 +10509,7 @@ experimental domain Storage
reportingOriginsPerSiteLimitReached
exceedsMaxChannelCapacity
exceedsMaxTriggerStateCardinality
destinationPerDayReportingLimitReached

experimental event attributionReportingSourceRegistered
parameters
Expand Down
4 changes: 2 additions & 2 deletions types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ export namespace Protocol {
* - from 'checked' to 'selected': states which apply to widgets
* - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
*/
export type AXPropertyName = ('busy' | 'disabled' | 'editable' | 'focusable' | 'focused' | 'hidden' | 'hiddenRoot' | 'invalid' | 'keyshortcuts' | 'settable' | 'roledescription' | 'live' | 'atomic' | 'relevant' | 'root' | 'autocomplete' | 'hasPopup' | 'level' | 'multiselectable' | 'orientation' | 'multiline' | 'readonly' | 'required' | 'valuemin' | 'valuemax' | 'valuetext' | 'checked' | 'expanded' | 'modal' | 'pressed' | 'selected' | 'activedescendant' | 'controls' | 'describedby' | 'details' | 'errormessage' | 'flowto' | 'labelledby' | 'owns');
export type AXPropertyName = ('busy' | 'disabled' | 'editable' | 'focusable' | 'focused' | 'hidden' | 'hiddenRoot' | 'invalid' | 'keyshortcuts' | 'settable' | 'roledescription' | 'live' | 'atomic' | 'relevant' | 'root' | 'autocomplete' | 'hasPopup' | 'level' | 'multiselectable' | 'orientation' | 'multiline' | 'readonly' | 'required' | 'valuemin' | 'valuemax' | 'valuetext' | 'checked' | 'expanded' | 'modal' | 'pressed' | 'selected' | 'activedescendant' | 'controls' | 'describedby' | 'details' | 'errormessage' | 'flowto' | 'labelledby' | 'owns' | 'url');

/**
* A node in the accessibility tree.
Expand Down Expand Up @@ -15883,7 +15883,7 @@ export namespace Protocol {
triggerDataMatching: AttributionReportingTriggerDataMatching;
}

export type AttributionReportingSourceRegistrationResult = ('success' | 'internalError' | 'insufficientSourceCapacity' | 'insufficientUniqueDestinationCapacity' | 'excessiveReportingOrigins' | 'prohibitedByBrowserPolicy' | 'successNoised' | 'destinationReportingLimitReached' | 'destinationGlobalLimitReached' | 'destinationBothLimitsReached' | 'reportingOriginsPerSiteLimitReached' | 'exceedsMaxChannelCapacity' | 'exceedsMaxTriggerStateCardinality');
export type AttributionReportingSourceRegistrationResult = ('success' | 'internalError' | 'insufficientSourceCapacity' | 'insufficientUniqueDestinationCapacity' | 'excessiveReportingOrigins' | 'prohibitedByBrowserPolicy' | 'successNoised' | 'destinationReportingLimitReached' | 'destinationGlobalLimitReached' | 'destinationBothLimitsReached' | 'reportingOriginsPerSiteLimitReached' | 'exceedsMaxChannelCapacity' | 'exceedsMaxTriggerStateCardinality' | 'destinationPerDayReportingLimitReached');

export type AttributionReportingSourceRegistrationTimeConfig = ('include' | 'exclude');

Expand Down

0 comments on commit 1e50e23

Please sign in to comment.