Skip to content

Commit 41692aa

Browse files
committed
Roll protocol to r1491235
1 parent 87144ce commit 41692aa

3 files changed

Lines changed: 18 additions & 20 deletions

File tree

changelog.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11

22

3+
## Roll protocol to r1491235 — _2025-07-24T04:34:08.000Z_
4+
###### Diff: [`87144ce...272247f`](https://github.com/ChromeDevTools/devtools-protocol/compare/87144ce...272247f)
5+
6+
```diff
7+
@@ browser_protocol.pdl:6362 @@ domain Network
8+
# https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md
9+
PrivateNetworkAccessPermissionDenied
10+
# Request was a local network request and is denied by user permission.
11+
- # https://github.com/explainers-by-googlers/local-network-access
12+
+ # https://wicg.github.io/local-network-access/
13+
LocalNetworkAccessPermissionDenied
14+
15+
type CorsErrorStatus extends object
16+
```
17+
318
## Roll protocol to r1490591 — _2025-07-23T04:34:18.000Z_
4-
###### Diff: [`4819069...b94871d`](https://github.com/ChromeDevTools/devtools-protocol/compare/4819069...b94871d)
19+
###### Diff: [`4819069...87144ce`](https://github.com/ChromeDevTools/devtools-protocol/compare/4819069...87144ce)
520

621
```diff
722
@@ browser_protocol.pdl:6508 @@ domain Network
@@ -14022,21 +14037,4 @@ index b3b97fa..6efcf78 100644
1402214037
Dummy
1402314038
# Disabled for render frame host reasons
1402414039
# See content/browser/renderer_host/back_forward_cache_disable.h for explanations.
14025-
```
14026-
14027-
## Roll protocol to r1060866 — _2022-10-19T05:00:30.000Z_
14028-
###### Diff: [`aca7212...d42b588`](https://github.com/ChromeDevTools/devtools-protocol/compare/aca7212...d42b588)
14029-
14030-
```diff
14031-
@@ browser_protocol.pdl:8135 @@ domain Page
14032-
FrameId parentFrameId
14033-
# JavaScript stack trace of when frame was attached, only set if frame initiated from script.
14034-
optional Runtime.StackTrace stack
14035-
- # Identifies the bottom-most script which caused the frame to be labelled
14036-
- # as an ad. Only sent if frame is labelled as an ad and id is available.
14037-
- # Deprecated: use Page.getAdScriptId instead.
14038-
- experimental deprecated optional AdScriptId adScriptId
14039-
14040-
# Fired when frame no longer has a scheduled navigation.
14041-
deprecated event frameClearedScheduledNavigation
1404214040
```

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

pdl/browser_protocol.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6362,7 +6362,7 @@ domain Network
63626362
# https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md
63636363
PrivateNetworkAccessPermissionDenied
63646364
# Request was a local network request and is denied by user permission.
6365-
# https://github.com/explainers-by-googlers/local-network-access
6365+
# https://wicg.github.io/local-network-access/
63666366
LocalNetworkAccessPermissionDenied
63676367

63686368
type CorsErrorStatus extends object

0 commit comments

Comments
 (0)