|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1624250 — _2026-05-02T05:22:23.000Z_ |
| 4 | +###### Diff: [`470fb6a...0e0ce12`](https://github.com/ChromeDevTools/devtools-protocol/compare/470fb6a...0e0ce12) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Page.pdl:168 @@ domain Page |
| 8 | + sub-apps |
| 9 | + summarizer |
| 10 | + sync-xhr |
| 11 | ++ tools |
| 12 | + translator |
| 13 | + unload |
| 14 | + usb |
| 15 | +``` |
| 16 | + |
3 | 17 | ## Roll protocol to r1621552 — _2026-04-28T05:34:17.000Z_ |
4 | | -###### Diff: [`e0946be...0a44e87`](https://github.com/ChromeDevTools/devtools-protocol/compare/e0946be...0a44e87) |
| 18 | +###### Diff: [`e0946be...470fb6a`](https://github.com/ChromeDevTools/devtools-protocol/compare/e0946be...470fb6a) |
5 | 19 |
|
6 | 20 | ```diff |
7 | 21 | @@ domains/DOM.pdl:44 @@ domain DOM |
@@ -42882,87 +42896,4 @@ index 4754f17c..8dad9c98 100644 |
42882 | 42896 |
|
42883 | 42897 | # TODO(crbug.com/1458532): Add other Attribution Reporting events, e.g. |
42884 | 42898 | # trigger registration. |
42885 | | -``` |
42886 | | - |
42887 | | -## Roll protocol to r1166296 — _2023-07-06T04:28:50.000Z_ |
42888 | | -###### Diff: [`02fc905...f3b3b51`](https://github.com/ChromeDevTools/devtools-protocol/compare/02fc905...f3b3b51) |
42889 | | - |
42890 | | -```diff |
42891 | | -@@ browser_protocol.pdl:1562 @@ experimental domain CSS |
42892 | | - ContainerRule |
42893 | | - LayerRule |
42894 | | - ScopeRule |
42895 | | -+ StyleRule |
42896 | | - |
42897 | | - # CSS coverage information. |
42898 | | - type RuleUsage extends object |
42899 | | -@@ -9655,6 +9656,69 @@ experimental domain Storage |
42900 | | - # If enabled, noise is suppressed and reports are sent immediately. |
42901 | | - boolean enabled |
42902 | | - |
42903 | | -+ # Enables/disables issuing of Attribution Reporting events. |
42904 | | -+ experimental command setAttributionReportingTracking |
42905 | | -+ parameters |
42906 | | -+ boolean enable |
42907 | | -+ |
42908 | | -+ experimental type AttributionReportingSourceType extends string |
42909 | | -+ enum |
42910 | | -+ navigation |
42911 | | -+ event |
42912 | | -+ |
42913 | | -+ experimental type UnsignedInt64AsBase10 extends string |
42914 | | -+ experimental type UnsignedInt128AsBase16 extends string |
42915 | | -+ experimental type SignedInt64AsBase10 extends string |
42916 | | -+ |
42917 | | -+ experimental type AttributionReportingFilterDataEntry extends object |
42918 | | -+ properties |
42919 | | -+ string key |
42920 | | -+ array of string values |
42921 | | -+ |
42922 | | -+ experimental type AttributionReportingAggregationKeysEntry extends object |
42923 | | -+ properties |
42924 | | -+ string key |
42925 | | -+ UnsignedInt128AsBase16 value |
42926 | | -+ |
42927 | | -+ experimental type AttributionReportingSourceRegistration extends object |
42928 | | -+ properties |
42929 | | -+ Network.TimeSinceEpoch time |
42930 | | -+ # duration in seconds |
42931 | | -+ optional integer expiry |
42932 | | -+ # duration in seconds |
42933 | | -+ optional integer eventReportWindow |
42934 | | -+ # duration in seconds |
42935 | | -+ optional integer aggregatableReportWindow |
42936 | | -+ AttributionReportingSourceType type |
42937 | | -+ string sourceOrigin |
42938 | | -+ string reportingOrigin |
42939 | | -+ array of string destinationSites |
42940 | | -+ UnsignedInt64AsBase10 eventId |
42941 | | -+ SignedInt64AsBase10 priority |
42942 | | -+ array of AttributionReportingFilterDataEntry filterData |
42943 | | -+ array of AttributionReportingAggregationKeysEntry aggregationKeys |
42944 | | -+ optional UnsignedInt64AsBase10 debugKey |
42945 | | -+ |
42946 | | -+ experimental type AttributionReportingSourceRegistrationResult extends string |
42947 | | -+ enum |
42948 | | -+ success |
42949 | | -+ internalError |
42950 | | -+ insufficientSourceCapacity |
42951 | | -+ insufficientUniqueDestinationCapacity |
42952 | | -+ excessiveReportingOrigins |
42953 | | -+ prohibitedByBrowserPolicy |
42954 | | -+ successNoised |
42955 | | -+ destinationReportingLimitReached |
42956 | | -+ destinationGlobalLimitReached |
42957 | | -+ destinationBothLimitsReached |
42958 | | -+ |
42959 | | -+ # TODO(crbug.com/1458532): Add other Attribution Reporting events, e.g. |
42960 | | -+ # trigger registration. |
42961 | | -+ experimental event attributionReportingSourceRegistered |
42962 | | -+ parameters |
42963 | | -+ AttributionReportingSourceRegistration registration |
42964 | | -+ AttributionReportingSourceRegistrationResult result |
42965 | | -+ |
42966 | | - # The SystemInfo domain defines methods and events for querying low-level system information. |
42967 | | - experimental domain SystemInfo |
42968 | 42899 | ``` |
0 commit comments