Skip to content

Commit e2c7abc

Browse files
committed
Add patch for ed/idl/turtledove.idl
Drop contributeToHistogramOnEvent method
1 parent f9d8af0 commit e2c7abc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

ed/idlpatches/turtledove.idl.patch

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
From 8ce51859477521fe8b42e73c8e98b049dbafa644 Mon Sep 17 00:00:00 2001
2+
From: Francois Daoust <[email protected]>
3+
Date: Wed, 5 Mar 2025 15:17:58 +0100
4+
Subject: [PATCH] Drop contributeToHistogramOnEvent method
5+
6+
The method is now defined in the base interface in the Private Aggregation API.
7+
8+
Pending https://github.com/WICG/turtledove/issues/1405
9+
---
10+
ed/idl/turtledove.idl | 6 ------
11+
1 file changed, 6 deletions(-)
12+
13+
diff --git a/ed/idl/turtledove.idl b/ed/idl/turtledove.idl
14+
index 64b7ee9c6..b9f50d478 100644
15+
--- a/ed/idl/turtledove.idl
16+
+++ b/ed/idl/turtledove.idl
17+
@@ -220,12 +220,6 @@ dictionary PAExtendedHistogramContribution {
18+
bigint filteringId = 0;
19+
};
20+
21+
-[Exposed=InterestGroupScriptRunnerGlobalScope]
22+
-partial interface PrivateAggregation {
23+
- undefined contributeToHistogramOnEvent(
24+
- DOMString event, PAExtendedHistogramContribution contribution);
25+
-};
26+
-
27+
[Exposed=InterestGroupBiddingAndScoringScriptRunnerGlobalScope]
28+
interface ForDebuggingOnly {
29+
undefined reportAdAuctionWin(USVString url);
30+
--
31+
2.37.1.windows.1
32+

0 commit comments

Comments
 (0)