|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1572739 — _2026-01-22T04:38:20.000Z_ |
| 4 | +###### Diff: [`f44c6e0...d046af9`](https://github.com/ChromeDevTools/devtools-protocol/compare/f44c6e0...d046af9) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:333 @@ domain Network |
| 8 | + # TODO(https://crbug.com/1263483): Remove this once frontend code does |
| 9 | + # not reference it anymore. |
| 10 | + PreflightInvalidAllowExternal |
| 11 | +- PreflightMissingAllowPrivateNetwork |
| 12 | +- PreflightInvalidAllowPrivateNetwork |
| 13 | + InvalidAllowMethodsPreflightResponse |
| 14 | + InvalidAllowHeadersPreflightResponse |
| 15 | + MethodDisallowedByPreflightResponse |
| 16 | +@@ -345,25 +343,7 @@ domain Network |
| 17 | + # Request carried a target IP address space property that did not match |
| 18 | + # the target resource's address space. |
| 19 | + InvalidPrivateNetworkAccess |
| 20 | +- # Request was a private network request yet did not carry a target IP |
| 21 | +- # address space. |
| 22 | +- UnexpectedPrivateNetworkAccess |
| 23 | + NoCorsRedirectModeNotFollow |
| 24 | +- # Request was a private network request and needed user permission yet did |
| 25 | +- # not carry `Private-Network-Access-Id` in the preflight response. |
| 26 | +- # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
| 27 | +- PreflightMissingPrivateNetworkAccessId |
| 28 | +- # Request was a private network request and needed user permission yet did |
| 29 | +- # not carry `Private-Network-Access-Name` in the preflight response. |
| 30 | +- # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
| 31 | +- PreflightMissingPrivateNetworkAccessName |
| 32 | +- # Request was a private network request and needed user permission yet not |
| 33 | +- # able to request for permission. |
| 34 | +- # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
| 35 | +- PrivateNetworkAccessPermissionUnavailable |
| 36 | +- # Request was a private network request and is denied by user permission. |
| 37 | +- # https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md |
| 38 | +- PrivateNetworkAccessPermissionDenied |
| 39 | + # Request was a local network request and is denied by user permission. |
| 40 | + # https://wicg.github.io/local-network-access/ |
| 41 | + LocalNetworkAccessPermissionDenied |
| 42 | +``` |
| 43 | + |
3 | 44 | ## Roll protocol to r1568893 — _2026-01-14T04:37:57.000Z_ |
4 | | -###### Diff: [`d0d2cf0...20bc5b5`](https://github.com/ChromeDevTools/devtools-protocol/compare/d0d2cf0...20bc5b5) |
| 45 | +###### Diff: [`d0d2cf0...f44c6e0`](https://github.com/ChromeDevTools/devtools-protocol/compare/d0d2cf0...f44c6e0) |
5 | 46 |
|
6 | 47 | ```diff |
7 | 48 | @@ domains/Audits.pdl:34 @@ experimental domain Audits |
@@ -42254,18 +42295,4 @@ index 0dbdc01d..7a3c772c 100644 |
42254 | 42295 |
|
42255 | 42296 | # CSS position-fallback rule representation. |
42256 | 42297 | type CSSPositionFallbackRule extends object |
42257 | | -``` |
42258 | | - |
42259 | | -## Roll protocol to r1124027 — _2023-03-30T04:27:29.000Z_ |
42260 | | -###### Diff: [`bab8b36...4cb5368`](https://github.com/ChromeDevTools/devtools-protocol/compare/bab8b36...4cb5368) |
42261 | | - |
42262 | | -```diff |
42263 | | -@@ browser_protocol.pdl:765 @@ experimental domain Audits |
42264 | | - GenericIssueErrorType errorType |
42265 | | - optional Page.FrameId frameId |
42266 | | - optional DOM.BackendNodeId violatingNodeId |
42267 | | -+ optional string violatingNodeAttribute |
42268 | | - |
42269 | | - # This issue tracks information needed to print a deprecation message. |
42270 | | - # https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md |
42271 | 42298 | ``` |
0 commit comments