RESOLVED FIXED164935
[WebIDL] Add support for record types
https://bugs.webkit.org/show_bug.cgi?id=164935
Summary [WebIDL] Add support for record types
Sam Weinig
Reported 2016-11-18 10:14:48 PST
[WebIDL] Add support for record types
Attachments
Patch (92.40 KB, patch)
2016-11-18 10:45 PST, Sam Weinig
no flags
Archive of layout-test-results from ews116 for mac-yosemite (1.64 MB, application/zip)
2016-11-18 12:06 PST, Build Bot
no flags
Patch (92.48 KB, patch)
2016-11-18 12:09 PST, Sam Weinig
buildbot: commit-queue-
Archive of layout-test-results from ews117 for mac-yosemite (1.75 MB, application/zip)
2016-11-18 13:22 PST, Build Bot
no flags
Archive of layout-test-results from ews106 for mac-yosemite-wk2 (1001.13 KB, application/zip)
2016-11-18 13:23 PST, Build Bot
no flags
Archive of layout-test-results from ews102 for mac-yosemite (1.16 MB, application/zip)
2016-11-18 13:24 PST, Build Bot
no flags
Archive of layout-test-results from ews123 for ios-simulator-wk2 (9.07 MB, application/zip)
2016-11-18 13:33 PST, Build Bot
no flags
Sam Weinig
Comment 1 2016-11-18 10:45:37 PST
WebKit Commit Bot
Comment 2 2016-11-18 10:47:24 PST
Attachment 295165 [details] did not pass style-queue: ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1092: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1097: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1098: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 3 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3 2016-11-18 11:25:41 PST
Comment on attachment 295165 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=295165&action=review Very red. > Source/WebCore/bindings/js/JSDOMConvert.h:1122 > + // 1. If types includes a dictionary type, then return the result of converting V to that dictionary type. Too many leading spaces?
Build Bot
Comment 4 2016-11-18 12:06:06 PST
Comment on attachment 295165 [details] Patch Attachment 295165 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/2537924 New failing tests: js/dom/webidl-type-mapping.html
Build Bot
Comment 5 2016-11-18 12:06:09 PST
Created attachment 295173 [details] Archive of layout-test-results from ews116 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-yosemite Platform: Mac OS X 10.10.5
Sam Weinig
Comment 6 2016-11-18 12:09:40 PST
WebKit Commit Bot
Comment 7 2016-11-18 12:11:56 PST
Attachment 295174 [details] did not pass style-queue: ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1092: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1097: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/bindings/js/JSDOMConvert.h:1098: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 3 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 8 2016-11-18 13:22:39 PST
Comment on attachment 295174 [details] Patch Attachment 295174 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/2538247 New failing tests: js/dom/webidl-type-mapping.html
Build Bot
Comment 9 2016-11-18 13:22:42 PST
Created attachment 295181 [details] Archive of layout-test-results from ews117 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 10 2016-11-18 13:23:47 PST
Comment on attachment 295174 [details] Patch Attachment 295174 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/2538264 New failing tests: js/dom/webidl-type-mapping.html
Build Bot
Comment 11 2016-11-18 13:23:51 PST
Created attachment 295182 [details] Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 12 2016-11-18 13:24:13 PST
Comment on attachment 295174 [details] Patch Attachment 295174 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/2538282 New failing tests: js/dom/webidl-type-mapping.html
Build Bot
Comment 13 2016-11-18 13:24:16 PST
Created attachment 295183 [details] Archive of layout-test-results from ews102 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 14 2016-11-18 13:33:31 PST
Comment on attachment 295174 [details] Patch Attachment 295174 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/2538276 New failing tests: js/dom/webidl-type-mapping.html
Build Bot
Comment 15 2016-11-18 13:33:35 PST
Created attachment 295186 [details] Archive of layout-test-results from ews123 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews123 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Sam Weinig
Comment 16 2016-11-18 13:47:49 PST
Note You need to log in before you can comment on or make changes to this bug.