|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1431913 — _2025-03-13T04:30:01.000Z_ |
| 4 | +###### Diff: [`e968b49...41a2b17`](https://github.com/ChromeDevTools/devtools-protocol/compare/e968b49...41a2b17) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:1481 @@ domain Browser |
| 8 | + idleDetection |
| 9 | + keyboardLock |
| 10 | + localFonts |
| 11 | ++ localNetworkAccess |
| 12 | + midi |
| 13 | + midiSysex |
| 14 | + nfc |
| 15 | +@@ -1740,6 +1741,25 @@ domain Browser |
| 16 | + parameters |
| 17 | + string url |
| 18 | + |
| 19 | ++ experimental type PrivacySandboxAPI extends string |
| 20 | ++ enum |
| 21 | ++ BiddingAndAuctionServices |
| 22 | ++ TrustedKeyValue |
| 23 | ++ |
| 24 | ++ # Configures encryption keys used with a given privacy sandbox API to talk |
| 25 | ++ # to a trusted coordinator. Since this is intended for test automation only, |
| 26 | ++ # coordinatorOrigin must be a .test domain. No existing coordinator |
| 27 | ++ # configuration for the origin may exist. |
| 28 | ++ command addPrivacySandboxCoordinatorKeyConfig |
| 29 | ++ parameters |
| 30 | ++ PrivacySandboxAPI api |
| 31 | ++ string coordinatorOrigin |
| 32 | ++ string keyConfig |
| 33 | ++ # BrowserContext to perform the action in. When omitted, default browser |
| 34 | ++ # context is used. |
| 35 | ++ optional BrowserContextID browserContextId |
| 36 | ++ |
| 37 | ++ |
| 38 | + # This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) |
| 39 | + # have an associated `id` used in subsequent operations on the related object. Each object type has |
| 40 | + # a specific `id` structure, and those are not interchangeable between objects of different kinds. |
| 41 | +@@ -7466,6 +7486,7 @@ domain Network |
| 42 | + PreflightBlock |
| 43 | + PreflightWarn |
| 44 | + PermissionBlock |
| 45 | ++ PermissionWarn |
| 46 | + |
| 47 | + experimental type IPAddressSpace extends string |
| 48 | + enum |
| 49 | +``` |
| 50 | + |
3 | 51 | ## Roll protocol to r1430640 — _2025-03-11T04:29:58.000Z_ |
4 | | -###### Diff: [`e1bdcc8...39a3d29`](https://github.com/ChromeDevTools/devtools-protocol/compare/e1bdcc8...39a3d29) |
| 52 | +###### Diff: [`e1bdcc8...e968b49`](https://github.com/ChromeDevTools/devtools-protocol/compare/e1bdcc8...e968b49) |
5 | 53 |
|
6 | 54 | ```diff |
7 | 55 | @@ browser_protocol.pdl:9527 @@ domain Page |
|
0 commit comments