[Webkit-unassigned] [Bug 67864] [Qt] Win32 builds with threads turned off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 00:31:39 PST 2011


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





--- Comment #31 from Simon Hausmann <hausmann at webkit.org>  2011-12-02 00:31:38 PST ---
(In reply to comment #29)
> (In reply to comment #28)
> > Qt 4.7.4 contains QtWebKit-2.0 http://trac.webkit.org/wiki/QtWebKitRelease20, and using trunk WebKit with Qt 4.7.4 isn't supported officially. But feel free to build your own Qt 4.7.4 with trunk WebKit with your patch. :)
> 
> Thanks for the reply,
> 
> However, I am not using trunk WebKit with Qt 4.7.4.
> I'm just patching what came with it.
> 
> I am submitting the patch, so that hopefully this threading issue can be cleared up properly in the future.  I don't know what the status of Trunk's threading is, but if its broken like QtWebKitRelease20 then maybe my patch could help.

The situation is indeed fixed in trunk. JSC_MULTIPLE_THREADS guards have been removed and instead it is considered enabled by default now. Also the Qt port in trunk now uses ThreadingWin.cpp on Windows (including a dependency to pthreads-win).

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