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

Fix k-anon cache update in spec #1400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6934,7 +6934,6 @@ navigating to another page. Some implementations, such as Chromium, have chosen
Note: Implementations can consider loading only a portion of these interest groups
at a time to avoid issuing too many requests at once.
1. Let |ig| be a deep copy of |originalInterestGroup|.
1. Run [=update k-anonymity cache for interest group=] for |ig|.
1. Let |request| be a new [=request=] with the following properties:
: [=request/URL=]
:: |ig|'s [=interest group/update url=]
Expand Down Expand Up @@ -7225,6 +7224,7 @@ navigating to another page. Some implementations, such as Chromium, have chosen
1. Set |ig|'s [=interest group/last updated=] to the [=current coarsened wall time=].
1. [=list/Replace=] the [=interest group=] that has |ig|'s [=interest group/owner=] and
[=interest group/name=] in the [=user agent=]'s [=interest group set=] with |ig|.
1. Run [=update k-anonymity cache for interest group=] for |ig|.
1. <i id=abort-update>Abort update</i>: We jump here if some part of the
[=interest group=] update failed. [=iteration/Continue=] to the next [=interest group=] update.

Expand Down