Patrick Walton
|
be69a503fe
|
script: Eliminate the phantom type in favor of just whitelisting methods
that layout can safely call.
This is simpler. Currently, the set of methods is not safe, but I plan
to lock it down more soon.
|
2013-12-17 18:07:12 -08:00 |
|
Ms2ger
|
e2c90d1198
|
Rename HTMLElement::new to HTMLElement::new_inherited.
|
2013-11-02 20:55:18 +01:00 |
|
Ms2ger
|
64de428d79
|
Introduce HTMLSpanElement::new.
|
2013-10-31 20:03:14 +01:00 |
|
Luis de Bethencourt
|
2dbd065d91
|
Rename the element field of the DOM Node hierarchy
Renamed htmlelement, and element
Fixes #924
|
2013-09-19 19:39:38 -04:00 |
|
Josh Matthews
|
d31e308d3f
|
Remove many long ugly lists of imports of HTML element types. They can now be obtained via dom::types::*, which is autogenerated.
|
2013-08-27 17:38:27 -04:00 |
|