1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-26 06:51:07 +00:00

5 Commits

Author SHA1 Message Date
Nick Fitzgerald
b8afa0abde web-sys: Use mixins instead of [NoInterfaceObject] interfaces and implements
I think these might all be from before WebIDL mixins existed. Either way,
multiple inheritance of interfaces that don't have exposed interface objects is
equivalent to mixins.
2018-08-15 16:57:23 -07:00
Nick Fitzgerald
9616ef3633 web-sys: Remove a bunch of mozilla extensions from our webidl 2018-08-15 16:57:23 -07:00
Nick Fitzgerald
a40f83ea1b web-sys: Remove a bunch of non-standard, Mozilla-specific Web IDL 2018-08-15 11:12:22 -07:00
Jonathan Kingston
26a3e57536 Testing web-sys for input, heading and title elements. () 2018-07-31 08:57:16 -07:00
Jonathan Kingston
67b43ee389 Adding in initial support for all HTML*Element interfaces. ()
* Adding in initial support for all HTML*Element interfaces.

* Fix camelcasing of short HTML interface names

* Disabling span test as breaks on taskcluster
2018-07-27 09:57:24 -07:00