|
1 | 1 |
|
2 | 2 |
|
3 | 3 | ## Roll protocol to r1560991 — _2025-12-19T04:33:52.000Z_ |
4 | | -###### Diff: [`ead0e84...48f305d`](https://github.com/ChromeDevTools/devtools-protocol/compare/ead0e84...48f305d) |
| 4 | +###### Diff: [`ead0e84...2b34c65`](https://github.com/ChromeDevTools/devtools-protocol/compare/ead0e84...2b34c65) |
5 | 5 |
|
6 | 6 | ```diff |
7 | 7 | @@ domains/Network.pdl:166 @@ domain Network |
@@ -42110,30 +42110,4 @@ index 0dbdc01d..7a3c772c 100644 |
42110 | 42110 | # The frame id of the frame initiating prerender. |
42111 | 42111 | Page.FrameId initiatingFrameId |
42112 | 42112 | string prerenderingUrl |
42113 | | -``` |
42114 | | - |
42115 | | -## Roll protocol to r1120367 — _2023-03-22T04:27:34.000Z_ |
42116 | | -###### Diff: [`d451302...7bd9b6c`](https://github.com/ChromeDevTools/devtools-protocol/compare/d451302...7bd9b6c) |
42117 | | - |
42118 | | -```diff |
42119 | | -@@ browser_protocol.pdl:756 @@ experimental domain Audits |
42120 | | - FormInputAssignedAutocompleteValueToIdOrNameAttributeError |
42121 | | - FormLabelHasNeitherForNorNestedInput |
42122 | | - FormLabelForMatchesNonExistingIdError |
42123 | | -+ FormInputHasWrongButWellIntendedAutocompleteValueError |
42124 | | - |
42125 | | - # Depending on the concrete errorType, different properties are set. |
42126 | | - type GenericIssueDetails extends object |
42127 | | -@@ -10903,9 +10904,10 @@ experimental domain Preload |
42128 | | - string prerenderingUrl |
42129 | | - PreloadingStatus status |
42130 | | - |
42131 | | -- # Send a list of sources for all preloading attempts. |
42132 | | -+ # Send a list of sources for all preloading attempts in a document. |
42133 | | - event preloadingAttemptSourcesUpdated |
42134 | | - parameters |
42135 | | -+ Network.LoaderId loaderId |
42136 | | - array of PreloadingAttemptSource preloadingAttemptSources |
42137 | | - |
42138 | | - # This domain allows interacting with the FedCM dialog. |
42139 | 42113 | ``` |
0 commit comments