aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Add MouseEvent::new_uninitialized().Tetsuharu OHZEKI2014-05-101-1/+1
* Add UIEvent::new_uninitialized().Tetsuharu OHZEKI2014-05-101-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
* Rename from_unrooted to from_temporary. Fixes #2332.Glenn Watson2014-05-071-2/+2
* Reorder some comparisons to avoid allocating strings for them.Ms2ger2014-05-041-7/+7
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-6/+6
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-1/+1
* Address review comments.Josh Matthews2014-05-031-17/+16
* Address review comments.Josh Matthews2014-05-031-16/+18
* Remove all root collections.Josh Matthews2014-05-031-64/+37
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-75/+75
* Move all methods on T to JSRef<T> or JS<T> as appropriate.Josh Matthews2014-05-031-78/+94
* Remove abstract_self.Josh Matthews2014-05-031-90/+86
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-167/+213
* Remove JS::get/get_mut to enforce sound rooting practices.Josh Matthews2014-05-031-4/+7
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-135/+149
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-86/+143
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
* Use Vec for the remaining ~[T]s in script.Ms2ger2014-04-281-4/+3
* Make simple NodeLists use Vec.Ms2ger2014-04-281-1/+1
* Make Document::idmap store a Vec.Ms2ger2014-04-281-6/+4
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-10/+10
* auto merge of #2209 : lpy/servo/issue2188, r=Ms2gerbors-servo2014-04-231-7/+7
|\
| * Implement Element.localName.(fixes #2188)lpy2014-04-231-7/+7
* | auto merge of #2192 : evilpie/servo/children, r=Ms2gerbors-servo2014-04-221-0/+6
|\ \ | |/ |/|
| * Implement ParentNode.children for Document and ElementTom Schuster2014-04-221-0/+6
* | Implement Element.prefix (Fixes #1737)Sankha Narayan Guria2014-04-221-2/+2
* | Fix most defaultPrevented test failures (#2172)Manish Goregaokar2014-04-191-4/+5
|/
* Add transparent Traceable and Untraceable types to aid proper rooting practic...Josh Matthews2014-04-171-25/+12
* Make register_named_element more efficientManish Goregaokar2014-04-111-12/+14
* Remove the needless comment for document.getElementById.Tetsuharu OHZEKI2014-04-091-2/+0
* auto merge of #1917 : lpy/servo/issue1822, r=jdmbors-servo2014-04-081-6/+35
|\
| * Make sure getElementById always returns the first element with the given ID i...lpy2014-04-081-6/+35
* | Implement Document.createElementNS.Daniel Glazman2014-04-071-4/+51
|/
* auto merge of #1994 : hyunjunekim/servo/try, r=jdmbors-servo2014-04-041-0/+5
|\
| * documnet locationhyunjunekim2014-04-041-0/+5
* | Address review comments.Ms2ger2014-04-041-1/+2
* | Upgrade rust.Ms2ger2014-04-041-8/+10
|/
* Document::create_collection's callback should return a boolean instead of a n...Tetsuharu OHZEKI2014-04-041-15/+5
* auto merge of #1952 : brunoabinader/servo/htmlcollection-live, r=Ms2gerbors-servo2014-03-261-13/+58
|\
| * HTMLCollection::create returns live collections by defaultBruno de Oliveira Abinader2014-03-261-7/+7
| * Support live HTMLCollection for Document collectionsBruno de Oliveira Abinader2014-03-261-13/+58
* | Implemented Node.adoptNodeBruno de Oliveira Abinader2014-03-261-0/+15
* | Implemented Document.importNodeBruno de Oliveira Abinader2014-03-261-0/+17
|/
* Move attributes-related functions onto JS<Element>.Ms2ger2014-03-201-4/+4
* Split TCast::to into TCast::to_unchecked and TCast::to.Tetsuharu OHZEKI2014-03-201-6/+6
* auto merge of #1915 : Ms2ger/servo/wrap-return-js, r=jdmbors-servo2014-03-191-2/+2
|\
| * Return a JS<T> from *Binding::Wrap rather than a JSObject.Ms2ger2014-03-141-2/+2
* | Warning police.Josh Matthews2014-03-181-6/+6
* | Rust upgradesLars Bergstrom2014-03-181-3/+3
|/