|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1686980 — _2026-08-27T06:39:03.000Z_ |
| 4 | +###### Diff: [`5ee78b3...4903d2f`](https://github.com/ChromeDevTools/devtools-protocol/compare/5ee78b3...4903d2f) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Browser.pdl:225 @@ domain Browser |
| 8 | + # Commandline parameters |
| 9 | + array of string arguments |
| 10 | + |
| 11 | ++ # Adds or updates a mock camera in the shared video capture device list for |
| 12 | ++ # test automation. The mock camera is not scoped to a particular page or |
| 13 | ++ # frame and is removed when the DevTools session that created it disconnects. |
| 14 | ++ experimental command addMockCamera |
| 15 | ++ parameters |
| 16 | ++ # Required non-empty identifier for the mock camera. This is mapped to an |
| 17 | ++ # internal virtual-device identifier and is not the MediaDeviceInfo.deviceId |
| 18 | ++ # exposed to the page. |
| 19 | ++ string deviceId |
| 20 | ++ |
| 21 | + # Chrome histogram bucket. |
| 22 | + experimental type Bucket extends object |
| 23 | + properties |
| 24 | +diff --git a/pdl/domains/Page.pdl b/pdl/domains/Page.pdl |
| 25 | +index 0961300c..a2d197c5 100644 |
| 26 | +--- a/pdl/domains/Page.pdl |
| 27 | ++++ b/pdl/domains/Page.pdl |
| 28 | +@@ -127,6 +127,7 @@ domain Page |
| 29 | + gamepad |
| 30 | + geolocation |
| 31 | + gyroscope |
| 32 | ++ haptics |
| 33 | + hid |
| 34 | + identity-credentials-get |
| 35 | + idle-detection |
| 36 | +``` |
| 37 | + |
3 | 38 | ## Roll protocol to r1684464 — _2026-08-22T04:37:33.000Z_ |
4 | | -###### Diff: [`a12defa...ee6fd2a`](https://github.com/ChromeDevTools/devtools-protocol/compare/a12defa...ee6fd2a) |
| 39 | +###### Diff: [`a12defa...5ee78b3`](https://github.com/ChromeDevTools/devtools-protocol/compare/a12defa...5ee78b3) |
5 | 40 |
|
6 | 41 | ```diff |
7 | 42 | @@ domains/ServiceWorker.pdl:32 @@ experimental domain ServiceWorker |
@@ -43572,34 +43607,4 @@ index 4754f17c..8dad9c98 100644 |
43572 | 43607 | Stylesheet |
43573 | 43608 | Track |
43574 | 43609 | Video |
43575 | | -``` |
43576 | | - |
43577 | | -## Roll protocol to r1232444 — _2023-12-03T04:26:26.000Z_ |
43578 | | -###### Diff: [`c137c7c...c098eb8`](https://github.com/ChromeDevTools/devtools-protocol/compare/c137c7c...c098eb8) |
43579 | | - |
43580 | | -```diff |
43581 | | -@@ browser_protocol.pdl:3916 @@ domain Emulation |
43582 | | - # A display feature that only splits content will have a 0 mask_length. |
43583 | | - integer maskLength |
43584 | | - |
43585 | | -+ type DevicePosture extends object |
43586 | | -+ properties |
43587 | | -+ # Current posture of the device |
43588 | | -+ enum type |
43589 | | -+ continuous |
43590 | | -+ folded |
43591 | | -+ |
43592 | | - type MediaFeature extends object |
43593 | | - properties |
43594 | | - string name |
43595 | | -@@ -4073,6 +4080,9 @@ domain Emulation |
43596 | | - # If set, the display feature of a multi-segment screen. If not set, multi-segment support |
43597 | | - # is turned-off. |
43598 | | - experimental optional DisplayFeature displayFeature |
43599 | | -+ # If set, the posture of a foldable device. If not set the posture is set |
43600 | | -+ # to continuous. |
43601 | | -+ experimental optional DevicePosture devicePosture |
43602 | | - |
43603 | | - experimental command setScrollbarsHidden |
43604 | | - parameters |
43605 | 43610 | ``` |
0 commit comments