Skip to content

Commit b328fc2

Browse files
committed
Roll protocol to r1583009
1 parent 17024e1 commit b328fc2

File tree

6 files changed

+34
-50
lines changed

6 files changed

+34
-50
lines changed

changelog.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11

22

3+
## Roll protocol to r1583009 — _2026-02-11T05:03:45.000Z_
4+
###### Diff: [`17024e1...a5acb9a`](https://github.com/ChromeDevTools/devtools-protocol/compare/17024e1...a5acb9a)
5+
6+
```diff
7+
@@ domains/Audits.pdl:500 @@ experimental domain Audits
8+
ConfigNoResponse
9+
ConfigInvalidResponse
10+
ConfigInvalidContentType
11+
- ClientMetadataHttpNotFound
12+
- ClientMetadataNoResponse
13+
- ClientMetadataInvalidResponse
14+
- ClientMetadataInvalidContentType
15+
IdpNotPotentiallyTrustworthy
16+
DisabledInSettings
17+
DisabledInFlags
18+
@@ -525,11 +521,9 @@ experimental domain Audits
19+
Canceled
20+
RpPageNotVisible
21+
SilentMediationFailure
22+
- ThirdPartyCookiesBlocked
23+
NotSignedInWithIdp
24+
MissingTransientUserActivation
25+
ReplacedByActiveMode
26+
- InvalidFieldsSpecified
27+
RelyingPartyOriginIsOpaque
28+
TypeNotMatching
29+
UiDismissedNoEmbargo
30+
```
31+
332
## Roll protocol to r1581282 — _2026-02-07T04:51:01.000Z_
4-
###### Diff: [`e8ee850...6ca3a68`](https://github.com/ChromeDevTools/devtools-protocol/compare/e8ee850...6ca3a68)
33+
###### Diff: [`e8ee850...17024e1`](https://github.com/ChromeDevTools/devtools-protocol/compare/e8ee850...17024e1)
534

635
```diff
736
@@ domains/Network.pdl:339 @@ domain Network
@@ -42345,37 +42374,4 @@ index 0dbdc01d..7a3c772c 100644
4234542374
unload
4234642375
usb
4234742376
vertical-scroll
42348-
```
42349-
42350-
## Roll protocol to r1134390 — _2023-04-24T04:27:12.000Z_
42351-
###### Diff: [`4dd6c67...4e41c0d`](https://github.com/ChromeDevTools/devtools-protocol/compare/4dd6c67...4e41c0d)
42352-
42353-
```diff
42354-
@@ js_protocol.pdl:632 @@ domain Debugger
42355-
Runtime.ExecutionContextId executionContextId
42356-
# Content hash of the script, SHA-256.
42357-
string hash
42358-
- # Embedder-specific auxiliary data.
42359-
+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
42360-
optional object executionContextAuxData
42361-
# URL of source map associated with script (if any).
42362-
optional string sourceMapURL
42363-
@@ -671,7 +671,7 @@ domain Debugger
42364-
Runtime.ExecutionContextId executionContextId
42365-
# Content hash of the script, SHA-256.
42366-
string hash
42367-
- # Embedder-specific auxiliary data.
42368-
+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
42369-
optional object executionContextAuxData
42370-
# True, if this script is generated as a result of the live edit operation.
42371-
experimental optional boolean isLiveEdit
42372-
@@ -1284,7 +1284,7 @@ domain Runtime
42373-
# multiple processes, so can be reliably used to identify specific context while backend
42374-
# performs a cross-process navigation.
42375-
experimental string uniqueId
42376-
- # Embedder-specific auxiliary data.
42377-
+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
42378-
optional object auxData
42379-
42380-
# Detailed information about exception (or error) that was thrown during script compilation or
4238142377
```

json/browser_protocol.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,10 +1914,6 @@
19141914
"ConfigNoResponse",
19151915
"ConfigInvalidResponse",
19161916
"ConfigInvalidContentType",
1917-
"ClientMetadataHttpNotFound",
1918-
"ClientMetadataNoResponse",
1919-
"ClientMetadataInvalidResponse",
1920-
"ClientMetadataInvalidContentType",
19211917
"IdpNotPotentiallyTrustworthy",
19221918
"DisabledInSettings",
19231919
"DisabledInFlags",
@@ -1939,11 +1935,9 @@
19391935
"Canceled",
19401936
"RpPageNotVisible",
19411937
"SilentMediationFailure",
1942-
"ThirdPartyCookiesBlocked",
19431938
"NotSignedInWithIdp",
19441939
"MissingTransientUserActivation",
19451940
"ReplacedByActiveMode",
1946-
"InvalidFieldsSpecified",
19471941
"RelyingPartyOriginIsOpaque",
19481942
"TypeNotMatching",
19491943
"UiDismissedNoEmbargo",

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.1581282",
3+
"version": "0.0.1583009",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

pdl/domains/Audits.pdl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,6 @@ experimental domain Audits
500500
ConfigNoResponse
501501
ConfigInvalidResponse
502502
ConfigInvalidContentType
503-
ClientMetadataHttpNotFound
504-
ClientMetadataNoResponse
505-
ClientMetadataInvalidResponse
506-
ClientMetadataInvalidContentType
507503
IdpNotPotentiallyTrustworthy
508504
DisabledInSettings
509505
DisabledInFlags
@@ -525,11 +521,9 @@ experimental domain Audits
525521
Canceled
526522
RpPageNotVisible
527523
SilentMediationFailure
528-
ThirdPartyCookiesBlocked
529524
NotSignedInWithIdp
530525
MissingTransientUserActivation
531526
ReplacedByActiveMode
532-
InvalidFieldsSpecified
533527
RelyingPartyOriginIsOpaque
534528
TypeNotMatching
535529
UiDismissedNoEmbargo

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3771,7 +3771,7 @@ export namespace Protocol {
37713771
* third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
37723772
* all cases except for success.
37733773
*/
3774-
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ClientMetadataInvalidContentType' | 'IdpNotPotentiallyTrustworthy' | 'DisabledInSettings' | 'DisabledInFlags' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'ThirdPartyCookiesBlocked' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByActiveMode' | 'InvalidFieldsSpecified' | 'RelyingPartyOriginIsOpaque' | 'TypeNotMatching' | 'UiDismissedNoEmbargo' | 'CorsError' | 'SuppressedBySegmentationPlatform');
3774+
export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | 'IdpNotPotentiallyTrustworthy' | 'DisabledInSettings' | 'DisabledInFlags' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByActiveMode' | 'RelyingPartyOriginIsOpaque' | 'TypeNotMatching' | 'UiDismissedNoEmbargo' | 'CorsError' | 'SuppressedBySegmentationPlatform');
37753775

37763776
export interface FederatedAuthUserInfoRequestIssueDetails {
37773777
federatedAuthUserInfoRequestIssueReason: FederatedAuthUserInfoRequestIssueReason;

0 commit comments

Comments
 (0)