File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed
Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1485358 — _2025-07-11T04:33:31.000Z_
4+ ###### Diff: [`f9dda30...984fdfd`](https://github.com/ChromeDevTools/devtools-protocol/compare/f9dda30...984fdfd)
5+
6+ ```diff
7+ @@ browser_protocol.pdl:8609 @@ domain Page
8+ accelerometer
9+ all-screens-capture
10+ ambient-light-sensor
11+ + aria-notify
12+ attribution-reporting
13+ autoplay
14+ bluetooth
15+ ```
16+
317## Roll protocol to r1484773 — _2025-07-10T04:32:32.000Z_
4- ###### Diff: [`3952063...0bf3c43 `](https://github.com/ChromeDevTools/devtools-protocol/compare/3952063...0bf3c43 )
18+ ###### Diff: [`3952063...f9dda30 `](https://github.com/ChromeDevTools/devtools-protocol/compare/3952063...f9dda30 )
519
620```diff
721@@ browser_protocol.pdl:1748 @@ domain Browser
@@ -14066,22 +14080,4 @@ index b3b97fa..6efcf78 100644
1406614080 unspecifiedReason
1406714081
1406814082 # HTTP response data.
14069- ```
14070-
14071- ## Roll protocol to r1056622 — _2022-10-08T04:34:15.000Z_
14072- ###### Diff: [`871805f...1e2a599`](https://github.com/ChromeDevTools/devtools-protocol/compare/871805f...1e2a599)
14073-
14074- ```diff
14075- @@ browser_protocol.pdl:10036 @@ domain Fetch
14076- optional array of HeaderEntry responseHeaders
14077- # If the intercepted request had a corresponding Network.requestWillBeSent event fired for it,
14078- # then this networkId will be the same as the requestId present in the requestWillBeSent event.
14079- - optional RequestId networkId
14080- + optional Network.RequestId networkId
14081- + # If the request is due to a redirect response from the server, the id of the request that
14082- + # has caused the redirect.
14083- + experimental optional RequestId redirectedRequestId
14084-
14085- # Issued when the domain is enabled with handleAuthRequests set to true.
14086- # The request is paused until client responds with continueWithAuth.
1408714083```
Original file line number Diff line number Diff line change 1830018300 "accelerometer",
1830118301 "all-screens-capture",
1830218302 "ambient-light-sensor",
18303+ "aria-notify",
1830318304 "attribution-reporting",
1830418305 "autoplay",
1830518306 "bluetooth",
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1484773 " ,
3+ "version" : " 0.0.1485358 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -8609,6 +8609,7 @@ domain Page
86098609 accelerometer
86108610 all-screens-capture
86118611 ambient-light-sensor
8612+ aria-notify
86128613 attribution-reporting
86138614 autoplay
86148615 bluetooth
Original file line number Diff line number Diff line change @@ -14079,7 +14079,7 @@ export namespace Protocol {
1407914079 * All Permissions Policy features. This enum should match the one defined
1408014080 * in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
1408114081 */
14082- export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | '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-get' | 'direct-sockets' | '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');
14082+ 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-get' | 'direct-sockets' | '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');
1408314083
1408414084 /**
1408514085 * Reason for a permissions policy feature to be disabled.
You can’t perform that action at this time.
0 commit comments