[Webkit-unassigned] [Bug 193924] New: StorageAccess API calls should be direct to the Network Process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 14:29:14 PST 2019


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

            Bug ID: 193924
           Summary: StorageAccess API calls should be direct to the
                    Network Process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The current implementation of the Storage Access API messages the UI Process, which in turn messages the Network Process for answers. We should avoid this extra hop through the UIProcess, since the state is held entirely in the Network Process.

The one exception is when a user prompt is needed, but that should be triggered by the Network Process requesting the UI Process perform that interaction.

-- 
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/20190128/b0371ac7/attachment.html>


More information about the webkit-unassigned mailing list