|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1583009 — _2026-02-11T05:03:45.000Z_ |
| 4 | +###### Diff: [`17024e1...a5acb9a`](https://github.com/ChromeDevTools/devtools-protocol/compare/17024e1...a5acb9a) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:500 @@ experimental domain Audits |
| 8 | + ConfigNoResponse |
| 9 | + ConfigInvalidResponse |
| 10 | + ConfigInvalidContentType |
| 11 | +- ClientMetadataHttpNotFound |
| 12 | +- ClientMetadataNoResponse |
| 13 | +- ClientMetadataInvalidResponse |
| 14 | +- ClientMetadataInvalidContentType |
| 15 | + IdpNotPotentiallyTrustworthy |
| 16 | + DisabledInSettings |
| 17 | + DisabledInFlags |
| 18 | +@@ -525,11 +521,9 @@ experimental domain Audits |
| 19 | + Canceled |
| 20 | + RpPageNotVisible |
| 21 | + SilentMediationFailure |
| 22 | +- ThirdPartyCookiesBlocked |
| 23 | + NotSignedInWithIdp |
| 24 | + MissingTransientUserActivation |
| 25 | + ReplacedByActiveMode |
| 26 | +- InvalidFieldsSpecified |
| 27 | + RelyingPartyOriginIsOpaque |
| 28 | + TypeNotMatching |
| 29 | + UiDismissedNoEmbargo |
| 30 | +``` |
| 31 | + |
3 | 32 | ## Roll protocol to r1581282 — _2026-02-07T04:51:01.000Z_ |
4 | | -###### Diff: [`e8ee850...6ca3a68`](https://github.com/ChromeDevTools/devtools-protocol/compare/e8ee850...6ca3a68) |
| 33 | +###### Diff: [`e8ee850...17024e1`](https://github.com/ChromeDevTools/devtools-protocol/compare/e8ee850...17024e1) |
5 | 34 |
|
6 | 35 | ```diff |
7 | 36 | @@ domains/Network.pdl:339 @@ domain Network |
@@ -42345,37 +42374,4 @@ index 0dbdc01d..7a3c772c 100644 |
42345 | 42374 | unload |
42346 | 42375 | usb |
42347 | 42376 | vertical-scroll |
42348 | | -``` |
42349 | | - |
42350 | | -## Roll protocol to r1134390 — _2023-04-24T04:27:12.000Z_ |
42351 | | -###### Diff: [`4dd6c67...4e41c0d`](https://github.com/ChromeDevTools/devtools-protocol/compare/4dd6c67...4e41c0d) |
42352 | | - |
42353 | | -```diff |
42354 | | -@@ js_protocol.pdl:632 @@ domain Debugger |
42355 | | - Runtime.ExecutionContextId executionContextId |
42356 | | - # Content hash of the script, SHA-256. |
42357 | | - string hash |
42358 | | -- # Embedder-specific auxiliary data. |
42359 | | -+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
42360 | | - optional object executionContextAuxData |
42361 | | - # URL of source map associated with script (if any). |
42362 | | - optional string sourceMapURL |
42363 | | -@@ -671,7 +671,7 @@ domain Debugger |
42364 | | - Runtime.ExecutionContextId executionContextId |
42365 | | - # Content hash of the script, SHA-256. |
42366 | | - string hash |
42367 | | -- # Embedder-specific auxiliary data. |
42368 | | -+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
42369 | | - optional object executionContextAuxData |
42370 | | - # True, if this script is generated as a result of the live edit operation. |
42371 | | - experimental optional boolean isLiveEdit |
42372 | | -@@ -1284,7 +1284,7 @@ domain Runtime |
42373 | | - # multiple processes, so can be reliably used to identify specific context while backend |
42374 | | - # performs a cross-process navigation. |
42375 | | - experimental string uniqueId |
42376 | | -- # Embedder-specific auxiliary data. |
42377 | | -+ # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
42378 | | - optional object auxData |
42379 | | - |
42380 | | - # Detailed information about exception (or error) that was thrown during script compilation or |
42381 | 42377 | ``` |
0 commit comments