|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1591319 — _2026-02-27T04:56:42.000Z_ |
| 4 | +###### Diff: [`d5ffdaf...029bb84`](https://github.com/ChromeDevTools/devtools-protocol/compare/d5ffdaf...029bb84) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Emulation.pdl:617 @@ domain Emulation |
| 8 | + experimental command removeScreen |
| 9 | + parameters |
| 10 | + ScreenId screenId |
| 11 | ++ |
| 12 | ++ # Set primary screen. Only supported in headless mode. |
| 13 | ++ # Note that this changes the coordinate system origin to the top-left |
| 14 | ++ # of the new primary screen, updating the bounds and work areas |
| 15 | ++ # of all existing screens accordingly. |
| 16 | ++ experimental command setPrimaryScreen |
| 17 | ++ parameters |
| 18 | ++ ScreenId screenId |
| 19 | +``` |
| 20 | + |
3 | 21 | ## Roll protocol to r1590631 — _2026-02-26T05:00:08.000Z_ |
4 | | -###### Diff: [`708011c...5e29205`](https://github.com/ChromeDevTools/devtools-protocol/compare/708011c...5e29205) |
| 22 | +###### Diff: [`708011c...d5ffdaf`](https://github.com/ChromeDevTools/devtools-protocol/compare/708011c...d5ffdaf) |
5 | 23 |
|
6 | 24 | ```diff |
7 | 25 | @@ domains/Audits.pdl:7 @@ @@ -7,6 +7,7 @@ |
@@ -42305,50 +42323,4 @@ index 0dbdc01d..7a3c772c 100644 |
42305 | 42323 | # Defines events for background web platform features. |
42306 | 42324 | experimental domain BackgroundService |
42307 | 42325 | # The Background Service that will be associated with the commands/events. |
42308 | | -``` |
42309 | | - |
42310 | | -## Roll protocol to r1138800 — _2023-05-03T04:26:34.000Z_ |
42311 | | -###### Diff: [`fd2e02b...5b4da4d`](https://github.com/ChromeDevTools/devtools-protocol/compare/fd2e02b...5b4da4d) |
42312 | | - |
42313 | | -```diff |
42314 | | -@@ js_protocol.pdl:1015 @@ domain Runtime |
42315 | | - type ScriptId extends string |
42316 | | - |
42317 | | - # Represents the value serialiazed by the WebDriver BiDi specification |
42318 | | -- # https://w3c.github.io/webdriver-bidi. |
42319 | | -- type WebDriverValue extends object |
42320 | | -+ # https://goo.gle/browser-automation-deepserialization. |
42321 | | -+ type DeepSerializedValue extends object |
42322 | | - properties |
42323 | | - enum type |
42324 | | - undefined |
42325 | | -@@ -1102,7 +1102,7 @@ domain Runtime |
42326 | | - # String representation of the object. |
42327 | | - optional string description |
42328 | | - # WebDriver BiDi representation of the value. |
42329 | | -- experimental optional WebDriverValue webDriverValue |
42330 | | -+ experimental optional DeepSerializedValue webDriverValue |
42331 | | - # Unique object identifier (for non-primitive values). |
42332 | | - optional RemoteObjectId objectId |
42333 | | - # Preview containing abbreviated property values. Specified for `object` type values only. |
42334 | | -@@ -1416,8 +1416,8 @@ domain Runtime |
42335 | | - # This is mutually exclusive with `executionContextId`. |
42336 | | - experimental optional string uniqueContextId |
42337 | | - # Whether the result should contain `webDriverValue`, serialized according to |
42338 | | -- # https://w3c.github.io/webdriver-bidi. This is mutually exclusive with `returnByValue`, but |
42339 | | -- # resulting `objectId` is still provided. |
42340 | | -+ # https://goo.gle/browser-automation-deepserialization. This is mutually |
42341 | | -+ # exclusive with `returnByValue`, but resulting `objectId` is still provided. |
42342 | | - experimental optional boolean generateWebDriverValue |
42343 | | - returns |
42344 | | - # Call result. |
42345 | | -@@ -1504,7 +1504,7 @@ domain Runtime |
42346 | | - # boundaries). |
42347 | | - # This is mutually exclusive with `contextId`. |
42348 | | - experimental optional string uniqueContextId |
42349 | | -- # Whether the result should be serialized according to https://w3c.github.io/webdriver-bidi. |
42350 | | -+ # Whether the result should be serialized according to https://goo.gle/browser-automation-deepserialization. |
42351 | | - experimental optional boolean generateWebDriverValue |
42352 | | - returns |
42353 | | - # Evaluation result. |
42354 | 42326 | ``` |
0 commit comments