aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-257/+0
* Fix getElementsByTagName[NS] support to match the spec.James Graham2014-08-081-8/+56
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-9/+2
* Pass a non-nullable string to NamedGetter.Ms2ger2014-07-271-13/+5
* Convert element name to be stored as atom instead of string.Glenn Watson2014-07-161-4/+5
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
* Remove the unused window field from HTMLCollection.Ms2ger2014-07-141-4/+2
* Merge pull request #2727 from Ms2ger/dom-pubJosh Matthews2014-07-021-3/+3
|\
| * Make some DOM members private.Ms2ger2014-06-281-3/+3
* | Remove some into_owned calls.Ms2ger2014-06-281-1/+1
|/
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-2/+2
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-2/+2
|\
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-2/+2
* | Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|/
* Upgrade Rust.Jack Moffitt2014-06-051-2/+2
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Update Rust.Ms2ger2014-05-221-8/+9
* Address review comments.Josh Matthews2014-05-031-5/+4
* Address review comments.Josh Matthews2014-05-031-6/+6
* Remove all root collections.Josh Matthews2014-05-031-11/+8
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-19/+19
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-8/+14
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-36/+37
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-32/+53
* 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-1/+1
* Make static HTMLCollections use Vec.Ms2ger2014-04-281-1/+2
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-6/+8
* auto merge of #2209 : lpy/servo/issue2188, r=Ms2gerbors-servo2014-04-231-2/+2
|\
| * Implement Element.localName.(fixes #2188)lpy2014-04-231-2/+2
* | Implement ParentNode.children for Document and ElementTom Schuster2014-04-221-1/+11
|/
* Split class names using split_html_space_chars helper functionBruno de Oliveira Abinader2014-04-041-2/+2
* HTMLCollection::create returns live collections by defaultBruno de Oliveira Abinader2014-03-261-17/+4
* Implemented HTMLCollection::create_liveBruno de Oliveira Abinader2014-03-261-8/+48
* Added CollectionFilter, CollectionTypeIdBruno de Oliveira Abinader2014-03-261-14/+52
* Move attributes-related functions onto JS<Element>.Ms2ger2014-03-201-3/+2
* Split TCast::to into TCast::to_unchecked and TCast::to.Tetsuharu OHZEKI2014-03-201-1/+1
* Implemented {Document,Element}.getElementsByClassNameBruno de Oliveira Abinader2014-03-071-0/+6
* Implemented {Document,Element}.getElementsByTagNameNSBruno de Oliveira Abinader2014-03-071-0/+5
* Implemented {Document,Element}.getElementsByTagNameBruno de Oliveira Abinader2014-03-071-0/+4
* Added HTMLCollection::createBruno de Oliveira Abinader2014-03-071-0/+17
* Bumped HTMLCollection interface to latestBruno de Oliveira Abinader2014-03-071-12/+34
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-10/+12
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+2
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-8/+6
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-2/+2
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-1/+1
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-2/+2