Skip to content

Commit

Permalink
Roll protocol to r1231134
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Nov 30, 2023
1 parent 2dcad56 commit 92cb696
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 21 deletions.
45 changes: 30 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
8 changes: 6 additions & 2 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -16322,6 +16322,7 @@
"sync-xhr",
"unload",
"usb",
"usb-unrestricted",
"vertical-scroll",
"web-printing",
"web-share",
Expand Down Expand Up @@ -24604,15 +24605,18 @@
"enum": [
"AccountChooser",
"AutoReauthn",
"ConfirmIdpLogin"
"ConfirmIdpLogin",
"Error"
]
},
{
"id": "DialogButton",
"description": "The buttons on the FedCM dialog.",
"type": "string",
"enum": [
"ConfirmIdpLoginContinue"
"ConfirmIdpLoginContinue",
"ErrorGotIt",
"ErrorMoreDetails"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -7651,6 +7651,7 @@ domain Page
sync-xhr
unload
usb
usb-unrestricted
vertical-scroll
web-printing
web-share
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 92cb696

Please sign in to comment.