Skip to content

Commit 78587ee

Browse files
committed
Roll protocol to r1383960
1 parent 0270ad8 commit 78587ee

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

changelog.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## Roll protocol to r1383960 — _2024-11-16T04:30:17.000Z_
4+
###### Diff: [`0270ad8...d30a124`](https://github.com/ChromeDevTools/devtools-protocol/compare/0270ad8...d30a124)
5+
6+
```diff
7+
@@ browser_protocol.pdl:8130 @@ domain Page
8+
controlled-frame
9+
cross-origin-isolated
10+
deferred-fetch
11+
+ deferred-fetch-minimal
12+
digital-credentials-get
13+
direct-sockets
14+
direct-sockets-private
15+
```
16+
317
## Roll protocol to r1380148 — _2024-11-08T04:28:53.000Z_
418
###### Diff: [`0225c22...e098480`](https://github.com/ChromeDevTools/devtools-protocol/compare/0225c22...e098480)
519

@@ -12188,18 +12202,4 @@ index 18cf0c7..8e43695 100644
1218812202
ch-prefers-color-scheme
1218912203
ch-rtt
1219012204
ch-save-data
12191-
```
12192-
12193-
## Roll protocol to r1007249 — _2022-05-25T06:15:14.000Z_
12194-
###### Diff: [`cb58d1b...7e4a41a`](https://github.com/ChromeDevTools/devtools-protocol/compare/cb58d1b...7e4a41a)
12195-
12196-
```diff
12197-
@@ browser_protocol.pdl:6999 @@ domain Page
12198-
ch-device-memory
12199-
ch-downlink
12200-
ch-ect
12201-
+ ch-partitioned-cookies
12202-
ch-prefers-color-scheme
12203-
ch-rtt
12204-
ch-save-data
1220512205
```

json/browser_protocol.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17262,6 +17262,7 @@
1726217262
"controlled-frame",
1726317263
"cross-origin-isolated",
1726417264
"deferred-fetch",
17265+
"deferred-fetch-minimal",
1726517266
"digital-credentials-get",
1726617267
"direct-sockets",
1726717268
"direct-sockets-private",

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.1383410",
3+
"version": "0.0.1383960",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/browser_protocol.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8130,6 +8130,7 @@ domain Page
81308130
controlled-frame
81318131
cross-origin-isolated
81328132
deferred-fetch
8133+
deferred-fetch-minimal
81338134
digital-credentials-get
81348135
direct-sockets
81358136
direct-sockets-private

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13473,7 +13473,7 @@ export namespace Protocol {
1347313473
* All Permissions Policy features. This enum should match the one defined
1347413474
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
1347513475
*/
13476-
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-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' | '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' | 'local-fonts' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
13476+
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-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' | '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' | 'local-fonts' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
1347713477

1347813478
/**
1347913479
* Reason for a permissions policy feature to be disabled.

0 commit comments

Comments
 (0)