|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1515996 — _2025-09-16T13:32:58.000Z_ |
| 4 | +###### Diff: [`54189ca...49b0ae5`](https://github.com/ChromeDevTools/devtools-protocol/compare/54189ca...49b0ae5) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:622 @@ domain Network |
| 8 | + # Cookie path. |
| 9 | + string path |
| 10 | + # Cookie expiration date as the number of seconds since the UNIX epoch. |
| 11 | ++ # The value is set to -1 if the expiry date is not set. |
| 12 | ++ # The value can be null for values that cannot be represented in |
| 13 | ++ # JSON (±Inf). |
| 14 | + number expires |
| 15 | + # Cookie size. |
| 16 | + integer size |
| 17 | +``` |
| 18 | + |
3 | 19 | ## Roll protocol to r1515189 — _2025-09-13T04:29:50.000Z_ |
4 | | -###### Diff: [`0dba65c...622cf99`](https://github.com/ChromeDevTools/devtools-protocol/compare/0dba65c...622cf99) |
| 20 | +###### Diff: [`0dba65c...262032f`](https://github.com/ChromeDevTools/devtools-protocol/compare/0dba65c...262032f) |
5 | 21 |
|
6 | 22 | ```diff |
7 | 23 | @@ domains/IndexedDB.pdl:159 @@ experimental domain IndexedDB |
@@ -41995,33 +42011,4 @@ index d4102f5c..6285d9b6 100644 |
41995 | 42011 | smart-card |
41996 | 42012 | storage-access |
41997 | 42013 | sync-xhr |
41998 | | -``` |
41999 | | - |
42000 | | -## Roll protocol to r1088570 — _2023-01-04T04:27:47.000Z_ |
42001 | | -###### Diff: [`0400c45...253af7d`](https://github.com/ChromeDevTools/devtools-protocol/compare/0400c45...253af7d) |
42002 | | - |
42003 | | -```diff |
42004 | | -@@ browser_protocol.pdl:1092 @@ domain Browser |
42005 | | - protectedMediaIdentifier |
42006 | | - sensors |
42007 | | - storageAccess |
42008 | | -+ topLevelStorageAccess |
42009 | | - videoCapture |
42010 | | - videoCapturePanTiltZoom |
42011 | | - wakeLockScreen |
42012 | | -``` |
42013 | | - |
42014 | | -## Roll protocol to r1087818 — _2022-12-31T04:27:46.000Z_ |
42015 | | -###### Diff: [`47facb7...0400c45`](https://github.com/ChromeDevTools/devtools-protocol/compare/47facb7...0400c45) |
42016 | | - |
42017 | | -```diff |
42018 | | -@@ browser_protocol.pdl:8555 @@ domain Page |
42019 | | - ActivatedInBackground |
42020 | | - EmbedderHostDisallowed |
42021 | | - ActivationNavigationDestroyedBeforeSuccess |
42022 | | -+ TabClosedByUserGesture |
42023 | | -+ TabClosedWithoutUserGesture |
42024 | | - |
42025 | | - # Fired when a prerender attempt is completed. |
42026 | | - experimental event prerenderAttemptCompleted |
42027 | 42014 | ``` |
0 commit comments