RESOLVED FIXED 120805
Implement Vector::append for move-only types
https://bugs.webkit.org/show_bug.cgi?id=120805
Summary Implement Vector::append for move-only types
Anders Carlsson
Reported 2013-09-05 15:38:45 PDT
Implement Vector::append for move-only types
Attachments
Patch (8.13 KB, patch)
2013-09-05 15:46 PDT, Anders Carlsson
no flags
Patch (8.68 KB, patch)
2013-09-05 16:57 PDT, Anders Carlsson
no flags
Patch (9.00 KB, patch)
2013-09-05 17:11 PDT, Anders Carlsson
no flags
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 (799.63 KB, application/zip)
2013-09-05 21:51 PDT, Build Bot
no flags
Patch (6.22 KB, patch)
2013-09-09 21:20 PDT, Anders Carlsson
no flags
Patch (8.25 KB, patch)
2013-09-09 22:07 PDT, Anders Carlsson
no flags
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion (199.93 KB, application/zip)
2013-09-10 00:35 PDT, Build Bot
no flags
Patch (6.28 KB, patch)
2013-09-11 09:53 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-09-05 15:46:04 PDT
WebKit Commit Bot
Comment 2 2013-09-05 15:48:24 PDT
Attachment 210674 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:641: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:683: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2013-09-05 15:57:17 PDT
Early Warning System Bot
Comment 4 2013-09-05 16:01:13 PDT
Anders Carlsson
Comment 5 2013-09-05 16:57:01 PDT
WebKit Commit Bot
Comment 6 2013-09-05 16:58:57 PDT
Attachment 210683 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/bytecode/CallLinkInfo.h', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:641: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:683: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 7 2013-09-05 17:08:55 PDT
Anders Carlsson
Comment 8 2013-09-05 17:11:24 PDT
WebKit Commit Bot
Comment 9 2013-09-05 17:12:43 PDT
Attachment 210686 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/bytecode/CallLinkInfo.h', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:641: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:683: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 10 2013-09-05 17:20:51 PDT
Thanks a lot GCC...
Early Warning System Bot
Comment 11 2013-09-05 17:24:02 PDT
Early Warning System Bot
Comment 12 2013-09-05 17:28:53 PDT
Darin Adler
Comment 13 2013-09-05 19:01:53 PDT
Comment on attachment 210686 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210686&action=review internal compiler error on Qt? > Source/WTF/ChangeLog:15 > + (WTF::::expandCapacity): Bad change log script didn’t include the class name. I add it by hand, but you could fix the script instead if you like ;-) > Source/WTF/ChangeLog:18 > + (WTF::::append): Ditto. > Source/WTF/ChangeLog:22 > + (WTF::::appendSlowCase): Ditto. > Source/JavaScriptCore/bytecode/CallLinkInfo.h:85 > - CallType callType : 5; > + unsigned callType : 5; Unrelated change.
EFL EWS Bot
Comment 14 2013-09-05 21:01:26 PDT
EFL EWS Bot
Comment 15 2013-09-05 21:25:07 PDT
kov's GTK+ EWS bot
Comment 16 2013-09-05 21:43:59 PDT
Build Bot
Comment 17 2013-09-05 21:51:41 PDT
Comment on attachment 210686 [details] Patch Attachment 210686 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/1708218 New failing tests: fast/workers/termination-with-port-messages.html
Build Bot
Comment 18 2013-09-05 21:51:44 PDT
Created attachment 210701 [details] Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-11 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.4
Build Bot
Comment 19 2013-09-06 06:16:15 PDT
Anders Carlsson
Comment 20 2013-09-09 21:20:14 PDT
WebKit Commit Bot
Comment 21 2013-09-09 21:21:53 PDT
Attachment 211153 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:644: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:686: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 22 2013-09-09 21:24:48 PDT
Comment on attachment 211153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211153&action=review > Source/WTF/ChangeLog:9 > + (WTF::::expandCapacity): Should fill in the word Vector here. The script doesn’t get it right, but no reason to leave it bad here.
Early Warning System Bot
Comment 23 2013-09-09 21:31:45 PDT
Early Warning System Bot
Comment 24 2013-09-09 21:37:20 PDT
EFL EWS Bot
Comment 25 2013-09-09 21:55:14 PDT
Anders Carlsson
Comment 26 2013-09-09 22:07:48 PDT
WebKit Commit Bot
Comment 27 2013-09-09 22:10:50 PDT
Attachment 211160 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:644: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:686: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 28 2013-09-10 00:35:39 PDT
Comment on attachment 211160 [details] Patch Attachment 211160 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/1762003 New failing tests: compositing/backface-visibility/backface-visibility-hierarchical-transform.html compositing/absolute-inside-out-of-view-fixed.html animations/3d/matrix-transform-type-animation.html animations/3d/state-at-end-event-transform.html animations/added-while-suspended.html animations/animation-add-events-in-handler.html animations/additive-transform-animations.html animations/3d/replace-filling-transform.html accessibility/accessibility-object-detached.html compositing/backface-visibility/backface-visibility-3d.html accessibility/accessibility-node-reparent.html http/tests/appcache/abort-cache-onchecking-resource-404.html compositing/animation/animation-compositing.html canvas/philip/tests/2d.canvas.readonly.html compositing/animation/computed-style-during-delay.html animations/3d/change-transform-in-end-event.html compositing/animation/busy-indicator.html compositing/absolute-position-changed-in-composited-layer.html compositing/bounds-in-flipped-writing-mode.html compositing/animation/animated-composited-inside-hidden.html http/tests/appcache/abort-cache-onchecking-manifest-404.html canvas/philip/tests/2d.canvas.reference.html canvas/philip/tests/2d.clearRect+fillRect.alpha0.5.html animations/3d/transform-origin-vs-functions.html accessibility/accessibility-node-memory-management.html compositing/backface-visibility/backface-visibility-image.html compositing/backface-visibility/backface-visibility-non3d.html http/tests/appcache/404-manifest.html http/tests/appcache/404-resource.html compositing/absolute-position-changed-with-composited-parent-layer.html
Build Bot
Comment 29 2013-09-10 00:35:43 PDT
Created attachment 211181 [details] Archive of layout-test-results from webkit-ews-06 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-06 Port: mac-mountainlion Platform: Mac OS X 10.8.4
Anders Carlsson
Comment 30 2013-09-11 09:53:55 PDT
WebKit Commit Bot
Comment 31 2013-09-11 09:56:25 PDT
Attachment 211320 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Vector.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Vector.cpp']" exit_code: 1 Source/WTF/wtf/Vector.h:643: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Vector.h:685: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 32 2013-09-11 10:56:49 PDT
Note You need to log in before you can comment on or make changes to this bug.