Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -8/+21 |
| | |||||
* | script: Eliminate the phantom type in `Node`, as it is no longer needed | Patrick Walton | 2013-12-17 | 1 | -3/+2 |
| | | | | for enforcing layout memory safety. | ||||
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Rename some 'new' functions to 'new_inherited'. | Ms2ger | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Rewrite DocumentFragment::new to current standards. | Ms2ger | 2013-11-02 | 1 | -4/+10 |
| | |||||
* | Use Window::get_cx() in DocumentFragment::Constructor. | Ms2ger | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Remove some type variables and an explicit dereference. | Ms2ger | 2013-10-12 | 1 | -5/+5 |
| | |||||
* | Implement DocumentFragment. | Ms2ger | 2013-10-12 | 1 | -0/+28 |