From 404576f022c0610394fbd79b39f3bd8b5bc21628 Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Fri, 10 May 2024 04:26:27 +0000 Subject: [PATCH] Roll protocol to r1299070 --- changelog.md | 49 ++++++++++++-------------------------- json/browser_protocol.json | 3 ++- package.json | 2 +- pdl/browser_protocol.pdl | 1 + types/protocol.d.ts | 2 +- 5 files changed, 20 insertions(+), 37 deletions(-) diff --git a/changelog.md b/changelog.md index 4ae20ff961..f95cfb4b64 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,21 @@ +## Roll protocol to r1299070 — _2024-05-10T04:26:27.000Z_ +###### Diff: [`fd7b5be...00e1d68`](https://github.com/ChromeDevTools/devtools-protocol/compare/fd7b5be...00e1d68) + +```diff +@@ browser_protocol.pdl:12127 @@ experimental domain Preload + ActivationUrlHasEffectiveUrl + JavaScriptInterfaceAdded + JavaScriptInterfaceRemoved ++ AllPrerenderingCanceled + + # Fired when a preload enabled state is updated. + event preloadEnabledStateUpdated +``` + ## Roll protocol to r1298513 — _2024-05-09T04:28:16.000Z_ -###### Diff: [`2e6353a...2a7ef6a`](https://github.com/ChromeDevTools/devtools-protocol/compare/2e6353a...2a7ef6a) +###### Diff: [`2e6353a...fd7b5be`](https://github.com/ChromeDevTools/devtools-protocol/compare/2e6353a...fd7b5be) ```diff @@ browser_protocol.pdl:12371 @@ experimental domain PWA @@ -11796,37 +11810,4 @@ index 09c420e..bd277eb 100644 experimental type PermissionsPolicyBlockLocator extends object properties -``` - -## Roll protocol to r960519 — _2022-01-18T19:15:30.000Z_ -###### Diff: [`7572c21...3e458bc`](https://github.com/ChromeDevTools/devtools-protocol/compare/7572c21...3e458bc) - -```diff -@@ browser_protocol.pdl:8644 @@ experimental domain Storage - properties - string issuerOrigin - number count -- -+ - # Enum of interest group access types. - type InterestGroupAccessType extends string - enum -@@ -8653,7 +8653,7 @@ experimental domain Storage - update - bid - win -- -+ - # Ad advertising element inside an interest group. - type InterestGroupAd extends object - properties -@@ -8817,7 +8817,7 @@ experimental domain Storage - parameters - # Origin to update. - string origin -- -+ - # One of the interest groups was accessed by the associated page. - event interestGroupAccessed - parameters ``` \ No newline at end of file diff --git a/json/browser_protocol.json b/json/browser_protocol.json index b51f1255b4..ea7ad2548b 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -25658,7 +25658,8 @@ "RedirectedPrerenderingUrlHasEffectiveUrl", "ActivationUrlHasEffectiveUrl", "JavaScriptInterfaceAdded", - "JavaScriptInterfaceRemoved" + "JavaScriptInterfaceRemoved", + "AllPrerenderingCanceled" ] }, { diff --git a/package.json b/package.json index a56b5a78d8..faddc4d232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1298513", + "version": "0.0.1299070", "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 5955fe92cd..44b1d5efb4 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -12127,6 +12127,7 @@ experimental domain Preload ActivationUrlHasEffectiveUrl JavaScriptInterfaceAdded JavaScriptInterfaceRemoved + AllPrerenderingCanceled # Fired when a preload enabled state is updated. event preloadEnabledStateUpdated diff --git a/types/protocol.d.ts b/types/protocol.d.ts index 0a6c4cfb3d..00284beecc 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -18306,7 +18306,7 @@ export namespace Protocol { /** * List of FinalStatus reasons for Prerender2. */ - export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl' | 'JavaScriptInterfaceAdded' | 'JavaScriptInterfaceRemoved'); + export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl' | 'JavaScriptInterfaceAdded' | 'JavaScriptInterfaceRemoved' | 'AllPrerenderingCanceled'); /** * Preloading status values, see also PreloadingTriggeringOutcome. This