From b717085d73d5e9752c79efdfd98df839002fa3db Mon Sep 17 00:00:00 2001 From: DevTools Bot <24444246+devtools-bot@users.noreply.github.com> Date: Wed, 1 May 2024 04:26:34 +0000 Subject: [PATCH] Roll protocol to r1294763 --- changelog.md | 17 ++++++++++++++++- json/browser_protocol.json | 2 +- package.json | 2 +- pdl/browser_protocol.pdl | 2 +- types/protocol-mapping.d.ts | 2 +- types/protocol-proxy-api.d.ts | 2 +- types/protocol-tests-proxy-api.d.ts | 2 +- 7 files changed, 22 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 69b00898bb..1cb67c427c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,22 @@ +## Roll protocol to r1294763 — _2024-05-01T04:26:34.000Z_ +###### Diff: [`b80715b...93d657e`](https://github.com/ChromeDevTools/devtools-protocol/compare/b80715b...93d657e) + +```diff +@@ browser_protocol.pdl:12355 @@ experimental domain PWA + # requirement. + # IWA-specific install description: If the manifest_id is isolated-app://, + # install_url_or_bundle_url is required, and can be either an http(s) URL or +- # file:// URL pointing to a signed web bundle (.swbn). The .swbn file’s ++ # file:// URL pointing to a signed web bundle (.swbn). The .swbn file's + # signing key must correspond to manifest_id. If Chrome is not in IWA dev + # mode, the installation will fail, regardless of the state of the allowlist. + command install +``` + ## Roll protocol to r1294156 — _2024-04-30T04:26:41.000Z_ -###### Diff: [`551dc5e...6de8c98`](https://github.com/ChromeDevTools/devtools-protocol/compare/551dc5e...6de8c98) +###### Diff: [`551dc5e...b80715b`](https://github.com/ChromeDevTools/devtools-protocol/compare/551dc5e...b80715b) ```diff @@ browser_protocol.pdl:5864 @@ domain Network diff --git a/json/browser_protocol.json b/json/browser_protocol.json index b40fe32765..cabe036a55 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -26156,7 +26156,7 @@ }, { "name": "install", - "description": "Installs the given manifest identity, optionally using the given install_url\nor IWA bundle location.\n\nTODO(crbug.com/337872319) Support IWA to meet the following specific\nrequirement.\nIWA-specific install description: If the manifest_id is isolated-app://,\ninstall_url_or_bundle_url is required, and can be either an http(s) URL or\nfile:// URL pointing to a signed web bundle (.swbn). The .swbn file\u2019s\nsigning key must correspond to manifest_id. If Chrome is not in IWA dev\nmode, the installation will fail, regardless of the state of the allowlist.", + "description": "Installs the given manifest identity, optionally using the given install_url\nor IWA bundle location.\n\nTODO(crbug.com/337872319) Support IWA to meet the following specific\nrequirement.\nIWA-specific install description: If the manifest_id is isolated-app://,\ninstall_url_or_bundle_url is required, and can be either an http(s) URL or\nfile:// URL pointing to a signed web bundle (.swbn). The .swbn file's\nsigning key must correspond to manifest_id. If Chrome is not in IWA dev\nmode, the installation will fail, regardless of the state of the allowlist.", "parameters": [ { "name": "manifestId", diff --git a/package.json b/package.json index 141bc78260..53ac321f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1294156", + "version": "0.0.1294763", "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 d17ea1c73b..5522734b72 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -12355,7 +12355,7 @@ experimental domain PWA # requirement. # IWA-specific install description: If the manifest_id is isolated-app://, # install_url_or_bundle_url is required, and can be either an http(s) URL or - # file:// URL pointing to a signed web bundle (.swbn). The .swbn file’s + # file:// URL pointing to a signed web bundle (.swbn). The .swbn file's # signing key must correspond to manifest_id. If Chrome is not in IWA dev # mode, the installation will fail, regardless of the state of the allowlist. command install diff --git a/types/protocol-mapping.d.ts b/types/protocol-mapping.d.ts index 5f4e394078..9374a38e66 100644 --- a/types/protocol-mapping.d.ts +++ b/types/protocol-mapping.d.ts @@ -4967,7 +4967,7 @@ export namespace ProtocolMapping { * requirement. * IWA-specific install description: If the manifest_id is isolated-app://, * install_url_or_bundle_url is required, and can be either an http(s) URL or - * file:// URL pointing to a signed web bundle (.swbn). The .swbn file’s + * file:// URL pointing to a signed web bundle (.swbn). The .swbn file's * signing key must correspond to manifest_id. If Chrome is not in IWA dev * mode, the installation will fail, regardless of the state of the allowlist. */ diff --git a/types/protocol-proxy-api.d.ts b/types/protocol-proxy-api.d.ts index 21ca7b32f7..ae626beba9 100644 --- a/types/protocol-proxy-api.d.ts +++ b/types/protocol-proxy-api.d.ts @@ -4242,7 +4242,7 @@ export namespace ProtocolProxyApi { * requirement. * IWA-specific install description: If the manifest_id is isolated-app://, * install_url_or_bundle_url is required, and can be either an http(s) URL or - * file:// URL pointing to a signed web bundle (.swbn). The .swbn file’s + * file:// URL pointing to a signed web bundle (.swbn). The .swbn file's * signing key must correspond to manifest_id. If Chrome is not in IWA dev * mode, the installation will fail, regardless of the state of the allowlist. */ diff --git a/types/protocol-tests-proxy-api.d.ts b/types/protocol-tests-proxy-api.d.ts index e29e651320..c820659dfe 100644 --- a/types/protocol-tests-proxy-api.d.ts +++ b/types/protocol-tests-proxy-api.d.ts @@ -4626,7 +4626,7 @@ export namespace ProtocolTestsProxyApi { * requirement. * IWA-specific install description: If the manifest_id is isolated-app://, * install_url_or_bundle_url is required, and can be either an http(s) URL or - * file:// URL pointing to a signed web bundle (.swbn). The .swbn file’s + * file:// URL pointing to a signed web bundle (.swbn). The .swbn file's * signing key must correspond to manifest_id. If Chrome is not in IWA dev * mode, the installation will fail, regardless of the state of the allowlist. */