devtools-protocol 0.0.883449 → 0.0.883894
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +8 -0
- package/json/browser_protocol.json +2 -1
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +2 -1
- package/types/protocol.d.ts +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## Roll protocol to r883449
|
|
4
|
+
###### _2021-05-17 06:16:08_ | Diff: [ea8402f...56b0f11](https://github.com/ChromeDevTools/devtools-protocol/compare/ea8402f...56b0f11)
|
|
5
|
+
#### `DOM`: new type
|
|
6
|
+
* [`DOM.CompatibilityMode`](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-CompatibilityMode)
|
|
7
|
+
#### `DOM`: modified type
|
|
8
|
+
* [`DOM.Node`](https://chromedevtools.github.io/devtools-protocol/tot/DOM/#type-Node) - The properties's `compatibilityMode` _added_.
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
## Roll protocol to r882987
|
|
4
12
|
###### _2021-05-14 09:16:22_ | Diff: [96c89c5...ea8402f](https://github.com/ChromeDevTools/devtools-protocol/compare/96c89c5...ea8402f)
|
|
5
13
|
#### `Page`: modified type
|
|
@@ -13942,7 +13942,7 @@
|
|
|
13942
13942
|
},
|
|
13943
13943
|
{
|
|
13944
13944
|
"id": "PermissionsPolicyFeature",
|
|
13945
|
-
"description": "All Permissions Policy features. This enum should match the one defined\nin renderer/core/
|
|
13945
|
+
"description": "All Permissions Policy features. This enum should match the one defined\nin third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.",
|
|
13946
13946
|
"experimental": true,
|
|
13947
13947
|
"type": "string",
|
|
13948
13948
|
"enum": [
|
|
@@ -13956,6 +13956,7 @@
|
|
|
13956
13956
|
"ch-downlink",
|
|
13957
13957
|
"ch-ect",
|
|
13958
13958
|
"ch-lang",
|
|
13959
|
+
"ch-prefers-color-scheme",
|
|
13959
13960
|
"ch-rtt",
|
|
13960
13961
|
"ch-ua",
|
|
13961
13962
|
"ch-ua-arch",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
|
@@ -6441,7 +6441,7 @@ domain Page
|
|
|
6441
6441
|
PerformanceProfile
|
|
6442
6442
|
|
|
6443
6443
|
# All Permissions Policy features. This enum should match the one defined
|
|
6444
|
-
# in renderer/core/
|
|
6444
|
+
# in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
|
6445
6445
|
experimental type PermissionsPolicyFeature extends string
|
|
6446
6446
|
enum
|
|
6447
6447
|
accelerometer
|
|
@@ -6454,6 +6454,7 @@ domain Page
|
|
|
6454
6454
|
ch-downlink
|
|
6455
6455
|
ch-ect
|
|
6456
6456
|
ch-lang
|
|
6457
|
+
ch-prefers-color-scheme
|
|
6457
6458
|
ch-rtt
|
|
6458
6459
|
ch-ua
|
|
6459
6460
|
ch-ua-arch
|
package/types/protocol.d.ts
CHANGED
|
@@ -11446,9 +11446,9 @@ export namespace Protocol {
|
|
|
11446
11446
|
|
|
11447
11447
|
/**
|
|
11448
11448
|
* All Permissions Policy features. This enum should match the one defined
|
|
11449
|
-
* in renderer/core/
|
|
11449
|
+
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
|
11450
11450
|
*/
|
|
11451
|
-
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');
|
|
11451
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-lang' | 'ch-prefers-color-scheme' | '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');
|
|
11452
11452
|
|
|
11453
11453
|
/**
|
|
11454
11454
|
* Reason for a permissions policy feature to be disabled.
|