Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions ed/idlpatches/turtledove.idl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
From 8ce51859477521fe8b42e73c8e98b049dbafa644 Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Wed, 5 Mar 2025 15:17:58 +0100
Subject: [PATCH] Drop contributeToHistogramOnEvent method

The method is now defined in the base interface in the Private Aggregation API.

Pending https://github.com/WICG/turtledove/issues/1405
---
ed/idl/turtledove.idl | 6 ------
1 file changed, 6 deletions(-)

diff --git a/ed/idl/turtledove.idl b/ed/idl/turtledove.idl
index 64b7ee9c6..b9f50d478 100644
--- a/ed/idl/turtledove.idl
+++ b/ed/idl/turtledove.idl
@@ -220,12 +220,6 @@ dictionary PAExtendedHistogramContribution {
bigint filteringId = 0;
};

-[Exposed=InterestGroupScriptRunnerGlobalScope]
-partial interface PrivateAggregation {
- undefined contributeToHistogramOnEvent(
- DOMString event, PAExtendedHistogramContribution contribution);
-};
-
[Exposed=InterestGroupBiddingAndScoringScriptRunnerGlobalScope]
interface ForDebuggingOnly {
undefined reportAdAuctionWin(USVString url);
--
2.37.1.windows.1