Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -42/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -3/+0 |
| | |||||
* | Remove generate_cacheable_wrapper_htmlelement! | Tetsuharu OHZEKI | 2014-06-28 | 1 | -0/+7 |
| | |||||
* | Remove not-yet-implemented members from IDL and Rust code. | Ms2ger | 2014-06-01 | 1 | -171/+0 |
| | | | | | | | | These stub implementations bring no value, and significantly increased maintenance costs. This commit also synchronizes the IDL with the HTML specification and makes the URLs consistent. | ||||
* | Remove needless '&mut self' from HTMLMediaElementMethods. | Tetsuharu OHZEKI | 2014-05-31 | 1 | -24/+24 |
| | |||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -5/+5 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -2/+0 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -36/+74 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -1/+1 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | 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 | -3/+18 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Use DOMString more consistently. | Ms2ger | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Ms2ger | 2013-11-12 | 1 | -13/+13 |
| | | | | strings. Fixes #1207. | ||||
* | 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 HTML{Audio,Video}Element::new. | Ms2ger | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Rename the element field of the DOM Node hierarchy. | Tetsuharu OHZEKI | 2013-10-16 | 1 | -0/+1 |
| | | | | See #924 | ||||
* | Issue #888 - Node's owner document should never be None. | Ms2ger | 2013-10-10 | 1 | -2/+3 |
| | |||||
* | 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 | -13/+26 |
| | | | | Fixes #909. | ||||
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -6/+6 |
| | | | | Fixes #898. | ||||
* | Generate bindings for HTMLMediaElement. | Tetsuharu OHZEKI | 2013-08-31 | 1 | -0/+142 |