File tree Expand file tree Collapse file tree 5 files changed +19
-22
lines changed
Expand file tree Collapse file tree 5 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1472835 — _2025-06-12T04:31:40.000Z_
4+ ###### Diff: [`0d84894...3be4b55`](https://github.com/ChromeDevTools/devtools-protocol/compare/0d84894...3be4b55)
5+
6+ ```diff
7+ @@ browser_protocol.pdl:8653 @@ domain Page
8+ join-ad-interest-group
9+ keyboard-map
10+ language-detector
11+ + language-model
12+ local-fonts
13+ local-network-access
14+ magnetometer
15+ ```
16+
317## Roll protocol to r1472211 — _2025-06-11T04:31:52.000Z_
4- ###### Diff: [`00f18fe...1701250 `](https://github.com/ChromeDevTools/devtools-protocol/compare/00f18fe...1701250 )
18+ ###### Diff: [`00f18fe...0d84894 `](https://github.com/ChromeDevTools/devtools-protocol/compare/00f18fe...0d84894 )
519
620```diff
721@@ browser_protocol.pdl:4467 @@ domain Emulation
@@ -14004,23 +14018,4 @@ index 8d8211b..2d56043 100644
1400414018
1400514019 # Fired when a prerender attempt is completed.
1400614020 experimental event prerenderAttemptCompleted
14007- ```
14008-
14009- ## Roll protocol to r1046751 — _2022-09-14T04:56:53.000Z_
14010- ###### Diff: [`379658e...3c081bc`](https://github.com/ChromeDevTools/devtools-protocol/compare/379658e...3c081bc)
14011-
14012- ```diff
14013- @@ browser_protocol.pdl:8475 @@ domain Page
14014- FrameId initiatingFrameId
14015- string prerenderingUrl
14016- PrerenderFinalStatus finalStatus
14017- - # This is used to give users more information about the cancellation details,
14018- - # and this will be formatted for display.
14019- - optional string reasonDetails
14020- + # This is used to give users more information about the name of the API call
14021- + # that is incompatible with prerender and has caused the cancellation of the attempt
14022- + optional string disallowedApiMethod
14023-
14024- event loadEventFired
14025- parameters
1402614021```
Original file line number Diff line number Diff line change 1832518325 "join-ad-interest-group",
1832618326 "keyboard-map",
1832718327 "language-detector",
18328+ "language-model",
1832818329 "local-fonts",
1832918330 "local-network-access",
1833018331 "magnetometer",
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1472211 " ,
3+ "version" : " 0.0.1472835 " ,
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 @@ -8653,6 +8653,7 @@ domain Page
86538653 join-ad-interest-group
86548654 keyboard-map
86558655 language-detector
8656+ language-model
86568657 local-fonts
86578658 local-network-access
86588659 magnetometer
Original file line number Diff line number Diff line change @@ -14047,7 +14047,7 @@ export namespace Protocol {
1404714047 * All Permissions Policy features. This enum should match the one defined
1404814048 * in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
1404914049 */
14050- 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' | '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');
14050+ 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');
1405114051
1405214052 /**
1405314053 * Reason for a permissions policy feature to be disabled.
You can’t perform that action at this time.
0 commit comments