[Webkit-unassigned] [Bug 182546] New: The WebContent process should not reference NSApp.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 12:28:20 PST 2018


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

            Bug ID: 182546
           Summary: The WebContent process should not reference NSApp.
           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

Since the WebContent process is no longer using the NSApplication run loop, the NSApp object is no longer guaranteed to be non-nil. We are currently calling [NSApplication sharedApplication] in WebProcess::platformInitializeWebProcess which will set NSApp, but we will possibly remove this call in the future. We should identify where we reference NSApp in the WebContent process, and determine how each case should be handled when we are using NSRunLoop.

-- 
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/20180206/71716b28/attachment.html>


More information about the webkit-unassigned mailing list