Skip to content

Commit

Permalink
Roll protocol to r1371839
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed Oct 22, 2024
1 parent 91bd3ba commit 60273fe
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 24 deletions.
44 changes: 23 additions & 21 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@


## Roll protocol to r1371839 — _2024-10-22T04:29:59.000Z_
###### Diff: [`91bd3ba...b0fe2a9`](https://github.com/ChromeDevTools/devtools-protocol/compare/91bd3ba...b0fe2a9)

```diff
@@ browser_protocol.pdl:2677 @@ domain DOM
enum
first-line
first-letter
+ check
before
after
marker
@@ -8094,6 +8095,7 @@ domain Page
encrypted-media
execution-while-out-of-viewport
execution-while-not-rendered
+ fenced-frame-unpartitioned-data
focus-without-user-activation
fullscreen
frobulate
```

## Roll protocol to r1368592 — _2024-10-15T04:29:39.000Z_
###### Diff: [`1526dda...a7ad50c`](https://github.com/ChromeDevTools/devtools-protocol/compare/1526dda...a7ad50c)
###### Diff: [`1526dda...91bd3ba`](https://github.com/ChromeDevTools/devtools-protocol/compare/1526dda...91bd3ba)

```diff
@@ browser_protocol.pdl:2709 @@ domain DOM
Expand Down Expand Up @@ -12091,24 +12113,4 @@ index 18cf0c7..8e43695 100644
optional Network.LoaderId loaderId
# User friendly error message, present if and only if navigation has failed.
optional string errorText
```

## Roll protocol to r1002782 — _2022-05-12T19:15:18.000Z_
###### Diff: [`02d7a84...6db5938`](https://github.com/ChromeDevTools/devtools-protocol/compare/02d7a84...6db5938)

```diff
@@ browser_protocol.pdl:10120 @@ experimental domain WebAuthn
# Enable the WebAuthn domain and start intercepting credential storage and
# retrieval with a virtual authenticator.
command enable
+ parameters
+ # Whether to enable the WebAuthn user interface. Enabling the UI is
+ # recommended for debugging and demo purposes, as it is closer to the real
+ # experience. Disabling the UI is recommended for automated testing.
+ # Supported at the embedder's discretion if UI is available.
+ # Defaults to false.
+ optional boolean enableUI

# Disable the WebAuthn domain.
command disable
```
2 changes: 2 additions & 0 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5655,6 +5655,7 @@
"enum": [
"first-line",
"first-letter",
"check",
"before",
"after",
"marker",
Expand Down Expand Up @@ -17198,6 +17199,7 @@
"encrypted-media",
"execution-while-out-of-viewport",
"execution-while-not-rendered",
"fenced-frame-unpartitioned-data",
"focus-without-user-activation",
"fullscreen",
"frobulate",
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.1368592",
"version": "0.0.1371839",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 2 additions & 0 deletions pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -2677,6 +2677,7 @@ domain DOM
enum
first-line
first-letter
check
before
after
marker
Expand Down Expand Up @@ -8094,6 +8095,7 @@ domain Page
encrypted-media
execution-while-out-of-viewport
execution-while-not-rendered
fenced-frame-unpartitioned-data
focus-without-user-activation
fullscreen
frobulate
Expand Down
4 changes: 2 additions & 2 deletions types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6027,7 +6027,7 @@ export namespace Protocol {
/**
* Pseudo element type.
*/
export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-next-button' | 'scroll-prev-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker');
export type PseudoType = ('first-line' | 'first-letter' | 'check' | 'before' | 'after' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-next-button' | 'scroll-prev-button' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker');

/**
* Shadow root type.
Expand Down Expand Up @@ -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' | '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-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');

/**
* Reason for a permissions policy feature to be disabled.
Expand Down

0 comments on commit 60273fe

Please sign in to comment.