|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1574117 — _2026-01-24T04:34:09.000Z_ |
| 4 | +###### Diff: [`878c563...9848d8a`](https://github.com/ChromeDevTools/devtools-protocol/compare/878c563...9848d8a) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/CSS.pdl:708 @@ experimental domain CSS |
| 8 | + # to the provided property syntax, the value is parsed using combined |
| 9 | + # syntax as if null `propertyName` was provided. If the value cannot be |
| 10 | + # resolved even then, return the provided value without any changes. |
| 11 | ++ # Note: this function currently does not resolve CSS random() function, |
| 12 | ++ # it returns unmodified random() function parts.` |
| 13 | + experimental command resolveValues |
| 14 | + parameters |
| 15 | + # Cascade-dependent keywords (revert/revert-layer) do not work. |
| 16 | +diff --git a/pdl/domains/Target.pdl b/pdl/domains/Target.pdl |
| 17 | +index 8d8ead63..e8380799 100644 |
| 18 | +--- a/pdl/domains/Target.pdl |
| 19 | ++++ b/pdl/domains/Target.pdl |
| 20 | +@@ -167,6 +167,14 @@ domain Target |
| 21 | + # present in the tab UI strip. Cannot be created with `forTab: true`, `newWindow: true` or |
| 22 | + # `background: false`. The life-time of the tab is limited to the life-time of the session. |
| 23 | + experimental optional boolean hidden |
| 24 | ++ # If specified, the option is used to determine if the new target should |
| 25 | ++ # be focused or not. By default, the focus behavior depends on the |
| 26 | ++ # value of the background field. For example, background=false and focus=false |
| 27 | ++ # will result in the target tab being opened but the browser window remain |
| 28 | ++ # unchanged (if it was in the background, it will remain in the background) |
| 29 | ++ # and background=false with focus=undefined will result in the window being focused. |
| 30 | ++ # Using background: true and focus: true is not supported and will result in an error. |
| 31 | ++ experimental optional boolean focus |
| 32 | + returns |
| 33 | + # The id of the page opened. |
| 34 | + TargetID targetId |
| 35 | +``` |
| 36 | + |
3 | 37 | ## Roll protocol to r1573491 — _2026-01-23T04:35:32.000Z_ |
4 | | -###### Diff: [`9e24285...f9c7e21`](https://github.com/ChromeDevTools/devtools-protocol/compare/9e24285...f9c7e21) |
| 38 | +###### Diff: [`9e24285...878c563`](https://github.com/ChromeDevTools/devtools-protocol/compare/9e24285...878c563) |
5 | 39 |
|
6 | 40 | ```diff |
7 | 41 | @@ domains/Network.pdl:1812 @@ domain Network |
@@ -42301,19 +42335,4 @@ index 0dbdc01d..7a3c772c 100644 |
42301 | 42335 | SourceAndTriggerHeaders |
42302 | 42336 | SourceIgnored |
42303 | 42337 | TriggerIgnored |
42304 | | -``` |
42305 | | - |
42306 | | -## Roll protocol to r1129085 — _2023-04-12T04:26:50.000Z_ |
42307 | | -###### Diff: [`22ae458...d7c1808`](https://github.com/ChromeDevTools/devtools-protocol/compare/22ae458...d7c1808) |
42308 | | - |
42309 | | -```diff |
42310 | | -@@ browser_protocol.pdl:708 @@ experimental domain Audits |
42311 | | - InvalidHeader |
42312 | | - InvalidRegisterTriggerHeader |
42313 | | - InvalidEligibleHeader |
42314 | | -+ # TODO(crbug.com/1431942): Remove this issue once DevTools stops |
42315 | | -+ # referencing it |
42316 | | - TooManyConcurrentRequests |
42317 | | - SourceAndTriggerHeaders |
42318 | | - SourceIgnored |
42319 | 42338 | ``` |
0 commit comments