|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1511308 — _2025-09-05T04:31:05.000Z_ |
| 4 | +###### Diff: [`bb9208f...0373139`](https://github.com/ChromeDevTools/devtools-protocol/compare/bb9208f...0373139) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/PWA.pdl:53 @@ experimental domain PWA |
| 8 | + # |
| 9 | + # To generate bundle id for proxy mode: |
| 10 | + # 1. Generate 32 random bytes. |
| 11 | +- # 2. Add a specific suffix 0x00 at the end. |
| 12 | ++ # 2. Add a specific suffix at the end following the documentation |
| 13 | ++ # https://github.com/WICG/isolated-web-apps/blob/main/Scheme.md#suffix |
| 14 | + # 3. Encode the entire sequence using Base32 without padding. |
| 15 | + # |
| 16 | + # If Chrome is not in IWA dev |
| 17 | +diff --git a/pdl/domains/Page.pdl b/pdl/domains/Page.pdl |
| 18 | +index c713e453..c9c966b6 100644 |
| 19 | +--- a/pdl/domains/Page.pdl |
| 20 | ++++ b/pdl/domains/Page.pdl |
| 21 | +@@ -140,6 +140,7 @@ domain Page |
| 22 | + digital-credentials-create |
| 23 | + digital-credentials-get |
| 24 | + direct-sockets |
| 25 | ++ direct-sockets-multicast |
| 26 | + direct-sockets-private |
| 27 | + display-capture |
| 28 | + document-domain |
| 29 | +``` |
| 30 | + |
3 | 31 | ## Roll protocol to r1510116 — _2025-09-03T09:48:36.000Z_ |
4 | | -###### Diff: [`1ad29d6...37adbb3`](https://github.com/ChromeDevTools/devtools-protocol/compare/1ad29d6...37adbb3) |
| 32 | +###### Diff: [`1ad29d6...bb9208f`](https://github.com/ChromeDevTools/devtools-protocol/compare/1ad29d6...bb9208f) |
5 | 33 |
|
6 | 34 | ```diff |
7 | 35 | @@ domains/Autofill.pdl:22 @@ experimental domain Autofill |
@@ -41916,22 +41944,4 @@ index d4102f5c..6285d9b6 100644 |
41916 | 41944 |
|
41917 | 41945 | # Fired when a prerender attempt is completed. |
41918 | 41946 | experimental event prerenderAttemptCompleted |
41919 | | -``` |
41920 | | - |
41921 | | -## Roll protocol to r1085283 — _2022-12-20T04:28:00.000Z_ |
41922 | | -###### Diff: [`1ff2246...9e8e363`](https://github.com/ChromeDevTools/devtools-protocol/compare/1ff2246...9e8e363) |
41923 | | - |
41924 | | -```diff |
41925 | | -@@ browser_protocol.pdl:9381 @@ experimental domain Storage |
41926 | | - parameters |
41927 | | - string ownerOrigin |
41928 | | - |
41929 | | -+ # Resets the budget for `ownerOrigin` by clearing all budget withdrawals. |
41930 | | -+ experimental command resetSharedStorageBudget |
41931 | | -+ parameters |
41932 | | -+ string ownerOrigin |
41933 | | -+ |
41934 | | - # Enables/disables issuing of sharedStorageAccessed events. |
41935 | | - experimental command setSharedStorageTracking |
41936 | | - parameters |
41937 | 41947 | ``` |
0 commit comments