| Commit message (Expand) | Author | Age | Files | Lines |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -257/+0 |
* | Fix getElementsByTagName[NS] support to match the spec. | James Graham | 2014-08-08 | 1 | -8/+56 |
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -9/+2 |
* | Pass a non-nullable string to NamedGetter. | Ms2ger | 2014-07-27 | 1 | -13/+5 |
* | Convert element name to be stored as atom instead of string. | Glenn Watson | 2014-07-16 | 1 | -4/+5 |
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -1/+2 |
* | Remove the unused window field from HTMLCollection. | Ms2ger | 2014-07-14 | 1 | -4/+2 |
* | Merge pull request #2727 from Ms2ger/dom-pub | Josh Matthews | 2014-07-02 | 1 | -3/+3 |
|\ |
|
| * | Make some DOM members private. | Ms2ger | 2014-06-28 | 1 | -3/+3 |
* | | Remove some into_owned calls. | Ms2ger | 2014-06-28 | 1 | -1/+1 |
|/ |
|
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -2/+2 |
* | auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdm | bors-servo | 2014-06-13 | 1 | -2/+2 |
|\ |
|
| * | Replace uses of JS<T>.unrooted() with JS::from_rooted #2580 | Edit Balint | 2014-06-13 | 1 | -2/+2 |
* | | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
|/ |
|
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -2/+2 |
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -8/+9 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -5/+4 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -6/+6 |
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -11/+8 |
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -19/+19 |
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -8/+14 |
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -36/+37 |
* | Turn on GC all the time. Fix rooting errors during parsing and storing timers... | Josh Matthews | 2014-05-03 | 1 | -32/+53 |
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -1/+1 |
* | Use Vec for the remaining ~[T]s in script. | Ms2ger | 2014-04-28 | 1 | -1/+1 |
* | Make static HTMLCollections use Vec. | Ms2ger | 2014-04-28 | 1 | -1/+2 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -6/+8 |
* | auto merge of #2209 : lpy/servo/issue2188, r=Ms2ger | bors-servo | 2014-04-23 | 1 | -2/+2 |
|\ |
|
| * | Implement Element.localName.(fixes #2188) | lpy | 2014-04-23 | 1 | -2/+2 |
* | | Implement ParentNode.children for Document and Element | Tom Schuster | 2014-04-22 | 1 | -1/+11 |
|/ |
|
* | Split class names using split_html_space_chars helper function | Bruno de Oliveira Abinader | 2014-04-04 | 1 | -2/+2 |
* | HTMLCollection::create returns live collections by default | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -17/+4 |
* | Implemented HTMLCollection::create_live | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -8/+48 |
* | Added CollectionFilter, CollectionTypeId | Bruno de Oliveira Abinader | 2014-03-26 | 1 | -14/+52 |
* | Move attributes-related functions onto JS<Element>. | Ms2ger | 2014-03-20 | 1 | -3/+2 |
* | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -1/+1 |
* | Implemented {Document,Element}.getElementsByClassName | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -0/+6 |
* | Implemented {Document,Element}.getElementsByTagNameNS | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -0/+5 |
* | Implemented {Document,Element}.getElementsByTagName | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -0/+4 |
* | Added HTMLCollection::create | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -0/+17 |
* | Bumped HTMLCollection interface to latest | Bruno de Oliveira Abinader | 2014-03-07 | 1 | -12/+34 |
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 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 | -10/+12 |
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -8/+6 |
* | 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 stri... | Ms2ger | 2013-11-12 | 1 | -1/+1 |
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -2/+2 |