|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1451615 — _2025-04-25T04:30:43.000Z_ |
| 4 | +###### Diff: [`376b7a3...c92fcc3`](https://github.com/ChromeDevTools/devtools-protocol/compare/376b7a3...c92fcc3) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:9186 @@ domain Page |
| 8 | + # Recommendation for manifest's id attribute to match current id computed from start_url |
| 9 | + optional string recommendedId |
| 10 | + |
| 11 | +- experimental command getAdScriptId |
| 12 | ++ experimental command getAdScriptAncestryIds |
| 13 | + parameters |
| 14 | + FrameId frameId |
| 15 | + returns |
| 16 | +- # Identifies the bottom-most script which caused the frame to be labelled |
| 17 | +- # as an ad. Only sent if frame is labelled as an ad and id is available. |
| 18 | +- optional AdScriptId adScriptId |
| 19 | ++ # The ancestry chain of ad script identifiers leading to this frame's |
| 20 | ++ # creation, ordered from the most immediate script (in the frame creation |
| 21 | ++ # stack) to more distant ancestors (that created the immediately preceding |
| 22 | ++ # script). Only sent if frame is labelled as an ad and ids are available. |
| 23 | ++ array of AdScriptId adScriptAncestryIds |
| 24 | + |
| 25 | + # Returns present frame tree structure. |
| 26 | + command getFrameTree |
| 27 | +@@ -9804,6 +9806,8 @@ domain Page |
| 28 | + # closed. |
| 29 | + event javascriptDialogClosed |
| 30 | + parameters |
| 31 | ++ # Frame id. |
| 32 | ++ experimental FrameId frameId |
| 33 | + # Whether dialog was confirmed. |
| 34 | + boolean result |
| 35 | + # User input in case of prompt. |
| 36 | +@@ -9815,6 +9819,8 @@ domain Page |
| 37 | + parameters |
| 38 | + # Frame url. |
| 39 | + string url |
| 40 | ++ # Frame id. |
| 41 | ++ experimental FrameId frameId |
| 42 | + # Message that will be displayed by the dialog. |
| 43 | + string message |
| 44 | + # Dialog type. |
| 45 | +``` |
| 46 | + |
3 | 47 | ## Roll protocol to r1450379 — _2025-04-23T04:30:35.000Z_ |
4 | | -###### Diff: [`ecbd284...616d4a9`](https://github.com/ChromeDevTools/devtools-protocol/compare/ecbd284...616d4a9) |
| 48 | +###### Diff: [`ecbd284...376b7a3`](https://github.com/ChromeDevTools/devtools-protocol/compare/ecbd284...376b7a3) |
5 | 49 |
|
6 | 50 | ```diff |
7 | 51 | @@ browser_protocol.pdl:10656 @@ experimental domain Storage |
@@ -13782,51 +13826,4 @@ index 8d8211b..2d56043 100644 |
13782 | 13826 | array of integer functionBodyOffsets |
13783 | 13827 | # The first chunk of disassembly. |
13784 | 13828 | WasmDisassemblyChunk chunk |
13785 | | -``` |
13786 | | - |
13787 | | -## Roll protocol to r1027117 — _2022-07-22T04:34:56.000Z_ |
13788 | | -###### Diff: [`d99c911...84a4545`](https://github.com/ChromeDevTools/devtools-protocol/compare/d99c911...84a4545) |
13789 | | - |
13790 | | -```diff |
13791 | | -@@ browser_protocol.pdl:168 @@ experimental domain Accessibility |
13792 | | - optional array of AXProperty ignoredReasons |
13793 | | - # This `Node`'s role, whether explicit or implicit. |
13794 | | - optional AXValue role |
13795 | | -+ # This `Node`'s Chrome raw role. |
13796 | | -+ optional AXValue chromeRole |
13797 | | - # The accessible name for this `Node`. |
13798 | | - optional AXValue name |
13799 | | - # The accessible description for this `Node`. |
13800 | | -@@ -772,6 +774,7 @@ experimental domain Audits |
13801 | | - NotificationPermissionRequestedIframe |
13802 | | - ObsoleteWebRtcCipherSuite |
13803 | | - OpenWebDatabaseInsecureContext |
13804 | | -+ OverflowVisibleOnReplacedElement |
13805 | | - PictureSourceSrc |
13806 | | - PrefixedCancelAnimationFrame |
13807 | | - PrefixedRequestAnimationFrame |
13808 | | -@@ -2682,7 +2685,7 @@ domain DOM |
13809 | | - array of NodeId nodeIds |
13810 | | - |
13811 | | - # Returns NodeIds of current top layer elements. |
13812 | | -- # Top layer is rendered closest to the user within a viewport, therefore its elements always |
13813 | | -+ # Top layer is rendered closest to the user within a viewport, therefore its elements always |
13814 | | - # appear on top of all other content. |
13815 | | - experimental command getTopLayerElements |
13816 | | - returns |
13817 | | -@@ -8990,6 +8993,14 @@ experimental domain Storage |
13818 | | - # Comma separated list of StorageType to clear. |
13819 | | - string storageTypes |
13820 | | - |
13821 | | -+ # Clears storage for storage key. |
13822 | | -+ command clearDataForStorageKey |
13823 | | -+ parameters |
13824 | | -+ # Storage key. |
13825 | | -+ string storageKey |
13826 | | -+ # Comma separated list of StorageType to clear. |
13827 | | -+ string storageTypes |
13828 | | -+ |
13829 | | - # Returns all browser cookies. |
13830 | | - command getCookies |
13831 | | - parameters |
13832 | 13829 | ``` |
0 commit comments