RESOLVED FIXED 72970
Add WTF infrastructure for the BlackBerry port
https://bugs.webkit.org/show_bug.cgi?id=72970
Summary Add WTF infrastructure for the BlackBerry port
Daniel Bates
Reported 2011-11-22 10:41:12 PST
Towards getting JavaScriptCore building for the BlackBerry port we need to add some BlackBerry-specific code for threading, assertions, random number seed generation, and strings. We also need to add a some quirks to wtf/MathExtras.h due to differences between the GNU and QNX C++ headers. We'll look to follow up and remove these quirks.
Attachments
Patch (9.71 KB, patch)
2011-11-22 10:58 PST, Daniel Bates
tonikitoo: review+
dbates: commit-queue-
Daniel Bates
Comment 1 2011-11-22 10:42:02 PST
PR 118379
Daniel Bates
Comment 2 2011-11-22 10:58:45 PST
WebKit Review Bot
Comment 3 2011-11-22 11:04:01 PST
Attachment 116250 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/wtf/text/WTFString.h:52: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Daniel Bates
Comment 4 2011-11-22 11:10:06 PST
(In reply to comment #3) > Attachment 116250 [details] did not pass style-queue: > [...] > Source/JavaScriptCore/wtf/text/WTFString.h:52: Code inside a namespace should not be indented. [whitespace/indent] [4] > Total errors found: 1 in 8 files From my understanding of reading (3) of section Indentation on <http://www.webkit.org/coding/coding-style.html>, the contents of a nested namespace should be indented.
David Levin
Comment 5 2011-11-22 11:15:27 PST
(In reply to comment #4) > (In reply to comment #3) > > Attachment 116250 [details] [details] did not pass style-queue: > > [...] > > Source/JavaScriptCore/wtf/text/WTFString.h:52: Code inside a namespace should not be indented. [whitespace/indent] [4] > > Total errors found: 1 in 8 files > > From my understanding of reading (3) of section Indentation on <http://www.webkit.org/coding/coding-style.html>, the contents of a nested namespace should be indented. Sounds right. No one has implemented this subcase of the check yet.
Daniel Bates
Comment 6 2011-11-22 11:17:31 PST
Comment on attachment 116250 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116250&action=review > Source/JavaScriptCore/wtf/RandomNumberSeed.h:59 > +#elif OS(UNIX) && !PLATFORM(BLACKBERRY) I spoke with Antonio Gomes on IRC about this change. We may be able to use the UNIX code path. I'll look into this some more and follow up if needed.
Daniel Bates
Comment 7 2011-11-22 19:30:49 PST
Antonio Gomes
Comment 8 2011-11-23 10:19:20 PST
(In reply to comment #6) > (From update of attachment 116250 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=116250&action=review > > > Source/JavaScriptCore/wtf/RandomNumberSeed.h:59 > > +#elif OS(UNIX) && !PLATFORM(BLACKBERRY) > > I spoke with Antonio Gomes on IRC about this change. We may be able to use the UNIX code path. I'll look into this some more and follow up if needed. filed bug 73028 about it.
Note You need to log in before you can comment on or make changes to this bug.