|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1452169 — _2025-04-26T04:29:56.000Z_ |
| 4 | +###### Diff: [`22067e8...c2c8409`](https://github.com/ChromeDevTools/devtools-protocol/compare/22067e8...c2c8409) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ js_protocol.pdl:649 @@ domain Debugger |
| 8 | + Runtime.ExecutionContextId executionContextId |
| 9 | + # Content hash of the script, SHA-256. |
| 10 | + string hash |
| 11 | +- # For Wasm modules, the content of the `build_id` custom section. |
| 12 | ++ # For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment. |
| 13 | + string buildId |
| 14 | + # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
| 15 | + optional object executionContextAuxData |
| 16 | +@@ -690,7 +690,7 @@ domain Debugger |
| 17 | + Runtime.ExecutionContextId executionContextId |
| 18 | + # Content hash of the script, SHA-256. |
| 19 | + string hash |
| 20 | +- # For Wasm modules, the content of the `build_id` custom section. |
| 21 | ++ # For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment. |
| 22 | + string buildId |
| 23 | + # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
| 24 | + optional object executionContextAuxData |
| 25 | +``` |
| 26 | + |
3 | 27 | ## Roll protocol to r1451615 — _2025-04-25T04:30:43.000Z_ |
4 | | -###### Diff: [`376b7a3...c92fcc3`](https://github.com/ChromeDevTools/devtools-protocol/compare/376b7a3...c92fcc3) |
| 28 | +###### Diff: [`376b7a3...22067e8`](https://github.com/ChromeDevTools/devtools-protocol/compare/376b7a3...22067e8) |
5 | 29 |
|
6 | 30 | ```diff |
7 | 31 | @@ browser_protocol.pdl:9186 @@ domain Page |
@@ -13809,21 +13833,4 @@ index 8d8211b..2d56043 100644 |
13809 | 13833 |
|
13810 | 13834 | # Fired when a prerender attempt is completed. |
13811 | 13835 | event prerenderAttemptCompleted |
13812 | | -``` |
13813 | | - |
13814 | | -## Roll protocol to r1027518 — _2022-07-23T04:32:37.000Z_ |
13815 | | -###### Diff: [`84a4545...5036b2e`](https://github.com/ChromeDevTools/devtools-protocol/compare/84a4545...5036b2e) |
13816 | | - |
13817 | | -```diff |
13818 | | -@@ js_protocol.pdl:261 @@ domain Debugger |
13819 | | - optional string streamId |
13820 | | - # The total number of lines in the disassembly text. |
13821 | | - integer totalNumberOfLines |
13822 | | -- # The offsets of all function bodies plus one additional entry pointing |
13823 | | -- # one by past the end of the last function. |
13824 | | -+ # The offsets of all function bodies, in the format [start1, end1, |
13825 | | -+ # start2, end2, ...] where all ends are exclusive. |
13826 | | - array of integer functionBodyOffsets |
13827 | | - # The first chunk of disassembly. |
13828 | | - WasmDisassemblyChunk chunk |
13829 | 13836 | ``` |
0 commit comments