RESOLVED FIXED 212114
Storage Access API: Allow configurable storage access scope
https://bugs.webkit.org/show_bug.cgi?id=212114
Summary Storage Access API: Allow configurable storage access scope
John Wilander
Reported 2020-05-19 17:27:35 PDT
The scope of storage access as per-frame or per-page was discussed in the standards process here: https://github.com/privacycg/storage-access/issues/3 The decision was to have per-page storage access by default. Recent feedback from Google and conversation with Mozilla suggest that we might want to support the caller choosing the scope. This bug tracks supporting different scope configurations while keeping the existing default as per-frame. A later patch will switch the default and add test cases for per-page scope (unless my code reviewers ask me to do it all in one patch).
Attachments
Patch (67.46 KB, patch)
2020-05-19 18:00 PDT, John Wilander
no flags
Radar WebKit Bug Importer
Comment 1 2020-05-19 17:28:01 PDT
John Wilander
Comment 2 2020-05-19 18:00:17 PDT
John Wilander
Comment 3 2020-05-21 13:14:06 PDT
Thank you, Alex!
EWS
Comment 4 2020-05-21 13:22:43 PDT
Committed r262024: <https://trac.webkit.org/changeset/262024> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399794 [details].
John Wilander
Comment 5 2020-06-02 19:43:48 PDT
The follow-up patch mentioned above is tracked here: https://bugs.webkit.org/show_bug.cgi?id=212114
Note You need to log in before you can comment on or make changes to this bug.