|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1457408 — _2025-05-08T04:31:17.000Z_ |
| 4 | +###### Diff: [`2edae2a...09122f3`](https://github.com/ChromeDevTools/devtools-protocol/compare/2edae2a...09122f3) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:7959 @@ domain Network |
| 8 | + LoadNetworkResourcePageResult resource |
| 9 | + |
| 10 | + # Sets Controls for third-party cookie access |
| 11 | +- # Page reload is required before the new cookie bahavior will be observed |
| 12 | ++ # Page reload is required before the new cookie behavior will be observed |
| 13 | + experimental command setCookieControls |
| 14 | + parameters |
| 15 | + # Whether 3pc restriction is enabled. |
| 16 | +``` |
| 17 | + |
3 | 18 | ## Roll protocol to r1456738 — _2025-05-07T04:30:59.000Z_ |
4 | | -###### Diff: [`3d03f3d...e2793b5`](https://github.com/ChromeDevTools/devtools-protocol/compare/3d03f3d...e2793b5) |
| 19 | +###### Diff: [`3d03f3d...2edae2a`](https://github.com/ChromeDevTools/devtools-protocol/compare/3d03f3d...2edae2a) |
5 | 20 |
|
6 | 21 | ```diff |
7 | 22 | @@ browser_protocol.pdl:6223 @@ domain Network |
@@ -13870,74 +13885,4 @@ index 8d8211b..2d56043 100644 |
13870 | 13885 |
|
13871 | 13886 | # Details for issues around "Attribution Reporting API" usage. |
13872 | 13887 | # Explainer: https://github.com/WICG/attribution-reporting-api |
13873 | | -``` |
13874 | | - |
13875 | | -## Roll protocol to r1030018 — _2022-07-30T04:33:35.000Z_ |
13876 | | -###### Diff: [`1ad73ad...18fb7c3`](https://github.com/ChromeDevTools/devtools-protocol/compare/1ad73ad...18fb7c3) |
13877 | | - |
13878 | | -```diff |
13879 | | -@@ browser_protocol.pdl:9091 @@ experimental domain Storage |
13880 | | - # Security origin. |
13881 | | - string origin |
13882 | | - |
13883 | | -+ # Registers storage key to be notified when an update occurs to its IndexedDB. |
13884 | | -+ command trackIndexedDBForStorageKey |
13885 | | -+ parameters |
13886 | | -+ # Storage key. |
13887 | | -+ string storageKey |
13888 | | -+ |
13889 | | - # Unregisters origin from receiving notifications for cache storage. |
13890 | | - command untrackCacheStorageForOrigin |
13891 | | - parameters |
13892 | | -@@ -9103,6 +9109,12 @@ experimental domain Storage |
13893 | | - # Security origin. |
13894 | | - string origin |
13895 | | - |
13896 | | -+ # Unregisters storage key from receiving notifications for IndexedDB. |
13897 | | -+ command untrackIndexedDBForStorageKey |
13898 | | -+ parameters |
13899 | | -+ # Storage key. |
13900 | | -+ string storageKey |
13901 | | -+ |
13902 | | - # Returns the number of stored Trust Tokens per issuer for the |
13903 | | - # current browsing context. |
13904 | | - experimental command getTrustTokens |
13905 | | -@@ -9150,6 +9162,8 @@ experimental domain Storage |
13906 | | - parameters |
13907 | | - # Origin to update. |
13908 | | - string origin |
13909 | | -+ # Storage key to update. |
13910 | | -+ string storageKey |
13911 | | - # Database to update. |
13912 | | - string databaseName |
13913 | | - # ObjectStore to update. |
13914 | | -@@ -9160,6 +9174,8 @@ experimental domain Storage |
13915 | | - parameters |
13916 | | - # Origin to update. |
13917 | | - string origin |
13918 | | -+ # Storage key to update. |
13919 | | -+ string storageKey |
13920 | | - |
13921 | | - # One of the interest groups was accessed by the associated page. |
13922 | | - event interestGroupAccessed |
13923 | | -@@ -9330,13 +9346,16 @@ domain Target |
13924 | | - experimental type FilterEntry extends object |
13925 | | - properties |
13926 | | - # If set, causes exclusion of mathcing targets from the list. |
13927 | | -- # The remainder of filter entries in the filter arrat are ignored. |
13928 | | - optional boolean exclude |
13929 | | - # If not present, matches any type. |
13930 | | - optional string type |
13931 | | - |
13932 | | -- # If filter is not specified, the one assumed is [{type: "browser", exclude: true}, {}] |
13933 | | -- # (i.e. include everything but browser). |
13934 | | -+ # The entries in TargetFilter are matched sequentially against targets and |
13935 | | -+ # the first entry that matches determines if the target is included or not, |
13936 | | -+ # depending on the value of `exclude` field in the entry. |
13937 | | -+ # If filter is not specified, the one assumed is |
13938 | | -+ # [{type: "browser", exclude: true}, {type: "tab", exclude: true}, {}] |
13939 | | -+ # (i.e. include everything but `browser` and `tab`). |
13940 | | - experimental type TargetFilter extends array of FilterEntry |
13941 | | - |
13942 | | - experimental type RemoteLocation extends object |
13943 | 13888 | ``` |
0 commit comments