|
1 | | -From 25495dd508439d1e942b1519ac08f7f576491f8b Mon Sep 17 00:00:00 2001 |
| 1 | +From 2599ea944dac053b39e34cbda7a208423b3c8ded Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Francois Daoust < [email protected]> |
3 | | -Date: Fri, 1 Nov 2024 08:52:00 +0100 |
| 3 | +Date: Sat, 2 Nov 2024 11:21:30 +0100 |
4 | 4 | Subject: [PATCH] Drop interfaces now integrated in Turtledove |
5 | 5 |
|
6 | 6 | Pending PR: |
7 | 7 | https://github.com/patcg-individual-drafts/private-aggregation-api/pull/166 |
8 | 8 | --- |
9 | | - ed/idl/private-aggregation-api.idl | 30 ------------------------------ |
10 | | - 1 file changed, 30 deletions(-) |
| 9 | + ed/idl/private-aggregation-api.idl | 52 ------------------------------ |
| 10 | + 1 file changed, 52 deletions(-) |
11 | 11 |
|
12 | 12 | diff --git a/ed/idl/private-aggregation-api.idl b/ed/idl/private-aggregation-api.idl |
13 | | -index cee17c63f..c0ee78e0c 100644 |
| 13 | +index cee17c63f..c89a4687a 100644 |
14 | 14 | --- a/ed/idl/private-aggregation-api.idl |
15 | 15 | +++ b/ed/idl/private-aggregation-api.idl |
16 | | -@@ -41,33 +41,3 @@ partial interface PrivateAggregation { |
17 | | - undefined contributeToHistogramOnEvent( |
18 | | - DOMString event, PAExtendedHistogramContribution contribution); |
| 16 | +@@ -19,55 +19,3 @@ dictionary PAHistogramContribution { |
| 17 | + dictionary PADebugModeOptions { |
| 18 | + required bigint debugKey; |
19 | 19 | }; |
20 | 20 | - |
| 21 | +-partial interface InterestGroupScriptRunnerGlobalScope { |
| 22 | +- readonly attribute PrivateAggregation privateAggregation; |
| 23 | +-}; |
| 24 | +- |
| 25 | +-dictionary PASignalValue { |
| 26 | +- required DOMString baseValue; |
| 27 | +- double scale; |
| 28 | +- (bigint or long) offset; |
| 29 | +-}; |
| 30 | +- |
| 31 | +-dictionary PAExtendedHistogramContribution { |
| 32 | +- required (PASignalValue or bigint) bucket; |
| 33 | +- required (PASignalValue or long) value; |
| 34 | +- bigint filteringId = 0; |
| 35 | +-}; |
| 36 | +- |
| 37 | +-[Exposed=InterestGroupScriptRunnerGlobalScope, SecureContext] |
| 38 | +-partial interface PrivateAggregation { |
| 39 | +- undefined contributeToHistogramOnEvent( |
| 40 | +- DOMString event, PAExtendedHistogramContribution contribution); |
| 41 | +-}; |
| 42 | +- |
21 | 43 | -dictionary AuctionReportBuyersConfig { |
22 | 44 | - required bigint bucket; |
23 | 45 | - required double scale; |
|
0 commit comments