Bug 25337

Summary: Move ThreadingQt.cpp under the qt directory.
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Move ThreadingQt.cpp under the qt directory.
mrowe: review-
Do one thing and do it well. Move ThreadingQt.cpp under the qt directory. mrowe: review+

Description Laszlo Gombos 2009-04-22 21:18:55 PDT
JavaScriptCore/wtf/ThreadingQt.cpp should be under JavaScriptCore/wtf/qt/ThreadingQt.cpp to be consistent with the rest of the source tree structure. Separate bugs will be created for other port specific Threading files (Win, Gtk).
Comment 1 Laszlo Gombos 2009-04-22 21:28:58 PDT
Created attachment 29705 [details]
Move ThreadingQt.cpp under the qt directory. 

Also enable Qt builds without threading support when ENABLE_THREADS is set to 0.
Comment 2 Mark Rowe (bdash) 2009-04-22 23:04:27 PDT
Comment on attachment 29705 [details]
Move ThreadingQt.cpp under the qt directory. 

This patch does two completely unrelated things.
Comment 3 Laszlo Gombos 2009-04-23 05:45:01 PDT
Created attachment 29709 [details]
Do one thing and do it well. Move ThreadingQt.cpp under the qt directory.
Comment 4 Mark Rowe (bdash) 2009-04-23 14:16:36 PDT
Comment on attachment 29709 [details]
Do one thing and do it well. Move ThreadingQt.cpp under the qt directory.

rs=me
Comment 5 Jan Alonzo 2009-04-24 17:28:21 PDT
(In reply to comment #4)
> (From update of attachment 29709 [details] [review])
> rs=me
> 

Landed in r42858