[Webkit-unassigned] [Bug 181357] New: Storage Access API: Refactor to make naming accurate and explicit, simplify access table, and prepare for access removal for page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 5 17:01:33 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=181357

            Bug ID: 181357
           Summary: Storage Access API: Refactor to make naming accurate
                    and explicit, simplify access table, and prepare for
                    access removal for page
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

First, function and message names need to be changed to reflect how this was eventually implemented, i.e. access per frame.

Second, the UI process doesn't need the ability to remove access since that is done directly by the web process. This means the UI process should only have explicit grant access functionality.

Finally, the network process' entry table only needs to be able to give access to one domain in one frame at a time since access goes away on frame navigation. And it should use pageIDs as main keys to prepare for access removal for all frames under a page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180106/23936a2b/attachment.html>


More information about the webkit-unassigned mailing list