Skip to content

Commit

Permalink
[FLEDGE]: Add trustedBiddingSignalsSlotSizeMode to InterestGroups.
Browse files Browse the repository at this point in the history
This CL adds the trustedBiddingSignalsSlotSizeMode to the Protected
Audience API's InterestGroups, and saves them to the database. The
new field currently doesn't have any actual effect.

See WICG/turtledove#928 for API description.

Bug: 1506238
Change-Id: I7133436c813076274822db522ece1a668dba51e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5063314
Commit-Queue: Matt Menke <[email protected]>
Reviewed-by: Russ Hamilton <[email protected]>
Reviewed-by: Ken Buchanan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1231648}
  • Loading branch information
Matt Menke authored and chromium-wpt-export-bot committed Dec 1, 2023
1 parent 3e2d8fc commit ba3a000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fledge/tentative/join-leave-ad-interest-group.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,14 +481,14 @@ const SIMPLE_JOIN_LEAVE_TEST_CASES = [
{ expectJoinSucces: true,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
name: 'a'.repeat(1048524)
name: 'a'.repeat(1048520)
},
testCaseName: "Largest possible interest group dictionary",
},
{ expectJoinSucces: false,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
name: 'a'.repeat(1048525)
name: 'a'.repeat(1048521)
},
testCaseName: "Oversized interest group dictionary",
},
Expand Down

0 comments on commit ba3a000

Please sign in to comment.