|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1510016 — _2025-09-03T04:31:02.000Z_ |
| 4 | +###### Diff: [`32c4fdb...cb9a32a`](https://github.com/ChromeDevTools/devtools-protocol/compare/32c4fdb...cb9a32a) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:315 @@ domain Network |
| 8 | + # Whether IP proxy is available |
| 9 | + IpProxyStatus status |
| 10 | + |
| 11 | ++ # Sets bypass IP Protection Proxy boolean. |
| 12 | ++ experimental command setIPProtectionProxyBypassEnabled |
| 13 | ++ parameters |
| 14 | ++ # Whether IP Proxy is being bypassed by devtools; false by default. |
| 15 | ++ boolean enabled |
| 16 | ++ |
| 17 | + # The reason why request was blocked. |
| 18 | + type CorsError extends string |
| 19 | + enum |
| 20 | +``` |
| 21 | + |
3 | 22 | ## Roll protocol to r1509355 — _2025-09-02T04:31:52.000Z_ |
4 | | -###### Diff: [`ede3fcf...ddd2a05`](https://github.com/ChromeDevTools/devtools-protocol/compare/ede3fcf...ddd2a05) |
| 23 | +###### Diff: [`ede3fcf...32c4fdb`](https://github.com/ChromeDevTools/devtools-protocol/compare/ede3fcf...32c4fdb) |
5 | 24 |
|
6 | 25 | ```diff |
7 | 26 | @@ domains/Page.pdl:1600 @@ domain Page |
@@ -41902,42 +41921,4 @@ index d4102f5c..6285d9b6 100644 |
41902 | 41921 | returns |
41903 | 41922 | # The id of the page opened. |
41904 | 41923 | TargetID targetId |
41905 | | -``` |
41906 | | - |
41907 | | -## Roll protocol to r1084174 — _2022-12-16T04:27:47.000Z_ |
41908 | | -###### Diff: [`1e921af...8b04aee`](https://github.com/ChromeDevTools/devtools-protocol/compare/1e921af...8b04aee) |
41909 | | - |
41910 | | -```diff |
41911 | | -@@ browser_protocol.pdl:743 @@ experimental domain Audits |
41912 | | - type GenericIssueErrorType extends string |
41913 | | - enum |
41914 | | - CrossOriginPortalPostMessageError |
41915 | | -+ FormLabelForNameError |
41916 | | - |
41917 | | - # Depending on the concrete errorType, different properties are set. |
41918 | | - type GenericIssueDetails extends object |
41919 | | -@@ -750,6 +751,7 @@ experimental domain Audits |
41920 | | - # Issues with the same errorType are aggregated in the frontend. |
41921 | | - GenericIssueErrorType errorType |
41922 | | - optional Page.FrameId frameId |
41923 | | -+ optional DOM.BackendNodeId violatingNodeId |
41924 | | - |
41925 | | - type DeprecationIssueType extends string |
41926 | | - enum |
41927 | | -@@ -6406,6 +6408,7 @@ domain Network |
41928 | | - ResourceExhausted |
41929 | | - AlreadyExists |
41930 | | - Unavailable |
41931 | | -+ Unauthorized |
41932 | | - BadResponse |
41933 | | - InternalError |
41934 | | - UnknownError |
41935 | | -@@ -8423,6 +8426,7 @@ domain Page |
41936 | | - InjectedJavascript |
41937 | | - InjectedStyleSheet |
41938 | | - KeepaliveRequest |
41939 | | -+ IndexedDBEvent |
41940 | | - Dummy |
41941 | | - AuthorizationHeader |
41942 | | - # Disabled for RenderFrameHost reasons |
41943 | 41924 | ``` |
0 commit comments