|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1465725 — _2025-05-27T04:31:56.000Z_ |
| 4 | +###### Diff: [`44a7afb...4ff1838`](https://github.com/ChromeDevTools/devtools-protocol/compare/44a7afb...4ff1838) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:1634 @@ domain Browser |
| 8 | + inProgress |
| 9 | + completed |
| 10 | + canceled |
| 11 | ++ # If download is "completed", provides the path of the downloaded file. |
| 12 | ++ # Depending on the platform, it is not guaranteed to be set, nor the file |
| 13 | ++ # is guaranteed to exist. |
| 14 | ++ experimental optional string filePath |
| 15 | + |
| 16 | + # Close browser gracefully. |
| 17 | + command close |
| 18 | +@@ -3008,6 +3012,7 @@ domain DOM |
| 19 | + file-selector-button |
| 20 | + details-content |
| 21 | + picker |
| 22 | ++ permission-icon |
| 23 | + |
| 24 | + # Shadow root type. |
| 25 | + type ShadowRootType extends string |
| 26 | +``` |
| 27 | + |
3 | 28 | ## Roll protocol to r1464554 — _2025-05-23T04:31:06.000Z_ |
4 | | -###### Diff: [`e267f46...999dfb5`](https://github.com/ChromeDevTools/devtools-protocol/compare/e267f46...999dfb5) |
| 29 | +###### Diff: [`e267f46...44a7afb`](https://github.com/ChromeDevTools/devtools-protocol/compare/e267f46...44a7afb) |
5 | 30 |
|
6 | 31 | ```diff |
7 | 32 | @@ browser_protocol.pdl:3513 @@ domain DOM |
@@ -13919,23 +13944,4 @@ index 8d8211b..2d56043 100644 |
13919 | 13944 | sync-xhr |
13920 | 13945 | trust-token-redemption |
13921 | 13946 | unload |
13922 | | -``` |
13923 | | - |
13924 | | -## Roll protocol to r1034970 — _2022-08-15T04:47:01.000Z_ |
13925 | | -###### Diff: [`c5cb34c...5bd2c6a`](https://github.com/ChromeDevTools/devtools-protocol/compare/c5cb34c...5bd2c6a) |
13926 | | - |
13927 | | -```diff |
13928 | | -@@ browser_protocol.pdl:8459 @@ domain Page |
13929 | | - TriggerBackgrounded |
13930 | | - EmbedderTriggeredAndSameOriginRedirected |
13931 | | - EmbedderTriggeredAndCrossOriginRedirected |
13932 | | -- EmbedderTriggeredAndDestroyed |
13933 | | - MemoryLimitExceeded |
13934 | | - # Prerenders can be cancelled when Chrome uses excessive memory. This is |
13935 | | - # recorded when it fails to get the memory usage. |
13936 | | - FailToGetMemoryUsage |
13937 | | -+ DataSaverEnabled |
13938 | | - |
13939 | | - # Fired when a prerender attempt is completed. |
13940 | | - experimental event prerenderAttemptCompleted |
13941 | 13947 | ``` |
0 commit comments