From 92cb6969811210b8d8277b39d7e9ddb0a941a817 Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Thu, 30 Nov 2023 04:27:01 +0000 Subject: [PATCH] Roll protocol to r1231134 --- changelog.md | 45 +++++++++++++++++++++++++------------- json/browser_protocol.json | 8 +++++-- package.json | 2 +- pdl/browser_protocol.pdl | 4 ++++ types/protocol.d.ts | 6 ++--- 5 files changed, 44 insertions(+), 21 deletions(-) diff --git a/changelog.md b/changelog.md index 9c990fae8a..4ef359a042 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,36 @@ +## Roll protocol to r1231134 — _2023-11-30T04:27:01.000Z_ +###### Diff: [`2dcad56...a197027`](https://github.com/ChromeDevTools/devtools-protocol/compare/`2dcad56...a197027`) + +```diff +@@ browser_protocol.pdl:7651 @@ domain Page + sync-xhr + unload + usb +- usb-unrestricted + vertical-scroll + web-printing + web-share +@@ -11637,14 +11636,11 @@ experimental domain FedCm + AccountChooser + AutoReauthn + ConfirmIdpLogin +- Error + + # The buttons on the FedCM dialog. + type DialogButton extends string + enum + ConfirmIdpLoginContinue +- ErrorGotIt +- ErrorMoreDetails + + # Corresponds to IdentityRequestAccount + type Account extends object +``` + ## Roll protocol to r1227788 — _2023-11-22T04:27:05.000Z_ -###### Diff: [`60572e5...18d6726`](https://github.com/ChromeDevTools/devtools-protocol/compare/`60572e5...18d6726`) +###### Diff: [`60572e5...2dcad56`](https://github.com/ChromeDevTools/devtools-protocol/compare/`60572e5...2dcad56`) ```diff @@ browser_protocol.pdl:5679 @@ domain Network @@ -10958,18 +10987,4 @@ index bd277eb..09c420e 100644 ch-prefers-color-scheme ch-rtt ch-ua -``` - -## Roll protocol to r919640 — _2021-09-09T05:15:45.000Z_ -###### Diff: [`a27d92f...2e2333f`](https://github.com/ChromeDevTools/devtools-protocol/compare/`a27d92f...2e2333f`) - -```diff -@@ browser_protocol.pdl:7926 @@ domain Page - OutstandingNetworkRequestDirectSocket - InjectedJavascript - InjectedStyleSheet -- Dummy - # Disabled for render frame host reasons - ContentSecurityHandler - ContentWebAuthenticationAPI ``` \ No newline at end of file diff --git a/json/browser_protocol.json b/json/browser_protocol.json index b985e88dbb..9279daa1c8 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -16322,6 +16322,7 @@ "sync-xhr", "unload", "usb", + "usb-unrestricted", "vertical-scroll", "web-printing", "web-share", @@ -24604,7 +24605,8 @@ "enum": [ "AccountChooser", "AutoReauthn", - "ConfirmIdpLogin" + "ConfirmIdpLogin", + "Error" ] }, { @@ -24612,7 +24614,9 @@ "description": "The buttons on the FedCM dialog.", "type": "string", "enum": [ - "ConfirmIdpLoginContinue" + "ConfirmIdpLoginContinue", + "ErrorGotIt", + "ErrorMoreDetails" ] }, { diff --git a/package.json b/package.json index 3c1ea84253..21afc409d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1227788", + "version": "0.0.1231134", "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 44f117ab60..3ba7f9c2fe 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -7651,6 +7651,7 @@ domain Page sync-xhr unload usb + usb-unrestricted vertical-scroll web-printing web-share @@ -11636,11 +11637,14 @@ experimental domain FedCm AccountChooser AutoReauthn ConfirmIdpLogin + Error # The buttons on the FedCM dialog. type DialogButton extends string enum ConfirmIdpLoginContinue + ErrorGotIt + ErrorMoreDetails # Corresponds to IdentityRequestAccount type Account extends object diff --git a/types/protocol.d.ts b/types/protocol.d.ts index c64554ca8d..83b6813bfd 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -12899,7 +12899,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' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | '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-factor' | '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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | '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' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking'); + export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | '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-factor' | '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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | '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' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking'); /** * Reason for a permissions policy feature to be disabled. @@ -17773,12 +17773,12 @@ export namespace Protocol { /** * The types of FedCM dialogs. */ - export type DialogType = ('AccountChooser' | 'AutoReauthn' | 'ConfirmIdpLogin'); + export type DialogType = ('AccountChooser' | 'AutoReauthn' | 'ConfirmIdpLogin' | 'Error'); /** * The buttons on the FedCM dialog. */ - export type DialogButton = ('ConfirmIdpLoginContinue'); + export type DialogButton = ('ConfirmIdpLoginContinue' | 'ErrorGotIt' | 'ErrorMoreDetails'); /** * Corresponds to IdentityRequestAccount