RESOLVED FIXED109239
Move workerThreadCount from TestRunner to WebCore Internals
https://bugs.webkit.org/show_bug.cgi?id=109239
Summary Move workerThreadCount from TestRunner to WebCore Internals
Benjamin Poulain
Reported 2013-02-07 16:17:20 PST
Move workerThreadCount from TestRunner to WebCore Internals
Attachments
Patch (45.82 KB, patch)
2013-02-07 16:20 PST, Benjamin Poulain
no flags
Patch (48.32 KB, patch)
2013-02-08 01:48 PST, Benjamin Poulain
webkit-ews: commit-queue-
Patch (48.31 KB, patch)
2013-02-08 12:28 PST, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2013-02-07 16:20:17 PST
Benjamin Poulain
Comment 2 2013-02-07 17:37:22 PST
Damn, why does it always have to be GTK :( :( I'll add the symbol before landing.
kov's GTK+ EWS bot
Comment 3 2013-02-07 18:54:33 PST
Darin Adler
Comment 4 2013-02-07 20:16:46 PST
Comment on attachment 187193 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187193&action=review Please check into the GTK build failure before landing. > Source/WebCore/testing/Internals.h:209 > + unsigned long workerThreadCount() const; IDL unsigned long is equivalent to C++ unsigned, just as IDL long is equivalent to C++ int. It’s incorrect to use unsigned long here.
Build Bot
Comment 5 2013-02-08 01:01:42 PST
Benjamin Poulain
Comment 6 2013-02-08 01:45:49 PST
> > Source/WebCore/testing/Internals.h:209 > > + unsigned long workerThreadCount() const; > > IDL unsigned long is equivalent to C++ unsigned, just as IDL long is equivalent to C++ int. It’s incorrect to use unsigned long here. Good catch! An unfortunate copy-paste.
Benjamin Poulain
Comment 7 2013-02-08 01:48:03 PST
Early Warning System Bot
Comment 8 2013-02-08 01:56:30 PST
WebKit Review Bot
Comment 9 2013-02-08 01:56:54 PST
Comment on attachment 187268 [details] Patch Attachment 187268 [details] did not pass cr-linux-debug-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16428580
WebKit Review Bot
Comment 10 2013-02-08 01:59:05 PST
Comment on attachment 187268 [details] Patch Attachment 187268 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16453015
Early Warning System Bot
Comment 11 2013-02-08 02:00:16 PST
EFL EWS Bot
Comment 12 2013-02-08 02:03:35 PST
Build Bot
Comment 13 2013-02-08 02:08:04 PST
Peter Beverloo (cr-android ews)
Comment 14 2013-02-08 02:12:50 PST
Comment on attachment 187268 [details] Patch Attachment 187268 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/16443527
Build Bot
Comment 15 2013-02-08 02:14:43 PST
Comment on attachment 187268 [details] Patch Attachment 187268 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16432580
Benjamin Poulain
Comment 16 2013-02-08 12:28:39 PST
Benjamin Poulain
Comment 17 2013-02-08 21:19:22 PST
Comment on attachment 187348 [details] Patch Clearing flags on attachment: 187348 Committed r142348: <http://trac.webkit.org/changeset/142348>
Benjamin Poulain
Comment 18 2013-02-08 21:19:29 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.