Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement HTMLFieldSetElement.elements.(fixes #1843) | lpy | 2014-03-17 | 1 | -8/+9 |
| | |||||
* | Added FIXME stub comments | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -0/+1 |
| | | | | This is a sub-task for #1662. | ||||
* | 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 | -13/+29 |
| | |||||
* | 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 | -3/+3 |
| | | | | | | | 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 | -2/+2 |
| | |||||
* | Don't pass nullable strings to native DOM methods that want non-nullable ↵ | Ms2ger | 2013-11-12 | 1 | -8/+8 |
| | | | | strings. Fixes #1207. | ||||
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -5/+5 |
| | |||||
* | Rename HTMLElement::new to HTMLElement::new_inherited. | Ms2ger | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Introduce HTMLFieldSetElement::new. | Ms2ger | 2013-11-02 | 1 | -1/+17 |
| | |||||
* | Cleanup HTMLCollection binding. | Ms2ger | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | Wrap ValidityState eagerly. | Ms2ger | 2013-10-23 | 1 | -1/+2 |
| | |||||
* | implement NodeList and consolidate common scope and context retrieval | Tim Taubert | 2013-10-11 | 1 | -12/+2 |
| | |||||
* | Issue #888 - Node's owner document should never be None. | Ms2ger | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | Rename some local variables and shorten some lines. | Bobby Holley | 2013-10-09 | 1 | -2/+1 |
| | | | | This was done manually, and might benefit from a more careful review. | ||||
* | Rename {get,set}_wrapper to {get,set}_jsobject. v1 | Bobby Holley | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -1/+1 |
| | | | | I also updated some variable names in the codegen. | ||||
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Rename the node field of the DOM node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -1/+1 |
| | | | | | | Renamed the Node elements Fixes #924 | ||||
* | Rename the element field of the DOM Node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -2/+2 |
| | | | | | | Renamed htmlelement, and element Fixes #924 | ||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -3/+5 |
| | | | | Fixes #909. | ||||
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -4/+4 |
| | | | | Fixes #898. | ||||
* | Make Window store an @Page instead of a *Page and remove a bunch of unsafe code. | Josh Matthews | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Generate bindings for HTMLFieldSetElement. | Josh Matthews | 2013-08-26 | 1 | -0/+72 |