|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1526665 — _2025-10-08T04:31:07.000Z_ |
| 4 | +###### Diff: [`0d43ecd...4c1c3f3`](https://github.com/ChromeDevTools/devtools-protocol/compare/0d43ecd...4c1c3f3) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:1129 @@ domain Network |
| 8 | + # WebRTC packetReordering feature. |
| 9 | + experimental optional boolean packetReordering |
| 10 | + |
| 11 | +- # Activates emulation of network conditions for individual requests using URL match patterns. |
| 12 | ++ # Activates emulation of network conditions for individual requests using URL match patterns. Unlike the deprecated |
| 13 | ++ # Network.emulateNetworkConditions this method does not affect `navigator` state. Use Network.overrideNetworkState to |
| 14 | ++ # explicitly modify `navigator` behavior. |
| 15 | + experimental command emulateNetworkConditionsByRule |
| 16 | + parameters |
| 17 | + # True to emulate internet disconnection. |
| 18 | +``` |
| 19 | + |
3 | 20 | ## Roll protocol to r1526016 — _2025-10-07T04:31:13.000Z_ |
4 | | -###### Diff: [`a73a111...cce2fe7`](https://github.com/ChromeDevTools/devtools-protocol/compare/a73a111...cce2fe7) |
| 21 | +###### Diff: [`a73a111...0d43ecd`](https://github.com/ChromeDevTools/devtools-protocol/compare/a73a111...0d43ecd) |
5 | 22 |
|
6 | 23 | ```diff |
7 | 24 | @@ domains/Browser.pdl:103 @@ domain Browser |
@@ -42077,20 +42094,6 @@ index d4102f5c..6285d9b6 100644 |
42077 | 42094 | FormAriaLabelledByToNonExistingId |
42078 | 42095 | + FormInputAssignedAutocompleteValueToIdOrNameAttributeError |
42079 | 42096 |
|
42080 | | - # Depending on the concrete errorType, different properties are set. |
42081 | | - type GenericIssueDetails extends object |
42082 | | -``` |
42083 | | - |
42084 | | -## Roll protocol to r1098258 — _2023-01-28T04:27:44.000Z_ |
42085 | | -###### Diff: [`a73bac7...58bc3b6`](https://github.com/ChromeDevTools/devtools-protocol/compare/a73bac7...58bc3b6) |
42086 | | - |
42087 | | -```diff |
42088 | | -@@ browser_protocol.pdl:748 @@ experimental domain Audits |
42089 | | - FormInputWithNoLabelError |
42090 | | - FormAutocompleteAttributeEmptyError |
42091 | | - FormEmptyIdAndNameAttributesForInputError |
42092 | | -+ FormAriaLabelledByToNonExistingId |
42093 | | - |
42094 | 42097 | # Depending on the concrete errorType, different properties are set. |
42095 | 42098 | type GenericIssueDetails extends object |
42096 | 42099 | ``` |
0 commit comments