|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1515189 — _2025-09-13T04:29:50.000Z_ |
| 4 | +###### Diff: [`0dba65c...622cf99`](https://github.com/ChromeDevTools/devtools-protocol/compare/0dba65c...622cf99) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/IndexedDB.pdl:159 @@ experimental domain IndexedDB |
| 8 | + string databaseName |
| 9 | + # Object store name. |
| 10 | + string objectStoreName |
| 11 | +- # Index name, empty string for object store data requests. |
| 12 | +- string indexName |
| 13 | ++ # Index name. If not specified, it performs an object store data request. |
| 14 | ++ optional string indexName |
| 15 | + # Number of records to skip. |
| 16 | + integer skipCount |
| 17 | + # Number of records to fetch. |
| 18 | +diff --git a/pdl/domains/Page.pdl b/pdl/domains/Page.pdl |
| 19 | +index c9c966b6..c1708696 100644 |
| 20 | +--- a/pdl/domains/Page.pdl |
| 21 | ++++ b/pdl/domains/Page.pdl |
| 22 | +@@ -1577,8 +1577,10 @@ domain Page |
| 23 | + WebXR |
| 24 | + SharedWorker |
| 25 | + SharedWorkerMessage |
| 26 | ++ SharedWorkerWithNoActiveClient |
| 27 | + WebLocks |
| 28 | + WebHID |
| 29 | ++ WebBluetooth |
| 30 | + WebShare |
| 31 | + RequestedStorageAccessGrant |
| 32 | + WebNfc |
| 33 | +diff --git a/pdl/js_protocol.pdl b/pdl/js_protocol.pdl |
| 34 | +index 73da9149..4a386334 100644 |
| 35 | +--- a/pdl/js_protocol.pdl |
| 36 | ++++ b/pdl/js_protocol.pdl |
| 37 | +@@ -794,6 +794,8 @@ experimental domain HeapProfiler |
| 38 | + # Average sample interval in bytes. Poisson distribution is used for the intervals. The |
| 39 | + # default value is 32768 bytes. |
| 40 | + optional number samplingInterval |
| 41 | ++ # Maximum stack depth. The default value is 128. |
| 42 | ++ optional number stackDepth |
| 43 | + # By default, the sampling heap profiler reports only objects which are |
| 44 | + # still alive when the profile is returned via getSamplingProfile or |
| 45 | + # stopSampling, which is useful for determining what functions contribute |
| 46 | +``` |
| 47 | + |
3 | 48 | ## Roll protocol to r1514079 — _2025-09-11T04:31:06.000Z_ |
4 | | -###### Diff: [`60a842d...fbf125f`](https://github.com/ChromeDevTools/devtools-protocol/compare/60a842d...fbf125f) |
| 49 | +###### Diff: [`60a842d...0dba65c`](https://github.com/ChromeDevTools/devtools-protocol/compare/60a842d...0dba65c) |
5 | 50 |
|
6 | 51 | ```diff |
7 | 52 | @@ domains/Accessibility.pdl:110 @@ experimental domain Accessibility |
@@ -41979,20 +42024,4 @@ index d4102f5c..6285d9b6 100644 |
41979 | 42024 |
|
41980 | 42025 | # Fired when a prerender attempt is completed. |
41981 | 42026 | experimental event prerenderAttemptCompleted |
41982 | | -``` |
41983 | | - |
41984 | | -## Roll protocol to r1087713 — _2022-12-30T04:27:43.000Z_ |
41985 | | -###### Diff: [`1e60c0d...47facb7`](https://github.com/ChromeDevTools/devtools-protocol/compare/1e60c0d...47facb7) |
41986 | | - |
41987 | | -```diff |
41988 | | -@@ browser_protocol.pdl:5867 @@ domain Network |
41989 | | - |
41990 | | - # Returns all browser cookies. Depending on the backend support, will return detailed cookie |
41991 | | - # information in the `cookies` field. |
41992 | | -- command getAllCookies |
41993 | | -+ # Deprecated. Use Storage.getCookies instead. |
41994 | | -+ deprecated command getAllCookies |
41995 | | - returns |
41996 | | - # Array of cookie objects. |
41997 | | - array of Cookie cookies |
41998 | 42027 | ``` |
0 commit comments