WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109239
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
Details
Formatted Diff
Diff
Patch
(48.32 KB, patch)
2013-02-08 01:48 PST
,
Benjamin Poulain
webkit-ews
: commit-queue-
Details
Formatted Diff
Diff
Patch
(48.31 KB, patch)
2013-02-08 12:28 PST
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2013-02-07 16:20:17 PST
Created
attachment 187193
[details]
Patch
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
Comment on
attachment 187193
[details]
Patch
Attachment 187193
[details]
did not pass gtk-ews (gtk): Output:
http://queues.webkit.org/results/16427430
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
Comment on
attachment 187193
[details]
Patch
Attachment 187193
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/16427530
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
Created
attachment 187268
[details]
Patch
Early Warning System Bot
Comment 8
2013-02-08 01:56:30 PST
Comment on
attachment 187268
[details]
Patch
Attachment 187268
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/16445616
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
Comment on
attachment 187268
[details]
Patch
Attachment 187268
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/16435551
EFL EWS Bot
Comment 12
2013-02-08 02:03:35 PST
Comment on
attachment 187268
[details]
Patch
Attachment 187268
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/16408680
Build Bot
Comment 13
2013-02-08 02:08:04 PST
Comment on
attachment 187268
[details]
Patch
Attachment 187268
[details]
did not pass mac-ews (mac): Output:
http://queues.webkit.org/results/16415673
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
Created
attachment 187348
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug