|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1460501 — _2025-05-15T04:31:15.000Z_ |
| 4 | +###### Diff: [`18bb399...816a0b3`](https://github.com/ChromeDevTools/devtools-protocol/compare/18bb399...816a0b3) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:11250 @@ experimental domain Storage |
| 8 | + # duration in seconds |
| 9 | + array of integer ends |
| 10 | + |
| 11 | +- experimental type AttributionReportingTriggerSpec extends object |
| 12 | +- properties |
| 13 | +- # number instead of integer because not all uint32 can be represented by |
| 14 | +- # int |
| 15 | +- array of number triggerData |
| 16 | +- AttributionReportingEventReportWindows eventReportWindows |
| 17 | +- |
| 18 | + experimental type AttributionReportingTriggerDataMatching extends string |
| 19 | + enum |
| 20 | + exact |
| 21 | +@@ -11297,7 +11290,10 @@ experimental domain Storage |
| 22 | + Network.TimeSinceEpoch time |
| 23 | + # duration in seconds |
| 24 | + integer expiry |
| 25 | +- array of AttributionReportingTriggerSpec triggerSpecs |
| 26 | ++ # number instead of integer because not all uint32 can be represented by |
| 27 | ++ # int |
| 28 | ++ array of number triggerData |
| 29 | ++ AttributionReportingEventReportWindows eventReportWindows |
| 30 | + # duration in seconds |
| 31 | + integer aggregatableReportWindow |
| 32 | + AttributionReportingSourceType type |
| 33 | +``` |
| 34 | + |
3 | 35 | ## Roll protocol to r1459876 — _2025-05-14T04:31:17.000Z_ |
4 | | -###### Diff: [`3a3ebb4...20933d9`](https://github.com/ChromeDevTools/devtools-protocol/compare/3a3ebb4...20933d9) |
| 36 | +###### Diff: [`3a3ebb4...18bb399`](https://github.com/ChromeDevTools/devtools-protocol/compare/3a3ebb4...18bb399) |
5 | 37 |
|
6 | 38 | ```diff |
7 | 39 | @@ browser_protocol.pdl:5971 @@ domain Network |
@@ -13858,39 +13890,4 @@ index 8d8211b..2d56043 100644 |
13858 | 13890 | DisabledInSettings |
13859 | 13891 | ErrorFetchingSignin |
13860 | 13892 | InvalidSigninResponse |
13861 | | -``` |
13862 | | - |
13863 | | -## Roll protocol to r1030896 — _2022-08-03T04:47:29.000Z_ |
13864 | | -###### Diff: [`750f434...ced9091`](https://github.com/ChromeDevTools/devtools-protocol/compare/750f434...ced9091) |
13865 | | - |
13866 | | -```diff |
13867 | | -@@ browser_protocol.pdl:481 @@ experimental domain Audits |
13868 | | - ExcludeSameSiteStrict |
13869 | | - ExcludeInvalidSameParty |
13870 | | - ExcludeSamePartyCrossPartyContext |
13871 | | -+ ExcludeDomainNonASCII |
13872 | | - |
13873 | | - type CookieWarningReason extends string |
13874 | | - enum |
13875 | | -@@ -493,6 +494,7 @@ experimental domain Audits |
13876 | | - WarnSameSiteLaxCrossDowngradeStrict |
13877 | | - WarnSameSiteLaxCrossDowngradeLax |
13878 | | - WarnAttributeValueExceedsMaxSize |
13879 | | -+ WarnDomainNonASCII |
13880 | | - |
13881 | | - type CookieOperation extends string |
13882 | | - enum |
13883 | | -@@ -4181,8 +4183,11 @@ experimental domain IndexedDB |
13884 | | - # Requests database names for given security origin. |
13885 | | - command requestDatabaseNames |
13886 | | - parameters |
13887 | | -+ # At least and at most one of securityOrigin, storageKey must be specified. |
13888 | | - # Security origin. |
13889 | | -- string securityOrigin |
13890 | | -+ optional string securityOrigin |
13891 | | -+ # Storage key. |
13892 | | -+ optional string storageKey |
13893 | | - returns |
13894 | | - # Database names for origin. |
13895 | | - array of string databaseNames |
13896 | 13893 | ``` |
0 commit comments