|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1428127 — _2025-03-05T04:29:34.000Z_ |
| 4 | +###### Diff: [`c2846c9...9e9c433`](https://github.com/ChromeDevTools/devtools-protocol/compare/c2846c9...9e9c433) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:4346 @@ domain Emulation |
| 8 | + depends on Page |
| 9 | + depends on Runtime |
| 10 | + |
| 11 | ++ experimental type SafeAreaInsets extends object |
| 12 | ++ properties |
| 13 | ++ # Overrides safe-area-inset-top. |
| 14 | ++ optional integer top |
| 15 | ++ # Overrides safe-area-max-inset-top. |
| 16 | ++ optional integer topMax |
| 17 | ++ # Overrides safe-area-inset-left. |
| 18 | ++ optional integer left |
| 19 | ++ # Overrides safe-area-max-inset-left. |
| 20 | ++ optional integer leftMax |
| 21 | ++ # Overrides safe-area-inset-bottom. |
| 22 | ++ optional integer bottom |
| 23 | ++ # Overrides safe-area-max-inset-bottom. |
| 24 | ++ optional integer bottomMax |
| 25 | ++ # Overrides safe-area-inset-right. |
| 26 | ++ optional integer right |
| 27 | ++ # Overrides safe-area-max-inset-right. |
| 28 | ++ optional integer rightMax |
| 29 | ++ |
| 30 | + # Screen orientation. |
| 31 | + type ScreenOrientation extends object |
| 32 | + properties |
| 33 | +@@ -4516,6 +4535,12 @@ domain Emulation |
| 34 | + # cleared. |
| 35 | + optional DOM.RGBA color |
| 36 | + |
| 37 | ++ # Overrides the values for env(safe-area-inset-*) and env(safe-area-max-inset-*). Unset values will cause the |
| 38 | ++ # respective variables to be undefined, even if previously overridden. |
| 39 | ++ experimental command setSafeAreaInsetsOverride |
| 40 | ++ parameters |
| 41 | ++ SafeAreaInsets insets |
| 42 | ++ |
| 43 | + # Overrides the values of device screen dimensions (window.screen.width, window.screen.height, |
| 44 | + # window.innerWidth, window.innerHeight, and "device-width"/"device-height"-related CSS media |
| 45 | + # query results). |
| 46 | +``` |
| 47 | + |
3 | 48 | ## Roll protocol to r1427544 — _2025-03-04T04:29:27.000Z_ |
4 | | -###### Diff: [`044de40...104f188`](https://github.com/ChromeDevTools/devtools-protocol/compare/044de40...104f188) |
| 49 | +###### Diff: [`044de40...c2846c9`](https://github.com/ChromeDevTools/devtools-protocol/compare/044de40...c2846c9) |
5 | 50 |
|
6 | 51 | ```diff |
7 | 52 | @@ browser_protocol.pdl:2252 @@ experimental domain CSS |
|
0 commit comments