Skip to content

Commit

Permalink
Roll protocol to r882987
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed May 14, 2021
1 parent 96c89c5 commit ea8402f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## Roll protocol to r882921
###### _2021-05-14 02:16:15_ | Diff: [56788fe...96c89c5](https://github.com/ChromeDevTools/devtools-protocol/compare/56788fe...96c89c5)
#### `Audits`: modified type
* [`Audits.CorsIssueDetails`](https://chromedevtools.github.io/devtools-protocol/tot/Audits/#type-CorsIssueDetails) - The `initiatorOrigin` in the properties had `type` _removed_. The `resourceIPAddressSpace` in the properties had `$ref` _removed_. The `initiatorOrigin` in the properties had `name` _updated_. The `resourceIPAddressSpace` in the properties had `name` _updated_. The `clientSecurityState` in the properties had `name` _updated_. The `clientSecurityState` in the properties had `$ref` _updated_. The properties's `$ref` _added_. The properties's `type` _added_. The properties's `clientSecurityState` _added_.
#### `Network`: modified type
* [`Network.CorsError`](https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-CorsError) - The enum's `NoCorsRedirectModeNotFollow` _added_.


## Roll protocol to r882324
###### _2021-05-12 15:16:51_ | Diff: [9062efe...56788fe](https://github.com/ChromeDevTools/devtools-protocol/compare/9062efe...56788fe)
#### `Audits`: new type
Expand Down
2 changes: 1 addition & 1 deletion json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -13933,6 +13933,7 @@
"enum": [
"accelerometer",
"ambient-light-sensor",
"attribution-reporting",
"autoplay",
"camera",
"ch-dpr",
Expand All @@ -13952,7 +13953,6 @@
"ch-width",
"clipboard-read",
"clipboard-write",
"conversion-measurement",
"cross-origin-isolated",
"direct-sockets",
"display-capture",
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.882921",
"version": "0.0.882987",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 1 addition & 1 deletion pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -6438,6 +6438,7 @@ domain Page
enum
accelerometer
ambient-light-sensor
attribution-reporting
autoplay
camera
ch-dpr
Expand All @@ -6457,7 +6458,6 @@ domain Page
ch-width
clipboard-read
clipboard-write
conversion-measurement
cross-origin-isolated
direct-sockets
display-capture
Expand Down
2 changes: 1 addition & 1 deletion types/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11442,7 +11442,7 @@ export namespace Protocol {
* All Permissions Policy features. This enum should match the one defined
* in renderer/core/feature_policy/feature_policy_features.json5.
*/
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-lang' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full-version' | 'ch-ua-platform-version' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'conversion-measurement' | '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' | 'idle-detection' | 'interest-cohort' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'xr-spatial-tracking');
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-lang' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full-version' | 'ch-ua-platform-version' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | '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' | 'idle-detection' | 'interest-cohort' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'xr-spatial-tracking');

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

0 comments on commit ea8402f

Please sign in to comment.