|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1484773 — _2025-07-10T04:32:32.000Z_ |
| 4 | +###### Diff: [`3952063...0bf3c43`](https://github.com/ChromeDevTools/devtools-protocol/compare/3952063...0bf3c43) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:1748 @@ domain Browser |
| 8 | + # with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged. |
| 9 | + Bounds bounds |
| 10 | + |
| 11 | ++ # Set size of the browser contents resizing browser window as necessary. |
| 12 | ++ experimental command setContentsSize |
| 13 | ++ parameters |
| 14 | ++ # Browser window id. |
| 15 | ++ WindowID windowId |
| 16 | ++ # The window contents width in DIP. Assumes current width if omitted. |
| 17 | ++ # Must be specified if 'height' is omitted. |
| 18 | ++ optional integer width |
| 19 | ++ # The window contents height in DIP. Assumes current height if omitted. |
| 20 | ++ # Must be specified if 'width' is omitted. |
| 21 | ++ optional integer height |
| 22 | ++ |
| 23 | + # Set dock tile details, platform-specific. |
| 24 | + experimental command setDockTile |
| 25 | + parameters |
| 26 | +``` |
| 27 | + |
3 | 28 | ## Roll protocol to r1483532 — _2025-07-08T04:32:14.000Z_ |
4 | | -###### Diff: [`71d5e25...74ee0a2`](https://github.com/ChromeDevTools/devtools-protocol/compare/71d5e25...74ee0a2) |
| 29 | +###### Diff: [`71d5e25...3952063`](https://github.com/ChromeDevTools/devtools-protocol/compare/71d5e25...3952063) |
5 | 30 |
|
6 | 31 | ```diff |
7 | 32 | @@ browser_protocol.pdl:3386 @@ domain DOM |
@@ -14059,31 +14084,4 @@ index b3b97fa..6efcf78 100644 |
14059 | 14084 |
|
14060 | 14085 | # Issued when the domain is enabled with handleAuthRequests set to true. |
14061 | 14086 | # The request is paused until client responds with continueWithAuth. |
14062 | | -``` |
14063 | | - |
14064 | | -## Roll protocol to r1055599 — _2022-10-06T04:34:37.000Z_ |
14065 | | -###### Diff: [`221d16f...871805f`](https://github.com/ChromeDevTools/devtools-protocol/compare/221d16f...871805f) |
14066 | | - |
14067 | | -```diff |
14068 | | -@@ browser_protocol.pdl:7166 @@ domain Page |
14069 | | - geolocation |
14070 | | - gyroscope |
14071 | | - hid |
14072 | | -- identity-credential-get |
14073 | | -+ identity-credentials-get |
14074 | | - idle-detection |
14075 | | - interest-cohort |
14076 | | - join-ad-interest-group |
14077 | | -@@ -7682,8 +7682,9 @@ domain Page |
14078 | | - # Recommendation for manifest's id attribute to match current id computed from start_url |
14079 | | - optional string recommendedId |
14080 | | - |
14081 | | -- # Returns all browser cookies. Depending on the backend support, will return detailed cookie |
14082 | | -- # information in the `cookies` field. |
14083 | | -+ # Returns all browser cookies for the page and all of its subframes. Depending |
14084 | | -+ # on the backend support, will return detailed cookie information in the |
14085 | | -+ # `cookies` field. |
14086 | | - experimental deprecated command getCookies |
14087 | | - # Use 'Network.getCookies' instead |
14088 | | - redirect Network |
14089 | 14087 | ``` |
0 commit comments