|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1488040 — _2025-07-17T04:33:47.000Z_ |
| 4 | +###### Diff: [`15a4967...5c01b39`](https://github.com/ChromeDevTools/devtools-protocol/compare/15a4967...5c01b39) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:2559 @@ experimental domain CSS |
| 8 | + # A list of CSS at-function rules referenced by styles of this node. |
| 9 | + experimental optional array of CSSFunctionRule cssFunctionRules |
| 10 | + |
| 11 | ++ # Returns the values of the default UA-defined environment variables used in env() |
| 12 | ++ experimental command getEnvironmentVariables |
| 13 | ++ returns |
| 14 | ++ object environmentVariables |
| 15 | ++ |
| 16 | + # Returns all media queries parsed by the rendering engine. |
| 17 | + command getMediaQueries |
| 18 | + returns |
| 19 | +@@ -9447,6 +9452,8 @@ domain Page |
| 20 | + optional Network.LoaderId loaderId |
| 21 | + # User friendly error message, present if and only if navigation has failed. |
| 22 | + optional string errorText |
| 23 | ++ # Whether the navigation resulted in a download. |
| 24 | ++ experimental optional boolean isDownload |
| 25 | + |
| 26 | + # Navigates current page to the given history entry. |
| 27 | + command navigateToHistoryEntry |
| 28 | +``` |
| 29 | + |
3 | 30 | ## Roll protocol to r1487398 — _2025-07-16T04:33:49.000Z_ |
4 | | -###### Diff: [`9d397ca...af429b0`](https://github.com/ChromeDevTools/devtools-protocol/compare/9d397ca...af429b0) |
| 31 | +###### Diff: [`9d397ca...15a4967`](https://github.com/ChromeDevTools/devtools-protocol/compare/9d397ca...15a4967) |
5 | 32 |
|
6 | 33 | ```diff |
7 | 34 | @@ browser_protocol.pdl:3751 @@ domain DOM |
@@ -14021,74 +14048,4 @@ index b3b97fa..6efcf78 100644 |
14021 | 14048 | optional array of HeaderEntry headers |
14022 | 14049 | # If set, overrides response interception behavior for this request. |
14023 | 14050 | experimental optional boolean interceptResponse |
14024 | | -``` |
14025 | | - |
14026 | | -## Roll protocol to r1057312 — _2022-10-11T04:55:46.000Z_ |
14027 | | -###### Diff: [`02af7d8...366164c`](https://github.com/ChromeDevTools/devtools-protocol/compare/02af7d8...366164c) |
14028 | | - |
14029 | | -```diff |
14030 | | -@@ js_protocol.pdl:918 @@ domain Profiler |
14031 | | - # Functions contained in the script that has coverage data. |
14032 | | - array of FunctionCoverage functions |
14033 | | - |
14034 | | -- # Describes a type collected during runtime. |
14035 | | -- experimental type TypeObject extends object |
14036 | | -- properties |
14037 | | -- # Name of a type collected with type profiling. |
14038 | | -- string name |
14039 | | -- |
14040 | | -- # Source offset and types for a parameter or return value. |
14041 | | -- experimental type TypeProfileEntry extends object |
14042 | | -- properties |
14043 | | -- # Source offset of the parameter or end of function for return values. |
14044 | | -- integer offset |
14045 | | -- # The types for this parameter or return value. |
14046 | | -- array of TypeObject types |
14047 | | -- |
14048 | | -- # Type profile data collected during runtime for a JavaScript script. |
14049 | | -- experimental type ScriptTypeProfile extends object |
14050 | | -- properties |
14051 | | -- # JavaScript script id. |
14052 | | -- Runtime.ScriptId scriptId |
14053 | | -- # JavaScript script name or url. |
14054 | | -- string url |
14055 | | -- # Type profile entries for parameters and return values of the functions in the script. |
14056 | | -- array of TypeProfileEntry entries |
14057 | | -- |
14058 | | - command disable |
14059 | | - |
14060 | | - command enable |
14061 | | -@@ -976,9 +952,6 @@ domain Profiler |
14062 | | - # Monotonically increasing time (in seconds) when the coverage update was taken in the backend. |
14063 | | - number timestamp |
14064 | | - |
14065 | | -- # Enable type profile. |
14066 | | -- experimental command startTypeProfile |
14067 | | -- |
14068 | | - command stop |
14069 | | - returns |
14070 | | - # Recorded profile. |
14071 | | -@@ -988,9 +961,6 @@ domain Profiler |
14072 | | - # executing optimized code. |
14073 | | - command stopPreciseCoverage |
14074 | | - |
14075 | | -- # Disable type profile. Disabling releases type profile data collected so far. |
14076 | | -- experimental command stopTypeProfile |
14077 | | -- |
14078 | | - # Collect coverage data for the current isolate, and resets execution counters. Precise code |
14079 | | - # coverage needs to have started. |
14080 | | - command takePreciseCoverage |
14081 | | -@@ -1000,12 +970,6 @@ domain Profiler |
14082 | | - # Monotonically increasing time (in seconds) when the coverage update was taken in the backend. |
14083 | | - number timestamp |
14084 | | - |
14085 | | -- # Collect type profile. |
14086 | | -- experimental command takeTypeProfile |
14087 | | -- returns |
14088 | | -- # Type profile for all scripts since startTypeProfile() was turned on. |
14089 | | -- array of ScriptTypeProfile result |
14090 | | -- |
14091 | | - event consoleProfileFinished |
14092 | | - parameters |
14093 | | - string id |
14094 | 14051 | ``` |
0 commit comments