wasm-bindgen/crates/web-sys/tests/wasm
Alex Crichton 92b7de3d3d Skip args in overloaded method names if all same
This commit updates how we name overloaded methods. Previously all argument
names were concatenated, but after this commit it only concatenates argument
names where at least one possibility has a different type. Otherwise if all
possibilities have the same type name it in theory isn't adding too much more
information!

Additionally this commit also switches to using `_with_` consistently everywhere
instead of `_with_` for constructors and `_using_` for methods.

Closes #712
2018-08-20 10:30:02 -07:00
..
anchor_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
body_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
br_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
button_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
console.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
div_element.rs No need to work around ourselves any more 2018-07-30 11:10:48 -07:00
dom_point.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
element.js Add unit tests for even more 'web-sys' bindings 2018-08-03 17:41:38 -05:00
element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
event.js Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
event.rs Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
head_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
headers.js Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
headers.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
heading_element.rs Testing web-sys for input, heading and title elements. (#596) 2018-07-31 08:57:16 -07:00
history.rs Add unit test for HtmlSelectElement binding. (#598) 2018-08-01 00:01:03 -05:00
hr_element.rs Add unit test for HtmlHrElement web_sys binding (#591) 2018-07-30 18:25:48 -07:00
html_element.rs Use the JS name of an imported type for instanceof checks 2018-08-08 14:42:21 -07:00
html_html_element.rs No need to work around ourselves any more 2018-07-30 11:10:48 -07:00
input_element.rs Testing web-sys for input, heading and title elements. (#596) 2018-07-31 08:57:16 -07:00
main.rs Remove use_extern_macros features 2018-08-19 14:33:01 -07:00
menu_element.rs Add unit tests for even more 'web-sys' bindings 2018-08-03 17:41:38 -05:00
menu_item_element.rs Add unit tests for even more 'web-sys' bindings 2018-08-03 17:41:38 -05:00
meta_element.rs Add unit tests for even more 'web-sys' bindings 2018-08-03 17:41:38 -05:00
meter_element.rs Add unit tests for even more 'web-sys' bindings 2018-08-03 17:41:38 -05:00
mod_elements.rs Add unit tests for more 'web-sys' HTML bindings (#617) 2018-08-02 18:40:32 -05:00
olist_element.rs Add unit tests for more 'web-sys' HTML bindings (#617) 2018-08-02 18:40:32 -05:00
optgroup_element.rs Add unit tests for more 'web-sys' HTML bindings (#617) 2018-08-02 18:40:32 -05:00
option_element.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
options_collection.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
output_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
paragraph_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
param_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
performance.rs Add WebIDL support for the object type 2018-08-05 01:04:28 -05:00
pre_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
progress_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
quote_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
response.js Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
response.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
script_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
select_element.rs Add unit test for HtmlSelectElement binding. (#598) 2018-08-01 00:01:03 -05:00
slot_element.rs Add unit tests for various 'web-sys' HTML element bindings 2018-08-01 18:14:03 -05:00
span_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
style_element.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
table_element.rs Skip args in overloaded method names if all same 2018-08-20 10:30:02 -07:00
title_element.rs Testing web-sys for input, heading and title elements. (#596) 2018-07-31 08:57:16 -07:00
xpath_result.rs Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00