devtools-protocol 0.0.966116 → 0.0.969541
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.
|
@@ -8028,12 +8028,6 @@
|
|
|
8028
8028
|
"optional": true,
|
|
8029
8029
|
"type": "integer"
|
|
8030
8030
|
},
|
|
8031
|
-
{
|
|
8032
|
-
"name": "waitForNavigation",
|
|
8033
|
-
"description": "If set the virtual time policy change should be deferred until any frame starts navigating.\nNote any previous deferred policy change is superseded.",
|
|
8034
|
-
"optional": true,
|
|
8035
|
-
"type": "boolean"
|
|
8036
|
-
},
|
|
8037
8031
|
{
|
|
8038
8032
|
"name": "initialVirtualTime",
|
|
8039
8033
|
"description": "If set, base::Time::Now will be overridden to initially return this value.",
|
|
@@ -14805,6 +14799,7 @@
|
|
|
14805
14799
|
"ch-viewport-height",
|
|
14806
14800
|
"ch-viewport-width",
|
|
14807
14801
|
"ch-width",
|
|
14802
|
+
"ch-partitioned-cookies",
|
|
14808
14803
|
"clipboard-read",
|
|
14809
14804
|
"clipboard-write",
|
|
14810
14805
|
"cross-origin-isolated",
|
|
@@ -14822,7 +14817,6 @@
|
|
|
14822
14817
|
"gyroscope",
|
|
14823
14818
|
"hid",
|
|
14824
14819
|
"idle-detection",
|
|
14825
|
-
"interest-cohort",
|
|
14826
14820
|
"join-ad-interest-group",
|
|
14827
14821
|
"keyboard-map",
|
|
14828
14822
|
"magnetometer",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
|
@@ -3656,9 +3656,6 @@ domain Emulation
|
|
|
3656
3656
|
# If set this specifies the maximum number of tasks that can be run before virtual is forced
|
|
3657
3657
|
# forwards to prevent deadlock.
|
|
3658
3658
|
optional integer maxVirtualTimeTaskStarvationCount
|
|
3659
|
-
# If set the virtual time policy change should be deferred until any frame starts navigating.
|
|
3660
|
-
# Note any previous deferred policy change is superseded.
|
|
3661
|
-
optional boolean waitForNavigation
|
|
3662
3659
|
# If set, base::Time::Now will be overridden to initially return this value.
|
|
3663
3660
|
optional Network.TimeSinceEpoch initialVirtualTime
|
|
3664
3661
|
returns
|
|
@@ -6899,6 +6896,7 @@ domain Page
|
|
|
6899
6896
|
ch-viewport-height
|
|
6900
6897
|
ch-viewport-width
|
|
6901
6898
|
ch-width
|
|
6899
|
+
ch-partitioned-cookies
|
|
6902
6900
|
clipboard-read
|
|
6903
6901
|
clipboard-write
|
|
6904
6902
|
cross-origin-isolated
|
|
@@ -6916,7 +6914,6 @@ domain Page
|
|
|
6916
6914
|
gyroscope
|
|
6917
6915
|
hid
|
|
6918
6916
|
idle-detection
|
|
6919
|
-
interest-cohort
|
|
6920
6917
|
join-ad-interest-group
|
|
6921
6918
|
keyboard-map
|
|
6922
6919
|
magnetometer
|
package/types/protocol.d.ts
CHANGED
|
@@ -7413,11 +7413,6 @@ export namespace Protocol {
|
|
|
7413
7413
|
* forwards to prevent deadlock.
|
|
7414
7414
|
*/
|
|
7415
7415
|
maxVirtualTimeTaskStarvationCount?: integer;
|
|
7416
|
-
/**
|
|
7417
|
-
* If set the virtual time policy change should be deferred until any frame starts navigating.
|
|
7418
|
-
* Note any previous deferred policy change is superseded.
|
|
7419
|
-
*/
|
|
7420
|
-
waitForNavigation?: boolean;
|
|
7421
7416
|
/**
|
|
7422
7417
|
* If set, base::Time::Now will be overridden to initially return this value.
|
|
7423
7418
|
*/
|
|
@@ -11926,7 +11921,7 @@ export namespace Protocol {
|
|
|
11926
11921
|
* All Permissions Policy features. This enum should match the one defined
|
|
11927
11922
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
|
11928
11923
|
*/
|
|
11929
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | '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' | '
|
|
11924
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'ch-partitioned-cookies' | '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' | 'join-ad-interest-group' | 'keyboard-map' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
|
11930
11925
|
|
|
11931
11926
|
/**
|
|
11932
11927
|
* Reason for a permissions policy feature to be disabled.
|