|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1585077 — _2026-02-14T04:53:53.000Z_ |
| 4 | +###### Diff: [`b328fc2...a4836b4`](https://github.com/ChromeDevTools/devtools-protocol/compare/b328fc2...a4836b4) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:105 @@ experimental domain Audits |
| 8 | + # The recommended solution to the issue. |
| 9 | + optional CookieIssueInsight insight |
| 10 | + |
| 11 | ++ type PerformanceIssueType extends string |
| 12 | ++ enum |
| 13 | ++ DocumentCookie |
| 14 | ++ |
| 15 | ++ # Details for a performance issue. |
| 16 | ++ type PerformanceIssueDetails extends object |
| 17 | ++ properties |
| 18 | ++ PerformanceIssueType performanceIssueType |
| 19 | ++ optional SourceCodeLocation sourceCodeLocation |
| 20 | ++ |
| 21 | + type MixedContentResolutionStatus extends string |
| 22 | + enum |
| 23 | + MixedContentBlocked |
| 24 | +@@ -720,6 +730,7 @@ experimental domain Audits |
| 25 | + ConnectionAllowlistIssue |
| 26 | + UserReidentificationIssue |
| 27 | + PermissionElementIssue |
| 28 | ++ PerformanceIssue |
| 29 | + |
| 30 | + # This struct holds a list of optional fields with additional information |
| 31 | + # specific to the kind of issue. When adding a new issue code, please also |
| 32 | +@@ -754,6 +765,7 @@ experimental domain Audits |
| 33 | + optional ConnectionAllowlistIssueDetails connectionAllowlistIssueDetails |
| 34 | + optional UserReidentificationIssueDetails userReidentificationIssueDetails |
| 35 | + optional PermissionElementIssueDetails permissionElementIssueDetails |
| 36 | ++ optional PerformanceIssueDetails performanceIssueDetails |
| 37 | + |
| 38 | + # A unique id for a DevTools inspector issue. Allows other entities (e.g. |
| 39 | + # exceptions, CDP message, console messages, etc.) to reference an issue. |
| 40 | +diff --git a/pdl/domains/Emulation.pdl b/pdl/domains/Emulation.pdl |
| 41 | +index 13daa510..d4cff0d7 100644 |
| 42 | +--- a/pdl/domains/Emulation.pdl |
| 43 | ++++ b/pdl/domains/Emulation.pdl |
| 44 | +@@ -571,7 +571,8 @@ domain Emulation |
| 45 | + # of size 100lvh. |
| 46 | + integer difference |
| 47 | + |
| 48 | +- # Returns device's screen configuration. |
| 49 | ++ # Returns device's screen configuration. In headful mode, the physical screens configuration is returned, |
| 50 | ++ # whereas in headless mode, a virtual headless screen configuration is provided instead. |
| 51 | + experimental command getScreenInfos |
| 52 | + returns |
| 53 | + array of ScreenInfo screenInfos |
| 54 | +``` |
| 55 | + |
3 | 56 | ## Roll protocol to r1583009 — _2026-02-11T05:03:45.000Z_ |
4 | | -###### Diff: [`17024e1...a5acb9a`](https://github.com/ChromeDevTools/devtools-protocol/compare/17024e1...a5acb9a) |
| 57 | +###### Diff: [`17024e1...b328fc2`](https://github.com/ChromeDevTools/devtools-protocol/compare/17024e1...b328fc2) |
5 | 58 |
|
6 | 59 | ```diff |
7 | 60 | @@ domains/Audits.pdl:500 @@ experimental domain Audits |
@@ -42344,34 +42397,4 @@ index 0dbdc01d..7a3c772c 100644 |
42344 | 42397 | # A cache's contents have been modified. |
42345 | 42398 | event cacheStorageContentUpdated |
42346 | 42399 | parameters |
42347 | | -``` |
42348 | | - |
42349 | | -## Roll protocol to r1135028 — _2023-04-25T04:27:09.000Z_ |
42350 | | -###### Diff: [`4e41c0d...72f4d4e`](https://github.com/ChromeDevTools/devtools-protocol/compare/4e41c0d...72f4d4e) |
42351 | | - |
42352 | | -```diff |
42353 | | -@@ browser_protocol.pdl:716 @@ experimental domain Audits |
42354 | | - InvalidRegisterOsSourceHeader |
42355 | | - InvalidRegisterOsTriggerHeader |
42356 | | - WebAndOsHeaders |
42357 | | -+ NoWebOrOsSupport |
42358 | | - |
42359 | | - # Details for issues around "Attribution Reporting API" usage. |
42360 | | - # Explainer: https://github.com/WICG/attribution-reporting-api |
42361 | | -@@ -7227,6 +7228,7 @@ domain Page |
42362 | | - payment |
42363 | | - picture-in-picture |
42364 | | - private-aggregation |
42365 | | -+ private-state-token-redemption |
42366 | | - publickey-credentials-get |
42367 | | - run-ad-auction |
42368 | | - screen-wake-lock |
42369 | | -@@ -7237,7 +7239,6 @@ domain Page |
42370 | | - smart-card |
42371 | | - storage-access |
42372 | | - sync-xhr |
42373 | | -- trust-token-redemption |
42374 | | - unload |
42375 | | - usb |
42376 | | - vertical-scroll |
42377 | 42400 | ``` |
0 commit comments