Skip to content

Commit

Permalink
Roll protocol to r1294763
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed May 1, 2024
1 parent b80715b commit b717085
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
17 changes: 16 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion json/browser_protocol.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion pdl/browser_protocol.pdl
Expand Up @@ -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 files
# 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
Expand Down
2 changes: 1 addition & 1 deletion types/protocol-mapping.d.ts
Expand Up @@ -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 files
* 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion types/protocol-proxy-api.d.ts
Expand Up @@ -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 files
* 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion types/protocol-tests-proxy-api.d.ts
Expand Up @@ -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 files
* 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.
*/
Expand Down

0 comments on commit b717085

Please sign in to comment.