|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1521046 — _2025-09-26T04:31:48.000Z_ |
| 4 | +###### Diff: [`e3b838c...5864544`](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b838c...5864544) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/CSS.pdl:165 @@ experimental domain CSS |
| 8 | + StyleSheetOrigin origin |
| 9 | + # Associated style declaration. |
| 10 | + CSSStyle style |
| 11 | ++ # The BackendNodeId of the DOM node that constitutes the origin tree scope of this rule. |
| 12 | ++ experimental optional DOM.BackendNodeId originTreeScopeNodeId |
| 13 | + # Media list array (for rules involving media queries). The array enumerates media queries |
| 14 | + # starting with the innermost one, going outwards. |
| 15 | + optional array of CSSMedia media |
| 16 | +diff --git a/pdl/domains/Storage.pdl b/pdl/domains/Storage.pdl |
| 17 | +index 5c4e1302..973259c0 100644 |
| 18 | +--- a/pdl/domains/Storage.pdl |
| 19 | ++++ b/pdl/domains/Storage.pdl |
| 20 | +@@ -239,12 +239,21 @@ experimental domain Storage |
| 21 | + StorageBucketsDurability durability |
| 22 | + |
| 23 | + # Returns a storage key given a frame id. |
| 24 | +- command getStorageKeyForFrame |
| 25 | ++ # Deprecated. Please use Storage.getStorageKey instead. |
| 26 | ++ deprecated command getStorageKeyForFrame |
| 27 | + parameters |
| 28 | + Page.FrameId frameId |
| 29 | + returns |
| 30 | + SerializedStorageKey storageKey |
| 31 | + |
| 32 | ++ # Returns storage key for the given frame. If no frame ID is provided, |
| 33 | ++ # the storage key of the target executing this command is returned. |
| 34 | ++ experimental command getStorageKey |
| 35 | ++ parameters |
| 36 | ++ optional Page.FrameId frameId |
| 37 | ++ returns |
| 38 | ++ SerializedStorageKey storageKey |
| 39 | ++ |
| 40 | + # Clears storage for origin. |
| 41 | + command clearDataForOrigin |
| 42 | + parameters |
| 43 | +``` |
| 44 | + |
3 | 45 | ## Roll protocol to r1519099 — _2025-09-23T04:31:20.000Z_ |
4 | | -###### Diff: [`78aae66...ddea858`](https://github.com/ChromeDevTools/devtools-protocol/compare/78aae66...ddea858) |
| 46 | +###### Diff: [`78aae66...e3b838c`](https://github.com/ChromeDevTools/devtools-protocol/compare/78aae66...e3b838c) |
5 | 47 |
|
6 | 48 | ```diff |
7 | 49 | @@ domains/Page.pdl:1768 @@ domain Page |
@@ -42102,18 +42144,4 @@ index d4102f5c..6285d9b6 100644 |
42102 | 42144 | # If set to true, tests of user presence will succeed immediately. |
42103 | 42145 | # Otherwise, they will not be resolved. Defaults to true. |
42104 | 42146 | optional boolean automaticPresenceSimulation |
42105 | | -``` |
42106 | | - |
42107 | | -## Roll protocol to r1092731 — _2023-01-14T04:27:49.000Z_ |
42108 | | -###### Diff: [`a9c500f...c03647c`](https://github.com/ChromeDevTools/devtools-protocol/compare/a9c500f...c03647c) |
42109 | | - |
42110 | | -```diff |
42111 | | -@@ browser_protocol.pdl:745 @@ experimental domain Audits |
42112 | | - CrossOriginPortalPostMessageError |
42113 | | - FormLabelForNameError |
42114 | | - FormDuplicateIdForInputError |
42115 | | -+ FormInputWithNoLabelError |
42116 | | - |
42117 | | - # Depending on the concrete errorType, different properties are set. |
42118 | | - type GenericIssueDetails extends object |
42119 | 42147 | ``` |
0 commit comments