From b213dcaf33591129eb97de246f667ff7d903e49c Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:30:25 +0000 Subject: [PATCH] Roll protocol to r1373723 --- changelog.md | 33 ++++++++++++++++----------------- json/browser_protocol.json | 2 +- package.json | 2 +- pdl/browser_protocol.pdl | 2 +- types/protocol.d.ts | 2 +- 5 files changed, 20 insertions(+), 21 deletions(-) diff --git a/changelog.md b/changelog.md index 4172fa9c99..f566339909 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,22 @@ +## Roll protocol to r1373723 — _2024-10-25T04:30:25.000Z_ +###### Diff: [`60273fe...4732576`](https://github.com/ChromeDevTools/devtools-protocol/compare/60273fe...4732576) + +```diff +@@ browser_protocol.pdl:8095 @@ domain Page + encrypted-media + execution-while-out-of-viewport + execution-while-not-rendered +- fenced-frame-unpartitioned-data ++ fenced-unpartitioned-storage-read + focus-without-user-activation + fullscreen + frobulate +``` + ## Roll protocol to r1371839 — _2024-10-22T04:29:59.000Z_ -###### Diff: [`91bd3ba...b0fe2a9`](https://github.com/ChromeDevTools/devtools-protocol/compare/91bd3ba...b0fe2a9) +###### Diff: [`91bd3ba...60273fe`](https://github.com/ChromeDevTools/devtools-protocol/compare/91bd3ba...60273fe) ```diff @@ browser_protocol.pdl:2677 @@ domain DOM @@ -12097,20 +12112,4 @@ index 18cf0c7..8e43695 100644 browsing-topics camera ch-dpr -``` - -## Roll protocol to r1003898 — _2022-05-16T20:15:25.000Z_ -###### Diff: [`6db5938...deb61a0`](https://github.com/ChromeDevTools/devtools-protocol/compare/6db5938...deb61a0) - -```diff -@@ browser_protocol.pdl:7634 @@ domain Page - returns - # Frame id that has navigated (or failed to navigate) - FrameId frameId -- # Loader identifier. -+ # Loader identifier. This is omitted in case of same-document navigation, -+ # as the previously committed loaderId would not change. - optional Network.LoaderId loaderId - # User friendly error message, present if and only if navigation has failed. - optional string errorText ``` \ No newline at end of file diff --git a/json/browser_protocol.json b/json/browser_protocol.json index d9413efe66..aa7263adb0 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -17199,7 +17199,7 @@ "encrypted-media", "execution-while-out-of-viewport", "execution-while-not-rendered", - "fenced-frame-unpartitioned-data", + "fenced-unpartitioned-storage-read", "focus-without-user-activation", "fullscreen", "frobulate", diff --git a/package.json b/package.json index 6af8d4856a..12ef2f2b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1371839", + "version": "0.0.1373723", "description": "The Chrome DevTools Protocol JSON", "repository": "https://github.com/ChromeDevTools/devtools-protocol", "author": "The Chromium Authors", diff --git a/pdl/browser_protocol.pdl b/pdl/browser_protocol.pdl index 933d5a20c3..7b0913f2f3 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -8095,7 +8095,7 @@ domain Page encrypted-media execution-while-out-of-viewport execution-while-not-rendered - fenced-frame-unpartitioned-data + fenced-unpartitioned-storage-read focus-without-user-activation fullscreen frobulate diff --git a/types/protocol.d.ts b/types/protocol.d.ts index 872a054680..3e932438f5 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -13434,7 +13434,7 @@ export namespace Protocol { * All Permissions Policy features. This enum should match the one defined * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5. */ - 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-frame-unpartitioned-data' | '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'); + 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'); /** * Reason for a permissions policy feature to be disabled.