Skip to content

Commit cc176f6

Browse files
authored
Add patch for ed/idl/private-aggregation-api.idl (#1377)
Drop interfaces now integrated in Turtledove
1 parent 6c432b7 commit cc176f6

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

ed/idlpatches/private-aggregation-api.idl.patch

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
1-
From 25495dd508439d1e942b1519ac08f7f576491f8b Mon Sep 17 00:00:00 2001
1+
From 2599ea944dac053b39e34cbda7a208423b3c8ded Mon Sep 17 00:00:00 2001
22
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
44
Subject: [PATCH] Drop interfaces now integrated in Turtledove
55

66
Pending PR:
77
https://github.com/patcg-individual-drafts/private-aggregation-api/pull/166
88
---
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(-)
1111

1212
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
1414
--- a/ed/idl/private-aggregation-api.idl
1515
+++ 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;
1919
};
2020
-
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+
-
2143
-dictionary AuctionReportBuyersConfig {
2244
- required bigint bucket;
2345
- required double scale;

0 commit comments

Comments
 (0)