Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Rust version again | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
| | | | | This gets us the new runtime. | ||||
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | Reorganize tree ref / node traits | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
| | | | | | | rustc is no longer happy with impl<NR:TreeNodeRef<N>,N:TreeNode<NR>> TreeUtils for NR | ||||
* | Simplify HTMLCollection predicates | Youngsoo Son | 2013-08-09 | 1 | -23/+8 |
| | |||||
* | Add a getter of 'document.head' according to HTML spec. | Junyoung Cho | 2013-08-08 | 1 | -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 Matthews | 2013-08-03 | 1 | -0/+4 |
| | | | | named getter and setter and indexed getter support, as well as proxy object expandos. Fixes #660. | ||||
* | Simplify HTMLCollection predicates | Keegan McAllister | 2013-08-02 | 1 | -18/+5 |
| | |||||
* | Fix some implementations for DOM tree accessors | Youngsoo Son | 2013-08-02 | 1 | -23/+30 |
| | |||||
* | This implements the DOM tree accessors that return a HTMLCollection | Youngsoo Son | 2013-08-01 | 1 | -16/+38 |
| | |||||
* | Generate bindings for Window. | Josh Matthews | 2013-07-30 | 1 | -20/+2 |
| | |||||
* | Generate HTMLDocument bindings. Introduce invariant into generated bindings ↵ | Josh Matthews | 2013-07-30 | 1 | -0/+216 |
that associated DOM classes are named the same as their interfaces, so Event and Event_ need to be swapped. |