devtools-protocol 0.0.966949 → 0.0.969947
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.
@@ -1611,9 +1611,9 @@
|
|
1611
1611
|
"WellKnownHttpNotFound",
|
1612
1612
|
"WellKnownNoResponse",
|
1613
1613
|
"WellKnownInvalidResponse",
|
1614
|
-
"
|
1615
|
-
"
|
1616
|
-
"
|
1614
|
+
"ClientMetadataHttpNotFound",
|
1615
|
+
"ClientMetadataNoResponse",
|
1616
|
+
"ClientMetadataInvalidResponse",
|
1617
1617
|
"ErrorFetchingSignin",
|
1618
1618
|
"InvalidSigninResponse",
|
1619
1619
|
"AccountsHttpNotFound",
|
@@ -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.",
|
@@ -14823,7 +14817,6 @@
|
|
14823
14817
|
"gyroscope",
|
14824
14818
|
"hid",
|
14825
14819
|
"idle-detection",
|
14826
|
-
"interest-cohort",
|
14827
14820
|
"join-ad-interest-group",
|
14828
14821
|
"keyboard-map",
|
14829
14822
|
"magnetometer",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -788,9 +788,9 @@ experimental domain Audits
|
|
788
788
|
WellKnownHttpNotFound
|
789
789
|
WellKnownNoResponse
|
790
790
|
WellKnownInvalidResponse
|
791
|
-
|
792
|
-
|
793
|
-
|
791
|
+
ClientMetadataHttpNotFound
|
792
|
+
ClientMetadataNoResponse
|
793
|
+
ClientMetadataInvalidResponse
|
794
794
|
ErrorFetchingSignin
|
795
795
|
InvalidSigninResponse
|
796
796
|
AccountsHttpNotFound
|
@@ -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
|
@@ -6917,7 +6914,6 @@ domain Page
|
|
6917
6914
|
gyroscope
|
6918
6915
|
hid
|
6919
6916
|
idle-detection
|
6920
|
-
interest-cohort
|
6921
6917
|
join-ad-interest-group
|
6922
6918
|
keyboard-map
|
6923
6919
|
magnetometer
|
package/types/protocol.d.ts
CHANGED
@@ -3342,7 +3342,7 @@ export namespace Protocol {
|
|
3342
3342
|
* third_party/blink/public/mojom/webid/federated_auth_request.mojom to include
|
3343
3343
|
* all cases except for success.
|
3344
3344
|
*/
|
3345
|
-
export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | '
|
3345
|
+
export type FederatedAuthRequestIssueReason = ('ApprovalDeclined' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled');
|
3346
3346
|
|
3347
3347
|
/**
|
3348
3348
|
* This issue tracks client hints related issues. It's used to deprecate old
|
@@ -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' | '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' | '
|
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.
|