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 | -6/+19 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Use DOMString more consistently. | Ms2ger | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Don't pass nullable strings to native DOM methods that want non-nullable ↵ | Ms2ger | 2013-11-12 | 1 | -3/+3 |
| | | | | strings. Fixes #1207. | ||||
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | Rename HTMLElement::new to HTMLElement::new_inherited. | Ms2ger | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Introduce HTMLOptGroupElement::new. | Ms2ger | 2013-11-01 | 1 | -0/+17 |
| | |||||
* | Rename the element field of the DOM Node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -1/+1 |
| | | | | | | Renamed htmlelement, and element Fixes #924 | ||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -2/+4 |
| | | | | Fixes #909. | ||||
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -2/+2 |
| | | | | Fixes #898. | ||||
* | Generate bindings for HTMLOptGroupElement. | Josh Matthews | 2013-08-28 | 1 | -0/+26 |