| Commit message (Expand) | Author | Age | Files | Lines |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -106/+0 |
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -12/+1 |
* | Remove some into_owned calls. | Ms2ger | 2014-06-28 | 1 | -1/+1 |
* | Use Traceable for primitive types and DOMString | Manish Goregaokar | 2014-06-16 | 1 | -3/+3 |
* | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
* | Use internal mutability for CharacterData::data. | Ms2ger | 2014-06-11 | 1 | -22/+25 |
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -6/+6 |
* | Remove needless 'self' mutability from CharacterDataMethods::Remove(). | Tetsuharu OHZEKI | 2014-06-03 | 1 | -3/+3 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -3/+3 |
* | Implement ChildNode.remove() | Harry Maclean | 2014-05-05 | 1 | -2/+9 |
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
* | 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 | -9/+22 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
* | Implement CharacterData.{deleteData, insertData, replaceData} | lpy | 2014-04-21 | 1 | -1/+27 |
* | Remove not-yet-implemented methods from CharacterData. | Ms2ger | 2014-04-19 | 1 | -12/+0 |
* | Remove trailing whitespace. | Ms2ger | 2014-04-07 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | script: Eliminate the phantom type in `Node`, as it is no longer needed | Patrick Walton | 2013-12-17 | 1 | -2/+2 |
* | Rename some 'new' functions to 'new_inherited'. | Ms2ger | 2013-12-12 | 1 | -2/+2 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -6/+6 |
* | Don't pass nullable strings to native DOM methods that want non-nullable stri... | Ms2ger | 2013-11-12 | 1 | -10/+10 |
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -6/+6 |
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -6/+0 |
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -5/+2 |
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -0/+4 |
* | Auto-generate some binding codes for HTMLElement, Element, CharacterData. | Tetsuharu OHZEKI | 2013-10-16 | 1 | -7/+1 |
* | Introduce mutable/immutable variants of reflector() with named lifetimes, and... | Bobby Holley | 2013-10-10 | 1 | -1/+5 |
* | Issue #888 - Node's owner document should never be None. | Ms2ger | 2013-10-10 | 1 | -2/+3 |
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -3/+3 |
* | Rename the node field of the DOM node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -4/+4 |
* | Rename the element field of the DOM Node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -4/+4 |
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -8/+10 |
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -5/+5 |
* | Make CharacterData store a ~str rather than a DOMString, because its data can... | Ms2ger | 2013-09-06 | 1 | -15/+8 |
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
* | Generate bindings for Node, CharacterData, Text, Element, and HTMLElement. Ho... | Josh Matthews | 2013-08-05 | 1 | -9/+26 |
* | forward/back navigation with shift+backspace and backspace | Tim Kuehn | 2013-07-02 | 1 | -2/+0 |
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -2/+2 |
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+64 |