From 7c5d5b6359c4af3b2a29f33068e40b8173e7a2f3 Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Wed, 22 May 2024 04:27:23 +0000 Subject: [PATCH] Roll protocol to r1304228 --- changelog.md | 45 +++++++++++++------------------------- json/browser_protocol.json | 3 ++- package.json | 2 +- pdl/browser_protocol.pdl | 1 + types/protocol.d.ts | 2 +- 5 files changed, 20 insertions(+), 33 deletions(-) diff --git a/changelog.md b/changelog.md index ace979182a..66a37e90ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,21 @@ +## Roll protocol to r1304228 — _2024-05-22T04:27:23.000Z_ +###### Diff: [`fa8a8ed...f0e5b11`](https://github.com/ChromeDevTools/devtools-protocol/compare/fa8a8ed...f0e5b11) + +```diff +@@ browser_protocol.pdl:911 @@ experimental domain Audits + NotSignedInWithIdp + MissingTransientUserActivation + ReplacedByButtonMode ++ RelyingPartyOriginIsOpaque + + type FederatedAuthUserInfoRequestIssueDetails extends object + properties +``` + ## Roll protocol to r1302984 — _2024-05-18T04:26:58.000Z_ -###### Diff: [`82ed3df...962a801`](https://github.com/ChromeDevTools/devtools-protocol/compare/82ed3df...962a801) +###### Diff: [`82ed3df...fa8a8ed`](https://github.com/ChromeDevTools/devtools-protocol/compare/82ed3df...fa8a8ed) ```diff @@ browser_protocol.pdl:8710 @@ domain Page @@ -11914,33 +11928,4 @@ index 09c420e..bd277eb 100644 ch-ua-full-version ch-ua-full-version-list ch-ua-platform-version -``` - -## Roll protocol to r963409 — _2022-01-26T06:15:29.000Z_ -###### Diff: [`4d3be9f...81838df`](https://github.com/ChromeDevTools/devtools-protocol/compare/4d3be9f...81838df) - -```diff -@@ browser_protocol.pdl:2259 @@ domain DOM - - # Enables DOM agent for the given page. - command enable -+ parameters -+ # Whether to include whitespaces in the children array of returned Nodes. -+ experimental optional enum includeWhitespace -+ # Strip whitespaces from child arrays (default). -+ none -+ # Return all children including block-level whitespace nodes. -+ all - - # Focuses the given element. - command focus -@@ -7961,7 +7968,7 @@ domain Page - # List of not restored reasons for back-forward cache. - experimental type BackForwardCacheNotRestoredReason extends string - enum -- NotMainFrame -+ NotPrimaryMainFrame - BackForwardCacheDisabled - RelatedActiveContentsExist - HTTPStatusNotOK ``` \ No newline at end of file diff --git a/json/browser_protocol.json b/json/browser_protocol.json index 10f72fd8c7..0a62824282 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -1769,7 +1769,8 @@ "ThirdPartyCookiesBlocked", "NotSignedInWithIdp", "MissingTransientUserActivation", - "ReplacedByButtonMode" + "ReplacedByButtonMode", + "RelyingPartyOriginIsOpaque" ] }, { diff --git a/package.json b/package.json index 5ee439e5d4..3132467f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1302984", + "version": "0.0.1304228", "description": "The Chrome DevTools Protocol JSON", "repository": "https://github.com/ChromeDevTools/devtools-protocol", "author": "The Chromium Authors", diff --git a/pdl/browser_protocol.pdl b/pdl/browser_protocol.pdl index 25db146fe1..706a85e26b 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -911,6 +911,7 @@ experimental domain Audits NotSignedInWithIdp MissingTransientUserActivation ReplacedByButtonMode + RelyingPartyOriginIsOpaque type FederatedAuthUserInfoRequestIssueDetails extends object properties diff --git a/types/protocol.d.ts b/types/protocol.d.ts index 631e62f653..3e5eb3ca5e 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -3578,7 +3578,7 @@ export namespace Protocol { * third_party/blink/public/mojom/devtools/inspector_issue.mojom to include * all cases except for success. */ - export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ClientMetadataInvalidContentType' | 'DisabledInSettings' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'ThirdPartyCookiesBlocked' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByButtonMode'); + export type FederatedAuthRequestIssueReason = ('ShouldEmbargo' | 'TooManyRequests' | 'WellKnownHttpNotFound' | 'WellKnownNoResponse' | 'WellKnownInvalidResponse' | 'WellKnownListEmpty' | 'WellKnownInvalidContentType' | 'ConfigNotInWellKnown' | 'WellKnownTooBig' | 'ConfigHttpNotFound' | 'ConfigNoResponse' | 'ConfigInvalidResponse' | 'ConfigInvalidContentType' | 'ClientMetadataHttpNotFound' | 'ClientMetadataNoResponse' | 'ClientMetadataInvalidResponse' | 'ClientMetadataInvalidContentType' | 'DisabledInSettings' | 'ErrorFetchingSignin' | 'InvalidSigninResponse' | 'AccountsHttpNotFound' | 'AccountsNoResponse' | 'AccountsInvalidResponse' | 'AccountsListEmpty' | 'AccountsInvalidContentType' | 'IdTokenHttpNotFound' | 'IdTokenNoResponse' | 'IdTokenInvalidResponse' | 'IdTokenIdpErrorResponse' | 'IdTokenCrossSiteIdpErrorResponse' | 'IdTokenInvalidRequest' | 'IdTokenInvalidContentType' | 'ErrorIdToken' | 'Canceled' | 'RpPageNotVisible' | 'SilentMediationFailure' | 'ThirdPartyCookiesBlocked' | 'NotSignedInWithIdp' | 'MissingTransientUserActivation' | 'ReplacedByButtonMode' | 'RelyingPartyOriginIsOpaque'); export interface FederatedAuthUserInfoRequestIssueDetails { federatedAuthUserInfoRequestIssueReason: FederatedAuthUserInfoRequestIssueReason;