aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/domparser.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't require passing a root element to Document::new (needed for issue #888).Ms2ger2013-10-051-18/+18
|
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-1/+1
| | | | | | Renamed htmlelement, and element Fixes #924
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-8/+7
| | | | Fixes #909.
* Make Window store an @Page instead of a *Page and remove a bunch of unsafe code.Josh Matthews2013-09-121-1/+1
|
* Remove many long ugly lists of imports of HTML element types. They can now ↵Josh Matthews2013-08-271-1/+2
| | | | be obtained via dom::types::*, which is autogenerated.
* Generate bindings for HTMLHeadElement.Josh Matthews2013-08-051-2/+3
|
* Generate bindings for Node, CharacterData, Text, Element, and HTMLElement. ↵Josh Matthews2013-08-051-1/+1
| | | | Hook up text nodes to use the new bindings.
* Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵Josh Matthews2013-07-301-5/+19
| | | | that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped.
* fix borrow check failures by reverting to storing *mut Page in windowTim Kuehn2013-07-291-1/+1
|
* switched window.page from *mut Page to @mut PageTim Kuehn2013-07-291-1/+1
|
* structural changes to support IframesTim Kuehn2013-07-291-3/+3
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+51