Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add patch for ed/idl/private-aggregation-api.idl #1336

Merged
merged 1 commit into from
Sep 10, 2024
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
39 changes: 39 additions & 0 deletions ed/idlpatches/private-aggregation-api.idl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
From 58debc231be1cdfdeaae2416fac5cb8827ec987e Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Tue, 10 Sep 2024 11:11:22 +0200
Subject: [PATCH] Drop IDL moved to Shared Storage API

Pending removal from spec:
https://github.com/patcg-individual-drafts/private-aggregation-api/pull/160
---
ed/idl/private-aggregation-api.idl | 14 --------------
1 file changed, 14 deletions(-)

diff --git a/ed/idl/private-aggregation-api.idl b/ed/idl/private-aggregation-api.idl
index 9c3ba12dc..cee17c63f 100644
--- a/ed/idl/private-aggregation-api.idl
+++ b/ed/idl/private-aggregation-api.idl
@@ -20,20 +20,6 @@ dictionary PADebugModeOptions {
required bigint debugKey;
};

-partial interface SharedStorageWorkletGlobalScope {
- readonly attribute PrivateAggregation privateAggregation;
-};
-
-dictionary SharedStoragePrivateAggregationConfig {
- USVString aggregationCoordinatorOrigin;
- USVString contextId;
- [EnforceRange] unsigned long long filteringIdMaxBytes;
-};
-
-partial dictionary SharedStorageRunOperationMethodOptions {
- SharedStoragePrivateAggregationConfig privateAggregationConfig;
-};
-
partial interface InterestGroupScriptRunnerGlobalScope {
readonly attribute PrivateAggregation privateAggregation;
};
--
2.42.0.windows.2

Loading