| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -2/+2 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+2 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -3/+2 |
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -4/+10 |
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -4/+4 |
* | Turn on GC all the time. Fix rooting errors during parsing and storing timers... | Josh Matthews | 2014-05-03 | 1 | -6/+8 |
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -2/+2 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
* | DOMParser should pass the correct contentType (fixes #1741) | Saurabh Anand | 2014-03-01 | 1 | -3/+3 |
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -2/+1 |
* | Remove DocumentTypeId. | Ms2ger | 2014-02-24 | 1 | -2/+2 |
* | Remove document::DocumentType (fixes #1730). | Ms2ger | 2014-02-24 | 1 | -2/+2 |
* | Remove HTMLDocument. | Ms2ger | 2014-02-24 | 1 | -4/+2 |
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -9/+12 |
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+3 |
* | Implement document.URL & document.documentURI | Bruno de Oliveira Abinader | 2014-01-30 | 1 | -1/+1 |
* | Basic support for Document::contentType | Bruno de Oliveira Abinader | 2014-01-21 | 1 | -2/+2 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -1/+1 |
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -6/+0 |
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -5/+1 |
* | Rewrite Document creation and reflection. | Ms2ger | 2013-11-05 | 1 | -2/+1 |
* | Make Document a Node. | Josh Matthews | 2013-10-31 | 1 | -17/+6 |
* | Revert "Make Document a Node." for breaking Acid1 | Patrick Walton | 2013-10-24 | 1 | -6/+18 |
* | Cleanup DOMParser binding. | Ms2ger | 2013-10-24 | 1 | -9/+27 |
* | Make Document a Node. | Josh Matthews | 2013-10-24 | 1 | -18/+6 |
* | Issue #1071 - Ensure that Documents always have a non-null Window. | Ms2ger | 2013-10-16 | 1 | -2/+2 |
* | Implement Window::get_cx() to reduce code repetition. | Ms2ger | 2013-10-13 | 1 | -2/+2 |
* | Issue #888 - Node's owner document should never be None. | Ms2ger | 2013-10-10 | 1 | -1/+1 |
* | Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename some local variables and shorten some lines. | Bobby Holley | 2013-10-09 | 1 | -2/+1 |
* | 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 |
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -3/+3 |
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -1/+1 |
* | Remove unnecessary mutability. | Ms2ger | 2013-10-06 | 1 | -1/+1 |
* | Don't require passing a root element to Document::new (needed for issue #888). | Ms2ger | 2013-10-05 | 1 | -18/+18 |
* | 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 | -8/+7 |
* | Make Window store an @Page instead of a *Page and remove a bunch of unsafe code. | Josh Matthews | 2013-09-12 | 1 | -1/+1 |
* | Remove many long ugly lists of imports of HTML element types. They can now be... | Josh Matthews | 2013-08-27 | 1 | -1/+2 |
* | Generate bindings for HTMLHeadElement. | Josh Matthews | 2013-08-05 | 1 | -2/+3 |
* | Generate bindings for Node, CharacterData, Text, Element, and HTMLElement. Ho... | Josh Matthews | 2013-08-05 | 1 | -1/+1 |
* | Generate HTMLDocument bindings. Introduce invariant into generated bindings t... | Josh Matthews | 2013-07-30 | 1 | -5/+19 |
* | fix borrow check failures by reverting to storing *mut Page in window | Tim Kuehn | 2013-07-29 | 1 | -1/+1 |
* | switched window.page from *mut Page to @mut Page | Tim Kuehn | 2013-07-29 | 1 | -1/+1 |
* | structural changes to support Iframes | Tim Kuehn | 2013-07-29 | 1 | -3/+3 |
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+51 |