aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmldocument.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust version againKeegan McAllister2013-08-151-1/+1
| | | | This gets us the new runtime.
* For loops and misc changesKeegan McAllister2013-08-151-1/+1
|
* Reorganize tree ref / node traitsKeegan McAllister2013-08-151-1/+1
| | | | | | rustc is no longer happy with impl<NR:TreeNodeRef<N>,N:TreeNode<NR>> TreeUtils for NR
* Simplify HTMLCollection predicatesYoungsoo Son2013-08-091-23/+8
|
* Add a getter of 'document.head' according to HTML spec.Junyoung Cho2013-08-081-3/+10
| | | | | Add a getter and a setter of 'document.title' according to HTML spec. Modify the test file.
* Fill out various proxy binding traps as part of making setters work. Add ↵Josh Matthews2013-08-031-0/+4
| | | | named getter and setter and indexed getter support, as well as proxy object expandos. Fixes #660.
* Simplify HTMLCollection predicatesKeegan McAllister2013-08-021-18/+5
|
* Fix some implementations for DOM tree accessorsYoungsoo Son2013-08-021-23/+30
|
* This implements the DOM tree accessors that return a HTMLCollectionYoungsoo Son2013-08-011-16/+38
|
* Generate bindings for Window.Josh Matthews2013-07-301-20/+2
|
* Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵Josh Matthews2013-07-301-0/+216
that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped.