[Webkit-unassigned] [Bug 16464] New: Modify WebCore to use win32 thread primitives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 16 17:01:42 PST 2007


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

           Summary: Modify WebCore to use win32 thread primitives
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com
OtherBugsDependingO 16428
             nThis:


This Bug complements Bug #16428.  It removes the need on Windows builds to link
against (and ship) the pthreads threading library.

The patches are broken into two parts.
1.  A patch to add a windows-specific thread implementation to
WebCore/platforms/win.
2.  A patch to modify the config, Threading header, and build project to
actually build and link against the win32 threading primitives.

The first patch should be safe to apply as it just adds a source file.  The
second patch should be tested carefully before accepting.


-- 
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