RESOLVED FIXED 138824
Update the Vector API to deal with unsigned types instead of size_t
https://bugs.webkit.org/show_bug.cgi?id=138824
Summary Update the Vector API to deal with unsigned types instead of size_t
Chris Dumez
Reported 2014-11-17 23:19:31 PST
Update the Vector API to deal with unsigned types instead of size_t. Vector already uses unsigned for its size / capacity members but the API was never updated accordingly.
Attachments
WIP Patch (84.17 KB, patch)
2014-11-17 23:37 PST, Chris Dumez
no flags
WIP Patch (84.73 KB, patch)
2014-11-17 23:41 PST, Chris Dumez
no flags
Patch (90.98 KB, patch)
2014-11-18 09:40 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-11-17 23:37:06 PST
Created attachment 241768 [details] WIP Patch
WebKit Commit Bot
Comment 2 2014-11-17 23:38:09 PST
Attachment 241768 [details] did not pass style-queue: ERROR: Source/WTF/wtf/Vector.h:199: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 1 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Dumez
Comment 3 2014-11-17 23:41:31 PST
Created attachment 241769 [details] WIP Patch
Chris Dumez
Comment 4 2014-11-18 09:40:56 PST
Andreas Kling
Comment 5 2014-11-18 11:17:58 PST
Comment on attachment 241792 [details] Patch I owe you a $beverage! r=me
WebKit Commit Bot
Comment 6 2014-11-18 11:55:54 PST
Comment on attachment 241792 [details] Patch Clearing flags on attachment: 241792 Committed r176275: <http://trac.webkit.org/changeset/176275>
WebKit Commit Bot
Comment 7 2014-11-18 11:55:59 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.