|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1464554 — _2025-05-23T04:31:06.000Z_ |
| 4 | +###### Diff: [`e267f46...999dfb5`](https://github.com/ChromeDevTools/devtools-protocol/compare/e267f46...999dfb5) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:3513 @@ domain DOM |
| 8 | + PopoverTarget |
| 9 | + # Get the interest target for a given element. |
| 10 | + InterestTarget |
| 11 | ++ # Get the commandfor target for a given element. In this case, this given |
| 12 | ++ # element can only be an HTMLButtonElement. |
| 13 | ++ CommandFor |
| 14 | + returns |
| 15 | + # NodeId of the element matching the queried relation. |
| 16 | + NodeId nodeId |
| 17 | +``` |
| 18 | + |
3 | 19 | ## Roll protocol to r1463868 — _2025-05-22T04:31:25.000Z_ |
4 | | -###### Diff: [`13ce94b...edae34d`](https://github.com/ChromeDevTools/devtools-protocol/compare/13ce94b...edae34d) |
| 20 | +###### Diff: [`13ce94b...e267f46`](https://github.com/ChromeDevTools/devtools-protocol/compare/13ce94b...e267f46) |
5 | 21 |
|
6 | 22 | ```diff |
7 | 23 | @@ browser_protocol.pdl:10800 @@ experimental domain Storage |
@@ -13922,20 +13938,4 @@ index 8d8211b..2d56043 100644 |
13922 | 13938 |
|
13923 | 13939 | # Fired when a prerender attempt is completed. |
13924 | 13940 | experimental event prerenderAttemptCompleted |
13925 | | -``` |
13926 | | - |
13927 | | -## Roll protocol to r1034791 — _2022-08-13T04:31:31.000Z_ |
13928 | | -###### Diff: [`181b0dd...c5cb34c`](https://github.com/ChromeDevTools/devtools-protocol/compare/181b0dd...c5cb34c) |
13929 | | - |
13930 | | -```diff |
13931 | | -@@ browser_protocol.pdl:1537 @@ experimental domain CSS |
13932 | | - optional boolean disabled |
13933 | | - # The entire property range in the enclosing style declaration (if available). |
13934 | | - optional SourceRange range |
13935 | | -+ # Parsed longhand components of this property if it is a shorthand. |
13936 | | -+ # This field will be empty if the given property is not a shorthand. |
13937 | | -+ experimental optional array of CSSProperty longhandProperties |
13938 | | - |
13939 | | - # CSS media rule descriptor. |
13940 | | - type CSSMedia extends object |
13941 | 13941 | ``` |
0 commit comments