Skip to content

Commit a134eaa

Browse files
committed
Roll protocol to r1543509
1 parent c40015d commit a134eaa

File tree

6 files changed

+19
-49
lines changed

6 files changed

+19
-49
lines changed

changelog.md

Lines changed: 15 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11

22

3+
## Roll protocol to r1543509 — _2025-11-12T04:32:18.000Z_
4+
###### Diff: [`c40015d...418844c`](https://github.com/ChromeDevTools/devtools-protocol/compare/c40015d...418844c)
5+
6+
```diff
7+
@@ domains/Page.pdl:172 @@ domain Page
8+
otp-credentials
9+
payment
10+
picture-in-picture
11+
- popins
12+
private-aggregation
13+
private-state-token-issuance
14+
private-state-token-redemption
15+
```
16+
317
## Roll protocol to r1541592 — _2025-11-07T04:32:19.000Z_
4-
###### Diff: [`b8b14fd...20c706c`](https://github.com/ChromeDevTools/devtools-protocol/compare/b8b14fd...20c706c)
18+
###### Diff: [`b8b14fd...c40015d`](https://github.com/ChromeDevTools/devtools-protocol/compare/b8b14fd...c40015d)
519

620
```diff
721
@@ domains/CSS.pdl:514 @@ experimental domain CSS
@@ -41892,46 +41906,4 @@ index 0dbdc01d..7a3c772c 100644
4189241906

4189341907
event loadEventFired
4189441908
parameters
41895-
```
41896-
41897-
## Roll protocol to r1105486 — _2023-02-15T04:28:51.000Z_
41898-
###### Diff: [`97f8fcb...30ceb43`](https://github.com/ChromeDevTools/devtools-protocol/compare/97f8fcb...30ceb43)
41899-
41900-
```diff
41901-
@@ browser_protocol.pdl:10814 @@ experimental domain DeviceAccess
41902-
parameters
41903-
RequestId id
41904-
array of PromptDevice devices
41905-
+
41906-
+experimental domain Preload
41907-
+ # Unique id
41908-
+ type RuleSetId extends string
41909-
+
41910-
+ # Corresponds to SpeculationRuleSet
41911-
+ type RuleSet extends object
41912-
+ properties
41913-
+ RuleSetId id
41914-
+ # Identifies a document which the rule set is associated with.
41915-
+ Network.LoaderId loaderId
41916-
+ # Source text of JSON representing the rule set. If it comes from
41917-
+ # <script> tag, it is the textContent of the node. Note that it is
41918-
+ # a JSON for valid case.
41919-
+ #
41920-
+ # See also:
41921-
+ # - https://wicg.github.io/nav-speculation/speculation-rules.html
41922-
+ # - https://github.com/WICG/nav-speculation/blob/main/triggers.md
41923-
+ string sourceText
41924-
+
41925-
+ command enable
41926-
+
41927-
+ command disable
41928-
+
41929-
+ # Upsert. Currently, it is only emitted when a rule set added.
41930-
+ event ruleSetUpdated
41931-
+ parameters
41932-
+ RuleSet ruleSet
41933-
+
41934-
+ event ruleSetRemoved
41935-
+ parameters
41936-
+ RuleSetId id
4193741909
```

json/browser_protocol.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20594,7 +20594,6 @@
2059420594
"otp-credentials",
2059520595
"payment",
2059620596
"picture-in-picture",
20597-
"popins",
2059820597
"private-aggregation",
2059920598
"private-state-token-issuance",
2060020599
"private-state-token-redemption",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.1541592",
3+
"version": "0.0.1543509",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/domains/Page.pdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ domain Page
172172
otp-credentials
173173
payment
174174
picture-in-picture
175-
popins
176175
private-aggregation
177176
private-state-token-issuance
178177
private-state-token-redemption

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15849,7 +15849,7 @@ export namespace Protocol {
1584915849
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
1585015850
* @experimental
1585115851
*/
15852-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-create' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-multicast' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'language-model' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
15852+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-create' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-multicast' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'language-model' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
1585315853

1585415854
/**
1585515855
* Reason for a permissions policy feature to be disabled.

0 commit comments

Comments
 (0)