|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1490591 — _2025-07-23T04:34:18.000Z_ |
| 4 | +###### Diff: [`4819069...b94871d`](https://github.com/ChromeDevTools/devtools-protocol/compare/4819069...b94871d) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:6508 @@ domain Network |
| 8 | + Security.SecurityState securityState |
| 9 | + # Security details for the request. |
| 10 | + optional SecurityDetails securityDetails |
| 11 | ++ # Indicates whether the request was sent through IP Protection proxies. If |
| 12 | ++ # set to true, the request used the IP Protection privacy feature. |
| 13 | ++ experimental optional boolean isIpProtectionUsed |
| 14 | + |
| 15 | + # WebSocket request data. |
| 16 | + type WebSocketRequest extends object |
| 17 | +``` |
| 18 | + |
3 | 19 | ## Roll protocol to r1488636 — _2025-07-18T04:33:56.000Z_ |
4 | | -###### Diff: [`1103fe1...8a8d5bd`](https://github.com/ChromeDevTools/devtools-protocol/compare/1103fe1...8a8d5bd) |
| 20 | +###### Diff: [`1103fe1...4819069`](https://github.com/ChromeDevTools/devtools-protocol/compare/1103fe1...4819069) |
5 | 21 |
|
6 | 22 | ```diff |
7 | 23 | @@ browser_protocol.pdl:7711 @@ domain Network |
@@ -14021,37 +14037,6 @@ index b3b97fa..6efcf78 100644 |
14021 | 14037 | - # Deprecated: use Page.getAdScriptId instead. |
14022 | 14038 | - experimental deprecated optional AdScriptId adScriptId |
14023 | 14039 |
|
14024 | | - # Fired when frame no longer has a scheduled navigation. |
14025 | | - deprecated event frameClearedScheduledNavigation |
14026 | | -``` |
14027 | | - |
14028 | | -## Roll protocol to r1059612 — _2022-10-15T04:53:37.000Z_ |
14029 | | -###### Diff: [`ddedcee...aca7212`](https://github.com/ChromeDevTools/devtools-protocol/compare/ddedcee...aca7212) |
14030 | | - |
14031 | | -```diff |
14032 | | -@@ browser_protocol.pdl:7682 @@ domain Page |
14033 | | - # Recommendation for manifest's id attribute to match current id computed from start_url |
14034 | | - optional string recommendedId |
14035 | | - |
14036 | | -+ experimental command getAdScriptId |
14037 | | -+ parameters |
14038 | | -+ FrameId frameId |
14039 | | -+ returns |
14040 | | -+ # Identifies the bottom-most script which caused the frame to be labelled |
14041 | | -+ # as an ad. Only sent if frame is labelled as an ad and id is available. |
14042 | | -+ optional AdScriptId adScriptId |
14043 | | -+ |
14044 | | - # Returns all browser cookies for the page and all of its subframes. Depending |
14045 | | - # on the backend support, will return detailed cookie information in the |
14046 | | - # `cookies` field. |
14047 | | -@@ -8129,7 +8137,8 @@ domain Page |
14048 | | - optional Runtime.StackTrace stack |
14049 | | - # Identifies the bottom-most script which caused the frame to be labelled |
14050 | | - # as an ad. Only sent if frame is labelled as an ad and id is available. |
14051 | | -- experimental optional AdScriptId adScriptId |
14052 | | -+ # Deprecated: use Page.getAdScriptId instead. |
14053 | | -+ experimental deprecated optional AdScriptId adScriptId |
14054 | | - |
14055 | 14040 | # Fired when frame no longer has a scheduled navigation. |
14056 | 14041 | deprecated event frameClearedScheduledNavigation |
14057 | 14042 | ``` |
0 commit comments