devtools-protocol 0.0.1034970 → 0.0.1040073
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.
@@ -1657,7 +1657,7 @@
|
|
1657
1657
|
"description": "Represents the failure reason when a federated authentication reason fails.\nShould be updated alongside RequestIdTokenStatus in\nthird_party/blink/public/mojom/devtools/inspector_issue.mojom to include\nall cases except for success.",
|
1658
1658
|
"type": "string",
|
1659
1659
|
"enum": [
|
1660
|
-
"
|
1660
|
+
"ShouldEmbargo",
|
1661
1661
|
"TooManyRequests",
|
1662
1662
|
"ManifestListHttpNotFound",
|
1663
1663
|
"ManifestListNoResponse",
|
@@ -1681,7 +1681,8 @@
|
|
1681
1681
|
"IdTokenInvalidResponse",
|
1682
1682
|
"IdTokenInvalidRequest",
|
1683
1683
|
"ErrorIdToken",
|
1684
|
-
"Canceled"
|
1684
|
+
"Canceled",
|
1685
|
+
"RpPageNotVisible"
|
1685
1686
|
]
|
1686
1687
|
},
|
1687
1688
|
{
|
@@ -15280,7 +15281,7 @@
|
|
15280
15281
|
"serial",
|
15281
15282
|
"shared-autofill",
|
15282
15283
|
"shared-storage",
|
15283
|
-
"storage-access
|
15284
|
+
"storage-access",
|
15284
15285
|
"sync-xhr",
|
15285
15286
|
"trust-token-redemption",
|
15286
15287
|
"unload",
|
@@ -16330,7 +16331,8 @@
|
|
16330
16331
|
"EmbedderTriggeredAndCrossOriginRedirected",
|
16331
16332
|
"MemoryLimitExceeded",
|
16332
16333
|
"FailToGetMemoryUsage",
|
16333
|
-
"DataSaverEnabled"
|
16334
|
+
"DataSaverEnabled",
|
16335
|
+
"HasEffectiveUrl"
|
16334
16336
|
]
|
16335
16337
|
}
|
16336
16338
|
],
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -835,7 +835,7 @@ experimental domain Audits
|
|
835
835
|
# all cases except for success.
|
836
836
|
type FederatedAuthRequestIssueReason extends string
|
837
837
|
enum
|
838
|
-
|
838
|
+
ShouldEmbargo
|
839
839
|
TooManyRequests
|
840
840
|
ManifestListHttpNotFound
|
841
841
|
ManifestListNoResponse
|
@@ -860,6 +860,7 @@ experimental domain Audits
|
|
860
860
|
IdTokenInvalidRequest
|
861
861
|
ErrorIdToken
|
862
862
|
Canceled
|
863
|
+
RpPageNotVisible
|
863
864
|
|
864
865
|
# This issue tracks client hints related issues. It's used to deprecate old
|
865
866
|
# features, encourage the use of new ones, and provide general guidance.
|
@@ -7156,7 +7157,7 @@ domain Page
|
|
7156
7157
|
serial
|
7157
7158
|
shared-autofill
|
7158
7159
|
shared-storage
|
7159
|
-
storage-access
|
7160
|
+
storage-access
|
7160
7161
|
sync-xhr
|
7161
7162
|
trust-token-redemption
|
7162
7163
|
unload
|
@@ -8464,6 +8465,7 @@ domain Page
|
|
8464
8465
|
# recorded when it fails to get the memory usage.
|
8465
8466
|
FailToGetMemoryUsage
|
8466
8467
|
DataSaverEnabled
|
8468
|
+
HasEffectiveUrl
|
8467
8469
|
|
8468
8470
|
# Fired when a prerender attempt is completed.
|
8469
8471
|
experimental event prerenderAttemptCompleted
|
package/types/protocol.d.ts
CHANGED
@@ -3494,7 +3494,7 @@ export namespace Protocol {
|
|
3494
3494
|
* third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
|
3495
3495
|
* all cases except for success.
|
3496
3496
|
*/
|
3497
|
-
export type FederatedAuthRequestIssueReason = ('
|
3497
|
+
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'ManifestListHttpNotFound' | 'ManifestListNoResponse' | 'ManifestListInvalidResponse' | 'ManifestNotInManifestList' | 'ManifestListTooBig' | 'ManifestHttpNotFound' | 'ManifestNoResponse' | 'ManifestInvalidResponse' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'DisabledInSettings' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenInvalidRequest' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible');
|
3498
3498
|
|
3499
3499
|
/**
|
3500
3500
|
* This issue tracks client hints related issues. It's used to deprecate old
|
@@ -12313,7 +12313,7 @@ export namespace Protocol {
|
|
12313
12313
|
* All Permissions Policy features. This enum should match the one defined
|
12314
12314
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12315
12315
|
*/
|
12316
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | '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' | 'federated-credentials' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'storage-access
|
12316
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | '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' | 'federated-credentials' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'storage-access' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12317
12317
|
|
12318
12318
|
/**
|
12319
12319
|
* Reason for a permissions policy feature to be disabled.
|
@@ -12854,7 +12854,7 @@ export namespace Protocol {
|
|
12854
12854
|
/**
|
12855
12855
|
* List of FinalStatus reasons for Prerender2.
|
12856
12856
|
*/
|
12857
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled');
|
12857
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl');
|
12858
12858
|
|
12859
12859
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12860
12860
|
scriptSource: string;
|