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
|
ec2fd955aa
|
Introduce HTMLPreElement::new.
|
2013-10-31 21:00:19 +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 |
|
Keegan McAllister
|
73c1a12f30
|
bindings: Return errors in Result rather than setting an out parameter
Fixes #909.
|
2013-09-18 18:07:37 -07:00 |
|
Tetsuharu OHZEKI
|
e55b3d6b86
|
Generate bindings for HTMLPreElement.
|
2013-08-31 20:00:25 +09:00 |
|