[Webkit-unassigned] [Bug 16428] New: JavaScriptCore should use WebCore threading wrappers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 14:21:20 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16428

           Summary: JavaScriptCore should use WebCore threading wrappers
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


The Windows build of JavaScriptCore uses a win32 version of pthread.  However,
WebCore has a set of threading wrappers that abstract this platform specific
linkage.

This bug involves three steps:
1.  Move WebCore's threading primitives to wtf.
2.  Adjust WebCore's dependencies to find threading inside wtf.
3.  Modify JavaScriptCore to use the wtf threading primitives


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



More information about the webkit-unassigned mailing list