File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments