devtools-protocol 0.0.1678596 → 0.0.1680125
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.
|
@@ -18072,7 +18072,9 @@
|
|
|
18072
18072
|
"CrossOriginRegistrationSiteNotIncluded",
|
|
18073
18073
|
"InvalidPreProvisionedKeyInitiatorMissing",
|
|
18074
18074
|
"PreProvisionedKeyAccessNotGranted",
|
|
18075
|
-
"PreProvisionedKeyNotFound"
|
|
18075
|
+
"PreProvisionedKeyNotFound",
|
|
18076
|
+
"AttestationCertificationError",
|
|
18077
|
+
"AttestationSigningError"
|
|
18076
18078
|
]
|
|
18077
18079
|
},
|
|
18078
18080
|
{
|
|
@@ -21770,7 +21772,6 @@
|
|
|
21770
21772
|
"identity-credentials-get",
|
|
21771
21773
|
"idle-detection",
|
|
21772
21774
|
"interest-cohort",
|
|
21773
|
-
"join-ad-interest-group",
|
|
21774
21775
|
"keyboard-map",
|
|
21775
21776
|
"language-detector",
|
|
21776
21777
|
"language-model",
|
|
@@ -21791,9 +21792,7 @@
|
|
|
21791
21792
|
"private-state-token-redemption",
|
|
21792
21793
|
"publickey-credentials-create",
|
|
21793
21794
|
"publickey-credentials-get",
|
|
21794
|
-
"record-ad-auction-events",
|
|
21795
21795
|
"rewriter",
|
|
21796
|
-
"run-ad-auction",
|
|
21797
21796
|
"screen-wake-lock",
|
|
21798
21797
|
"serial",
|
|
21799
21798
|
"shared-storage",
|
|
@@ -25688,6 +25687,7 @@
|
|
|
25688
25687
|
"PrefetchIsStale",
|
|
25689
25688
|
"PrefetchNotEligibleBlockedByConnectionAllowlist",
|
|
25690
25689
|
"PrefetchNotEligibleBrowserContextOffTheRecord",
|
|
25690
|
+
"PrefetchNotEligibleCrossOrigin",
|
|
25691
25691
|
"PrefetchNotEligibleDataSaverEnabled",
|
|
25692
25692
|
"PrefetchNotEligibleExistingProxy",
|
|
25693
25693
|
"PrefetchNotEligibleHostIsNonUnique",
|
|
@@ -29857,6 +29857,10 @@
|
|
|
29857
29857
|
"name": "sampleRate",
|
|
29858
29858
|
"description": "Context sample rate.",
|
|
29859
29859
|
"type": "number"
|
|
29860
|
+
},
|
|
29861
|
+
{
|
|
29862
|
+
"name": "renderQuantumSize",
|
|
29863
|
+
"type": "number"
|
|
29860
29864
|
}
|
|
29861
29865
|
]
|
|
29862
29866
|
},
|
package/package.json
CHANGED
package/pdl/domains/Network.pdl
CHANGED
|
@@ -2094,6 +2094,8 @@ domain Network
|
|
|
2094
2094
|
InvalidPreProvisionedKeyInitiatorMissing
|
|
2095
2095
|
PreProvisionedKeyAccessNotGranted
|
|
2096
2096
|
PreProvisionedKeyNotFound
|
|
2097
|
+
AttestationCertificationError
|
|
2098
|
+
AttestationSigningError
|
|
2097
2099
|
# LINT.ThenChange(//content/browser/devtools/protocol/network_handler.cc:DeviceBoundSessionFetchResult)
|
|
2098
2100
|
|
|
2099
2101
|
# Details about a failed device bound session network request.
|
package/pdl/domains/Page.pdl
CHANGED
|
@@ -131,7 +131,6 @@ domain Page
|
|
|
131
131
|
identity-credentials-get
|
|
132
132
|
idle-detection
|
|
133
133
|
interest-cohort
|
|
134
|
-
join-ad-interest-group
|
|
135
134
|
keyboard-map
|
|
136
135
|
language-detector
|
|
137
136
|
language-model
|
|
@@ -152,9 +151,7 @@ domain Page
|
|
|
152
151
|
private-state-token-redemption
|
|
153
152
|
publickey-credentials-create
|
|
154
153
|
publickey-credentials-get
|
|
155
|
-
record-ad-auction-events
|
|
156
154
|
rewriter
|
|
157
|
-
run-ad-auction
|
|
158
155
|
screen-wake-lock
|
|
159
156
|
serial
|
|
160
157
|
# Deprecated.
|
package/pdl/domains/Preload.pdl
CHANGED
|
@@ -236,6 +236,7 @@ experimental domain Preload
|
|
|
236
236
|
PrefetchIsStale
|
|
237
237
|
PrefetchNotEligibleBlockedByConnectionAllowlist
|
|
238
238
|
PrefetchNotEligibleBrowserContextOffTheRecord
|
|
239
|
+
PrefetchNotEligibleCrossOrigin
|
|
239
240
|
PrefetchNotEligibleDataSaverEnabled
|
|
240
241
|
PrefetchNotEligibleExistingProxy
|
|
241
242
|
PrefetchNotEligibleHostIsNonUnique
|
package/pdl/domains/WebAudio.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
|
@@ -14148,7 +14148,7 @@ export namespace Protocol {
|
|
|
14148
14148
|
* A fetch result for a device bound session creation or refresh.
|
|
14149
14149
|
* @experimental
|
|
14150
14150
|
*/
|
|
14151
|
-
export type DeviceBoundSessionFetchResult = ('Success' | 'SigningKeyGenerationError' | 'AttestationKeyGenerationError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh' | 'CrossOriginRegistrationSiteNotIncluded' | 'InvalidPreProvisionedKeyInitiatorMissing' | 'PreProvisionedKeyAccessNotGranted' | 'PreProvisionedKeyNotFound');
|
|
14151
|
+
export type DeviceBoundSessionFetchResult = ('Success' | 'SigningKeyGenerationError' | 'AttestationKeyGenerationError' | 'SigningError' | 'TransientSigningError' | 'ServerRequestedTermination' | 'InvalidSessionId' | 'InvalidChallenge' | 'TooManyChallenges' | 'InvalidFetcherUrl' | 'InvalidRefreshUrl' | 'TransientHttpError' | 'ScopeOriginSameSiteMismatch' | 'RefreshUrlSameSiteMismatch' | 'MismatchedSessionId' | 'MissingScope' | 'NoCredentials' | 'SubdomainRegistrationWellKnownUnavailable' | 'SubdomainRegistrationUnauthorized' | 'SubdomainRegistrationWellKnownMalformed' | 'SessionProviderWellKnownUnavailable' | 'RelyingPartyWellKnownUnavailable' | 'FederatedKeyThumbprintMismatch' | 'InvalidFederatedSessionUrl' | 'InvalidFederatedKey' | 'TooManyRelyingOriginLabels' | 'BoundCookieSetForbidden' | 'NetError' | 'ProxyError' | 'EmptySessionConfig' | 'InvalidCredentialsConfig' | 'InvalidCredentialsType' | 'InvalidCredentialsEmptyName' | 'InvalidCredentialsCookie' | 'PersistentHttpError' | 'RegistrationAttemptedChallenge' | 'InvalidScopeOrigin' | 'ScopeOriginContainsPath' | 'RefreshInitiatorNotString' | 'RefreshInitiatorInvalidHostPattern' | 'InvalidScopeSpecification' | 'MissingScopeSpecificationType' | 'EmptyScopeSpecificationDomain' | 'EmptyScopeSpecificationPath' | 'InvalidScopeSpecificationType' | 'InvalidScopeIncludeSite' | 'MissingScopeIncludeSite' | 'FederatedNotAuthorizedByProvider' | 'FederatedNotAuthorizedByRelyingParty' | 'SessionProviderWellKnownMalformed' | 'SessionProviderWellKnownHasProviderOrigin' | 'RelyingPartyWellKnownMalformed' | 'RelyingPartyWellKnownHasRelyingOrigins' | 'InvalidFederatedSessionProviderSessionMissing' | 'InvalidFederatedSessionWrongProviderOrigin' | 'InvalidCredentialsCookieCreationTime' | 'InvalidCredentialsCookieName' | 'InvalidCredentialsCookieParsing' | 'InvalidCredentialsCookieUnpermittedAttribute' | 'InvalidCredentialsCookieInvalidDomain' | 'InvalidCredentialsCookiePrefix' | 'InvalidScopeRulePath' | 'InvalidScopeRuleHostPattern' | 'ScopeRuleOriginScopedHostPatternMismatch' | 'ScopeRuleSiteScopedHostPatternMismatch' | 'SigningQuotaExceeded' | 'InvalidConfigJson' | 'InvalidFederatedSessionProviderFailedToRestoreKey' | 'FailedToUnwrapKey' | 'SessionDeletedDuringRefresh' | 'CrossOriginRegistrationSiteNotIncluded' | 'InvalidPreProvisionedKeyInitiatorMissing' | 'PreProvisionedKeyAccessNotGranted' | 'PreProvisionedKeyNotFound' | 'AttestationCertificationError' | 'AttestationSigningError');
|
|
14152
14152
|
|
|
14153
14153
|
/**
|
|
14154
14154
|
* Details about a failed device bound session network request.
|
|
@@ -16626,7 +16626,7 @@ export namespace Protocol {
|
|
|
16626
16626
|
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
|
|
16627
16627
|
* @experimental
|
|
16628
16628
|
*/
|
|
16629
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'autofill' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-create' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-multicast' | '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' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | '
|
|
16629
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'aria-notify' | 'autofill' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-create' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-multicast' | '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' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'keyboard-map' | 'language-detector' | 'language-model' | 'local-fonts' | 'local-network' | 'local-network-access' | 'loopback-network' | 'magnetometer' | 'manual-text' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'rewriter' | 'screen-wake-lock' | 'serial' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'tools' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'webnn' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
|
|
16630
16630
|
|
|
16631
16631
|
/**
|
|
16632
16632
|
* Reason for a permissions policy feature to be disabled.
|
|
@@ -19034,7 +19034,7 @@ export namespace Protocol {
|
|
|
19034
19034
|
* TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and
|
|
19035
19035
|
* filter out the ones that aren't necessary to the developers.
|
|
19036
19036
|
*/
|
|
19037
|
-
export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | 'PrefetchEvictedAfterBrowsingDataRemoved' | 'PrefetchEvictedAfterCandidateRemoved' | 'PrefetchEvictedForNewerPrefetch' | 'PrefetchHeldback' | 'PrefetchIneligibleRetryAfter' | 'PrefetchIsPrivacyDecoy' | 'PrefetchIsStale' | 'PrefetchNotEligibleBlockedByConnectionAllowlist' | 'PrefetchNotEligibleBrowserContextOffTheRecord' | 'PrefetchNotEligibleDataSaverEnabled' | 'PrefetchNotEligibleExistingProxy' | 'PrefetchNotEligibleHostIsNonUnique' | 'PrefetchNotEligibleNonDefaultStoragePartition' | 'PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy' | 'PrefetchNotEligibleSchemeIsNotHttps' | 'PrefetchNotEligibleUserHasCookies' | 'PrefetchNotEligibleUserHasServiceWorker' | 'PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler' | 'PrefetchNotEligibleRedirectFromServiceWorker' | 'PrefetchNotEligibleRedirectToServiceWorker' | 'PrefetchNotEligibleBatterySaverEnabled' | 'PrefetchNotEligiblePreloadingDisabled' | 'PrefetchNotFinishedInTime' | 'PrefetchNotStarted' | 'PrefetchNotUsedCookiesChanged' | 'PrefetchProxyNotAvailable' | 'PrefetchResponseUsed' | 'PrefetchSuccessfulButNotUsed' | 'PrefetchNotUsedProbeFailed' | 'PrefetchCancelledOnUserNavigation');
|
|
19037
|
+
export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | 'PrefetchEvictedAfterBrowsingDataRemoved' | 'PrefetchEvictedAfterCandidateRemoved' | 'PrefetchEvictedForNewerPrefetch' | 'PrefetchHeldback' | 'PrefetchIneligibleRetryAfter' | 'PrefetchIsPrivacyDecoy' | 'PrefetchIsStale' | 'PrefetchNotEligibleBlockedByConnectionAllowlist' | 'PrefetchNotEligibleBrowserContextOffTheRecord' | 'PrefetchNotEligibleCrossOrigin' | 'PrefetchNotEligibleDataSaverEnabled' | 'PrefetchNotEligibleExistingProxy' | 'PrefetchNotEligibleHostIsNonUnique' | 'PrefetchNotEligibleNonDefaultStoragePartition' | 'PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy' | 'PrefetchNotEligibleSchemeIsNotHttps' | 'PrefetchNotEligibleUserHasCookies' | 'PrefetchNotEligibleUserHasServiceWorker' | 'PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler' | 'PrefetchNotEligibleRedirectFromServiceWorker' | 'PrefetchNotEligibleRedirectToServiceWorker' | 'PrefetchNotEligibleBatterySaverEnabled' | 'PrefetchNotEligiblePreloadingDisabled' | 'PrefetchNotFinishedInTime' | 'PrefetchNotStarted' | 'PrefetchNotUsedCookiesChanged' | 'PrefetchProxyNotAvailable' | 'PrefetchResponseUsed' | 'PrefetchSuccessfulButNotUsed' | 'PrefetchNotUsedProbeFailed' | 'PrefetchCancelledOnUserNavigation');
|
|
19038
19038
|
|
|
19039
19039
|
/**
|
|
19040
19040
|
* Information of headers to be displayed when the header mismatch occurred.
|
|
@@ -21608,6 +21608,7 @@ export namespace Protocol {
|
|
|
21608
21608
|
* Context sample rate.
|
|
21609
21609
|
*/
|
|
21610
21610
|
sampleRate: number;
|
|
21611
|
+
renderQuantumSize: number;
|
|
21611
21612
|
}
|
|
21612
21613
|
|
|
21613
21614
|
/**
|