[WebIDL] Add support for more missing / exotic IDLTypes
Created attachment 295637 [details] Patch
Comment on attachment 295637 [details] Patch Attachment 295637 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/2590920 Number of test failures exceeded the failure limit.
Created attachment 295647 [details] Archive of layout-test-results from ews107 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews107 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Comment on attachment 295637 [details] Patch Attachment 295637 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/2590987 Number of test failures exceeded the failure limit.
Created attachment 295649 [details] Archive of layout-test-results from ews103 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 295637 [details] Patch Attachment 295637 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/2590985 Number of test failures exceeded the failure limit.
Created attachment 295650 [details] Archive of layout-test-results from ews112 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 295637 [details] Patch Attachment 295637 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/2591037 Number of test failures exceeded the failure limit.
Created attachment 295655 [details] Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Created attachment 295735 [details] Patch
Comment on attachment 295735 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=295735&action=review > Source/WebCore/bindings/js/JSDOMConvert.h:1419 > + static RefPtr<T> convert(JSC::ExecState& state, JSC::JSValue value) can this be Ref<T>?
Committed r209153: <http://trac.webkit.org/changeset/209153>