Skip to content

Commit c2ef27f

Browse files
committed
Roll protocol to r1637485
1 parent 7919a58 commit c2ef27f

6 files changed

Lines changed: 22 additions & 23 deletions

File tree

changelog.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11

22

3+
## Roll protocol to r1637485 — _2026-05-28T05:49:23.000Z_
4+
###### Diff: [`7919a58...3b29011`](https://github.com/ChromeDevTools/devtools-protocol/compare/7919a58...3b29011)
5+
6+
```diff
7+
@@ domains/Network.pdl:2228 @@ domain Network
8+
InvalidFederatedSessionProviderFailedToRestoreKey
9+
FailedToUnwrapKey
10+
SessionDeletedDuringRefresh
11+
+ CrossOriginRegistrationSiteNotIncluded
12+
13+
# Details about a failed device bound session network request.
14+
experimental type DeviceBoundSessionFailedRequest extends object
15+
```
16+
317
## Roll protocol to r1636713 — _2026-05-27T05:50:56.000Z_
4-
###### Diff: [`b6b27f6...763f43a`](https://github.com/ChromeDevTools/devtools-protocol/compare/b6b27f6...763f43a)
18+
###### Diff: [`b6b27f6...7919a58`](https://github.com/ChromeDevTools/devtools-protocol/compare/b6b27f6...7919a58)
519

620
```diff
721
@@ domains/Audits.pdl:316 @@ experimental domain Audits
@@ -42897,21 +42911,4 @@ index 4754f17c..8dad9c98 100644
4289742911

4289842912
# TODO(crbug.com/1458532): Add other Attribution Reporting events, e.g.
4289942913
# trigger registration.
42900-
```
42901-
42902-
## Roll protocol to r1177611 — _2023-08-01T04:26:34.000Z_
42903-
###### Diff: [`e22d6aa...0de2384`](https://github.com/ChromeDevTools/devtools-protocol/compare/e22d6aa...0de2384)
42904-
42905-
```diff
42906-
@@ browser_protocol.pdl:5688 @@ domain Network
42907-
# The cookie's name/value pair size exceeded the size limit defined in
42908-
# RFC6265bis.
42909-
NameValuePairExceedsMaxSize
42910-
+ # The cookie contained a forbidden ASCII control character, or the tab
42911-
+ # character if it appears in the middle of the cookie name, value, an
42912-
+ # attribute name, or an attribute value.
42913-
+ DisallowedCharacter
42914-
42915-
# Types of reasons why a cookie may not be sent with a request.
42916-
experimental type CookieBlockedReason extends string
4291742914
```

json/browser_protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17915,7 +17915,8 @@
1791517915
"InvalidConfigJson",
1791617916
"InvalidFederatedSessionProviderFailedToRestoreKey",
1791717917
"FailedToUnwrapKey",
17918-
"SessionDeletedDuringRefresh"
17918+
"SessionDeletedDuringRefresh",
17919+
"CrossOriginRegistrationSiteNotIncluded"
1791917920
]
1792017921
},
1792117922
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.1636713",
3+
"version": "0.0.1637485",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/domains/Network.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,7 @@ domain Network
22282228
InvalidFederatedSessionProviderFailedToRestoreKey
22292229
FailedToUnwrapKey
22302230
SessionDeletedDuringRefresh
2231+
CrossOriginRegistrationSiteNotIncluded
22312232

22322233
# Details about a failed device bound session network request.
22332234
experimental type DeviceBoundSessionFailedRequest extends object

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14034,7 +14034,7 @@ export namespace Protocol {
1403414034
* A fetch result for a device bound session creation or refresh.
1403514035
* @experimental
1403614036
*/
14037-
export type DeviceBoundSessionFetchResult = ('Success' | 'KeyError' | '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');
14037+
export type DeviceBoundSessionFetchResult = ('Success' | 'KeyError' | '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');
1403814038

1403914039
/**
1404014040
* Details about a failed device bound session network request.

0 commit comments

Comments
 (0)