generated from privacycg/template
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Enqueue the following steps is wrong #50
Labels
needs edit
This issue is waiting on a PR to be written.
Comments
johannhof
added a commit
to johannhof/storage-access
that referenced
this issue
Feb 4, 2021
Fixes privacycg#50, privacycg#69 This is based on some of Anne's feedback around how we run async steps in parallel and queue tasks for resolving promises instead of what we were doing before. This also moves a bunch of things that probably don't need to happen in parallel (and don't happen in parallel in at least Gecko and WebKit) out of the async steps.
VN.GLOVES |
johannhof
added a commit
to johannhof/storage-access
that referenced
this issue
Feb 12, 2021
Fixes privacycg#50, privacycg#69 This is based on some of Anne's feedback around how we run async steps in parallel and queue tasks for resolving promises instead of what we were doing before. This also moves a bunch of things that probably don't need to happen in parallel (and don't happen in parallel in at least Gecko and WebKit) out of the async steps.
johnwilander
pushed a commit
that referenced
this issue
Apr 20, 2021
* Always require activation for requestStorageAccess (fixes #36) This also removes outdated references to the WebKit and Gecko code, both of which now also need to change to adhere to the new spec. * Fix async steps in hasStorageAccess and requestStorageAccess. Fixes #50, #69 This is based on some of Anne's feedback around how we run async steps in parallel and queue tasks for resolving promises instead of what we were doing before. This also moves a bunch of things that probably don't need to happen in parallel (and don't happen in parallel in at least Gecko and WebKit) out of the async steps. * Apply suggestions from code review Co-authored-by: Anne van Kesteren <annevk@annevk.nl> Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This needs to queue a task.
The text was updated successfully, but these errors were encountered: