Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -2/+2 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -4/+4 |
* | Don't pass nullable strings to native DOM methods that want non-nullable stri... | Ms2ger | 2013-11-12 | 1 | -12/+12 |
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -8/+8 |
* | Rename HTMLElement::new to HTMLElement::new_inherited. | Ms2ger | 2013-11-02 | 1 | -1/+1 |
* | Introduce HTMLTrackElement::new. | Ms2ger | 2013-10-31 | 1 | -0/+17 |
* | Rename the element field of the DOM Node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -1/+1 |
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -5/+10 |
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -5/+5 |
* | Generate bindings for HTMLTrackElement. | Tetsuharu OHZEKI | 2013-08-31 | 1 | -0/+51 |