|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1559729 — _2025-12-17T04:33:54.000Z_ |
| 4 | +###### Diff: [`d90a8a2...d8e4778`](https://github.com/ChromeDevTools/devtools-protocol/compare/d90a8a2...d8e4778) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:1145 @@ domain Network |
| 8 | + experimental optional boolean reportDirectSocketTraffic |
| 9 | + # Enable storing response bodies outside of renderer, so that these survive |
| 10 | + # a cross-process navigation. Requires maxTotalBufferSize to be set. |
| 11 | +- # Currently defaults to false. |
| 12 | ++ # Currently defaults to false. This field is being deprecated in favor of the dedicated |
| 13 | ++ # configureDurableMessages command, due to the possibility of deadlocks when awaiting |
| 14 | ++ # Network.enable before issuing Runtime.runIfWaitingForDebugger. |
| 15 | + experimental optional boolean enableDurableMessages |
| 16 | + |
| 17 | ++ # Configures storing response bodies outside of renderer, so that these survive |
| 18 | ++ # a cross-process navigation. |
| 19 | ++ # If maxTotalBufferSize is not set, durable messages are disabled. |
| 20 | ++ experimental command configureDurableMessages |
| 21 | ++ parameters |
| 22 | ++ # Buffer size in bytes to use when preserving network payloads (XHRs, etc). |
| 23 | ++ optional integer maxTotalBufferSize |
| 24 | ++ # Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc). |
| 25 | ++ optional integer maxResourceBufferSize |
| 26 | ++ |
| 27 | + # Returns all browser cookies. Depending on the backend support, will return detailed cookie |
| 28 | + # information in the `cookies` field. |
| 29 | + # Deprecated. Use Storage.getCookies instead. |
| 30 | +``` |
| 31 | + |
3 | 32 | ## Roll protocol to r1558402 — _2025-12-13T04:32:36.000Z_ |
4 | | -###### Diff: [`ab59de7...0d8f2df`](https://github.com/ChromeDevTools/devtools-protocol/compare/ab59de7...0d8f2df) |
| 33 | +###### Diff: [`ab59de7...d90a8a2`](https://github.com/ChromeDevTools/devtools-protocol/compare/ab59de7...d90a8a2) |
5 | 34 |
|
6 | 35 | ```diff |
7 | 36 | @@ domains/Browser.pdl:49 @@ domain Browser |
@@ -42091,19 +42120,4 @@ index 0dbdc01d..7a3c772c 100644 |
42091 | 42120 | command disable |
42092 | 42121 |
|
42093 | 42122 | command selectAccount |
42094 | | -``` |
42095 | | - |
42096 | | -## Roll protocol to r1119014 — _2023-03-18T04:27:47.000Z_ |
42097 | | -###### Diff: [`4e13b66...40d0eff`](https://github.com/ChromeDevTools/devtools-protocol/compare/4e13b66...40d0eff) |
42098 | | - |
42099 | | -```diff |
42100 | | -@@ browser_protocol.pdl:1409 @@ experimental domain CSS |
42101 | | - optional StyleSheetId styleSheetId |
42102 | | - # Rule selector data. |
42103 | | - SelectorList selectorList |
42104 | | -+ # Array of selectors from ancestor style rules, sorted by distance from the current rule. |
42105 | | -+ experimental optional array of string nestingSelectors |
42106 | | - # Parent stylesheet's origin. |
42107 | | - StyleSheetOrigin origin |
42108 | | - # Associated style declaration. |
42109 | 42123 | ``` |
0 commit comments