[Webkit-unassigned] [Bug 237976] New: Only macOS need to wait for the LS database in WebProcess::platformInitializeWebProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 12:58:23 PDT 2022


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

            Bug ID: 237976
           Summary: Only macOS need to wait for the LS database in
                    WebProcess::platformInitializeWebProcess
           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: pvollan at apple.com

For other platforms, we can wait in WebPage::platformInitialize. This can potentially reduce wait time for these platforms, since the Network process is providing the database, and I believe we always have a Network process when the WebPage is created. The next step is to do the same on macOS, but that requires a little more consideration, and will be done in a follow-up patch.

-- 
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/20220316/a93c7f09/attachment.htm>


More information about the webkit-unassigned mailing list