|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1681094 — _2026-08-18T04:35:11.000Z_ |
| 4 | +###### Diff: [`66fa447...db1debe`](https://github.com/ChromeDevTools/devtools-protocol/compare/66fa447...db1debe) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Emulation.pdl:570 @@ domain Emulation |
| 8 | + # Hardware concurrency to report |
| 9 | + integer hardwareConcurrency |
| 10 | + |
| 11 | ++ # Overrides the value of navigator.cpuPerformance |
| 12 | ++ experimental command setCPUPerformanceOverride |
| 13 | ++ parameters |
| 14 | ++ # Override value. Omitting the parameter disables the override. |
| 15 | ++ optional enum performanceTier |
| 16 | ++ # Tier 0: Unknown |
| 17 | ++ unknown |
| 18 | ++ # Tier 1: Low |
| 19 | ++ low |
| 20 | ++ # Tier 2: Mid |
| 21 | ++ mid |
| 22 | ++ # Tier 3: High |
| 23 | ++ high |
| 24 | ++ # Tier 4: Ultra |
| 25 | ++ ultra |
| 26 | ++ |
| 27 | + # Allows overriding user agent with the given string. |
| 28 | + # `userAgentMetadata` must be set for Client Hint headers to be sent. |
| 29 | + command setUserAgentOverride |
| 30 | +``` |
| 31 | + |
3 | 32 | ## Roll protocol to r1680125 — _2026-08-15T04:37:29.000Z_ |
4 | | -###### Diff: [`9af7dce...d256929`](https://github.com/ChromeDevTools/devtools-protocol/compare/9af7dce...d256929) |
| 33 | +###### Diff: [`9af7dce...66fa447`](https://github.com/ChromeDevTools/devtools-protocol/compare/9af7dce...66fa447) |
5 | 34 |
|
6 | 35 | ```diff |
7 | 36 | @@ domains/Page.pdl:131 @@ domain Page |
@@ -43229,36 +43258,4 @@ index 4754f17c..8dad9c98 100644 |
43229 | 43258 | # Total number of bytes received for this request so far. |
43230 | 43259 | number encodedDataLength |
43231 | 43260 | # Timing information for the given request. |
43232 | | -``` |
43233 | | - |
43234 | | -## Roll protocol to r1227218 — _2023-11-21T04:27:08.000Z_ |
43235 | | -###### Diff: [`9a97892...60572e5`](https://github.com/ChromeDevTools/devtools-protocol/compare/9a97892...60572e5) |
43236 | | - |
43237 | | -```diff |
43238 | | -@@ browser_protocol.pdl:5827 @@ domain Network |
43239 | | - # Cookie Priority |
43240 | | - experimental CookiePriority priority |
43241 | | - # True if cookie is SameParty. |
43242 | | -- experimental boolean sameParty |
43243 | | -+ experimental deprecated boolean sameParty |
43244 | | - # Cookie source scheme type. |
43245 | | - experimental CookieSourceScheme sourceScheme |
43246 | | - # Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. |
43247 | | -@@ -8155,16 +8155,6 @@ domain Page |
43248 | | - # as an ad. Only sent if frame is labelled as an ad and id is available. |
43249 | | - optional AdScriptId adScriptId |
43250 | | - |
43251 | | -- # Returns all browser cookies for the page and all of its subframes. Depending |
43252 | | -- # on the backend support, will return detailed cookie information in the |
43253 | | -- # `cookies` field. |
43254 | | -- experimental deprecated command getCookies |
43255 | | -- # Use 'Network.getCookies' instead |
43256 | | -- redirect Network |
43257 | | -- returns |
43258 | | -- # Array of cookie objects. |
43259 | | -- array of Network.Cookie cookies |
43260 | | -- |
43261 | | - # Returns present frame tree structure. |
43262 | | - command getFrameTree |
43263 | | - returns |
43264 | 43261 | ``` |
0 commit comments