|
1 | 1 |
|
2 | 2 |
|
| 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 | + |
3 | 18 | ## 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) |
5 | 20 |
|
6 | 21 | ```diff |
7 | 22 | @@ browser_protocol.pdl:6508 @@ domain Network |
@@ -14022,21 +14037,4 @@ index b3b97fa..6efcf78 100644 |
14022 | 14037 | Dummy |
14023 | 14038 | # Disabled for render frame host reasons |
14024 | 14039 | # 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 |
14042 | 14040 | ``` |
0 commit comments