|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1505444 — _2025-08-23T04:31:11.000Z_ |
| 4 | +###### Diff: [`11bcaf8...1551fe2`](https://github.com/ChromeDevTools/devtools-protocol/compare/11bcaf8...1551fe2) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/CSS.pdl:239 @@ experimental domain CSS |
| 8 | + # Computed style property value. |
| 9 | + string value |
| 10 | + |
| 11 | ++ experimental type ComputedStyleExtraFields extends object |
| 12 | ++ properties |
| 13 | ++ # Returns whether or not this node is being rendered with base appearance, |
| 14 | ++ # which happens when it has its appearance property set to base/base-select |
| 15 | ++ # or it is in the subtree of an element being rendered with base appearance. |
| 16 | ++ boolean isAppearanceBase |
| 17 | ++ |
| 18 | + # CSS style representation. |
| 19 | + type CSSStyle extends object |
| 20 | + properties |
| 21 | +@@ -674,6 +681,9 @@ experimental domain CSS |
| 22 | + returns |
| 23 | + # Computed style for the specified DOM node. |
| 24 | + array of CSSComputedStyleProperty computedStyle |
| 25 | ++ # A list of non-standard "extra fields" which blink stores alongside each |
| 26 | ++ # computed style. |
| 27 | ++ experimental ComputedStyleExtraFields extraFields |
| 28 | + |
| 29 | + # Resolve the specified values in the context of the provided element. |
| 30 | + # For example, a value of '1em' is evaluated according to the computed |
| 31 | +diff --git a/pdl/domains/Network.pdl b/pdl/domains/Network.pdl |
| 32 | +index 8958da96..a8fd0f2c 100644 |
| 33 | +--- a/pdl/domains/Network.pdl |
| 34 | ++++ b/pdl/domains/Network.pdl |
| 35 | +@@ -1107,10 +1107,6 @@ domain Network |
| 36 | + optional integer maxPostDataSize |
| 37 | + # Whether DirectSocket chunk send/receive events should be reported. |
| 38 | + experimental optional boolean reportDirectSocketTraffic |
| 39 | +- # Enable storing response bodies outside of renderer, so that these survive |
| 40 | +- # a cross-process navigation. Requires maxTotalBufferSize to be set. |
| 41 | +- # Currently defaults to false. |
| 42 | +- experimental optional boolean enableDurableMessages |
| 43 | + |
| 44 | + # Returns all browser cookies. Depending on the backend support, will return detailed cookie |
| 45 | + # information in the `cookies` field. |
| 46 | +``` |
| 47 | + |
3 | 48 | ## Roll protocol to r1504847 — _2025-08-22T04:32:04.000Z_ |
4 | | -###### Diff: [`65c042d...03b5ae0`](https://github.com/ChromeDevTools/devtools-protocol/compare/65c042d...03b5ae0) |
| 49 | +###### Diff: [`65c042d...11bcaf8`](https://github.com/ChromeDevTools/devtools-protocol/compare/65c042d...11bcaf8) |
5 | 50 |
|
6 | 51 | ```diff |
7 | 52 | @@ domains/Media.pdl:66 @@ experimental domain Media |
@@ -41905,24 +41950,4 @@ index d4102f5c..6285d9b6 100644 |
41905 | 41950 | storage-access |
41906 | 41951 | sync-xhr |
41907 | 41952 | trust-token-redemption |
41908 | | -``` |
41909 | | - |
41910 | | -## Roll protocol to r1081314 — _2022-12-09T04:28:47.000Z_ |
41911 | | -###### Diff: [`c1e172c...d4cef45`](https://github.com/ChromeDevTools/devtools-protocol/compare/c1e172c...d4cef45) |
41912 | | - |
41913 | | -```diff |
41914 | | -@@ browser_protocol.pdl:9569 @@ experimental domain SystemInfo |
41915 | | - # supported. |
41916 | | - string commandLine |
41917 | | - |
41918 | | -+ # Returns information about the feature state. |
41919 | | -+ command getFeatureState |
41920 | | -+ parameters |
41921 | | -+ string featureState |
41922 | | -+ returns |
41923 | | -+ boolean featureEnabled |
41924 | | -+ |
41925 | | - # Returns information about all running processes. |
41926 | | - command getProcessInfo |
41927 | | - returns |
41928 | 41953 | ``` |
0 commit comments