From db4443c0d25f1af705abb36e6f94700d64a0e6c9 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 4 Nov 2024 20:24:27 +0100 Subject: [PATCH] Drop IDL patch for Private Aggregation API IDL moved to turtledove has now been dropped from the Private Aggregation API. --- .../private-aggregation-api.idl.patch | 74 ------------------- 1 file changed, 74 deletions(-) delete mode 100644 ed/idlpatches/private-aggregation-api.idl.patch diff --git a/ed/idlpatches/private-aggregation-api.idl.patch b/ed/idlpatches/private-aggregation-api.idl.patch deleted file mode 100644 index 68802c414aa1..000000000000 --- a/ed/idlpatches/private-aggregation-api.idl.patch +++ /dev/null @@ -1,74 +0,0 @@ -From 2599ea944dac053b39e34cbda7a208423b3c8ded Mon Sep 17 00:00:00 2001 -From: Francois Daoust -Date: Sat, 2 Nov 2024 11:21:30 +0100 -Subject: [PATCH] Drop interfaces now integrated in Turtledove - -Pending PR: -https://github.com/patcg-individual-drafts/private-aggregation-api/pull/166 ---- - ed/idl/private-aggregation-api.idl | 52 ------------------------------ - 1 file changed, 52 deletions(-) - -diff --git a/ed/idl/private-aggregation-api.idl b/ed/idl/private-aggregation-api.idl -index cee17c63f..c89a4687a 100644 ---- a/ed/idl/private-aggregation-api.idl -+++ b/ed/idl/private-aggregation-api.idl -@@ -19,55 +19,3 @@ dictionary PAHistogramContribution { - dictionary PADebugModeOptions { - required bigint debugKey; - }; -- --partial interface InterestGroupScriptRunnerGlobalScope { -- readonly attribute PrivateAggregation privateAggregation; --}; -- --dictionary PASignalValue { -- required DOMString baseValue; -- double scale; -- (bigint or long) offset; --}; -- --dictionary PAExtendedHistogramContribution { -- required (PASignalValue or bigint) bucket; -- required (PASignalValue or long) value; -- bigint filteringId = 0; --}; -- --[Exposed=InterestGroupScriptRunnerGlobalScope, SecureContext] --partial interface PrivateAggregation { -- undefined contributeToHistogramOnEvent( -- DOMString event, PAExtendedHistogramContribution contribution); --}; -- --dictionary AuctionReportBuyersConfig { -- required bigint bucket; -- required double scale; --}; -- --dictionary AuctionReportBuyerDebugModeConfig { -- boolean enabled = false; -- -- // Must only be provided if `enabled` is true. -- bigint? debugKey; --}; -- --partial dictionary AuctionAdConfig { -- sequence auctionReportBuyerKeys; -- record auctionReportBuyers; -- AuctionReportBuyerDebugModeConfig auctionReportBuyerDebugModeConfig; --}; -- --dictionary ProtectedAudiencePrivateAggregationConfig { -- USVString aggregationCoordinatorOrigin; --}; -- --partial dictionary AuctionAdConfig { -- ProtectedAudiencePrivateAggregationConfig privateAggregationConfig; --}; -- --partial dictionary AuctionAdInterestGroup { -- ProtectedAudiencePrivateAggregationConfig privateAggregationConfig; --}; --- -2.37.1.windows.1 -