[Webkit-unassigned] [Bug 39702] New: JavaScriptCore threading relies on QApplication existing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 17:47:18 PDT 2010


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

           Summary: JavaScriptCore threading relies on QApplication
                    existing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agbakken at gmail.com


This causes

Since initializeMainThread is guaranteed to be called from the main thread it's better to just make sure the MainThreadInvoker object is created in that thread and use the MainThreadInvoker's thread affinity to determine whether the current thread is the main thread.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list