|
| 1 | +From 25495dd508439d1e942b1519ac08f7f576491f8b Mon Sep 17 00:00:00 2001 |
| 2 | +From: Francois Daoust < [email protected]> |
| 3 | +Date: Fri, 1 Nov 2024 08:52:00 +0100 |
| 4 | +Subject: [PATCH] Drop interfaces now integrated in Turtledove |
| 5 | + |
| 6 | +Pending PR: |
| 7 | +https://github.com/patcg-individual-drafts/private-aggregation-api/pull/166 |
| 8 | +--- |
| 9 | + ed/idl/private-aggregation-api.idl | 30 ------------------------------ |
| 10 | + 1 file changed, 30 deletions(-) |
| 11 | + |
| 12 | +diff --git a/ed/idl/private-aggregation-api.idl b/ed/idl/private-aggregation-api.idl |
| 13 | +index cee17c63f..c0ee78e0c 100644 |
| 14 | +--- a/ed/idl/private-aggregation-api.idl |
| 15 | ++++ b/ed/idl/private-aggregation-api.idl |
| 16 | +@@ -41,33 +41,3 @@ partial interface PrivateAggregation { |
| 17 | + undefined contributeToHistogramOnEvent( |
| 18 | + DOMString event, PAExtendedHistogramContribution contribution); |
| 19 | + }; |
| 20 | +- |
| 21 | +-dictionary AuctionReportBuyersConfig { |
| 22 | +- required bigint bucket; |
| 23 | +- required double scale; |
| 24 | +-}; |
| 25 | +- |
| 26 | +-dictionary AuctionReportBuyerDebugModeConfig { |
| 27 | +- boolean enabled = false; |
| 28 | +- |
| 29 | +- // Must only be provided if `enabled` is true. |
| 30 | +- bigint? debugKey; |
| 31 | +-}; |
| 32 | +- |
| 33 | +-partial dictionary AuctionAdConfig { |
| 34 | +- sequence<bigint> auctionReportBuyerKeys; |
| 35 | +- record<DOMString, AuctionReportBuyersConfig> auctionReportBuyers; |
| 36 | +- AuctionReportBuyerDebugModeConfig auctionReportBuyerDebugModeConfig; |
| 37 | +-}; |
| 38 | +- |
| 39 | +-dictionary ProtectedAudiencePrivateAggregationConfig { |
| 40 | +- USVString aggregationCoordinatorOrigin; |
| 41 | +-}; |
| 42 | +- |
| 43 | +-partial dictionary AuctionAdConfig { |
| 44 | +- ProtectedAudiencePrivateAggregationConfig privateAggregationConfig; |
| 45 | +-}; |
| 46 | +- |
| 47 | +-partial dictionary AuctionAdInterestGroup { |
| 48 | +- ProtectedAudiencePrivateAggregationConfig privateAggregationConfig; |
| 49 | +-}; |
| 50 | +-- |
| 51 | +2.37.1.windows.1 |
| 52 | + |
0 commit comments