aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodelist.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-30/+61
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-7/+7
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Have CharacterData call children_changed on its parent when data is set.Jonathan Chan2017-07-131-0/+1
* Replace iterator struct with anonymous return iterator type.Corey Farwell2017-06-221-20/+3
* Implement MutationObserver childList mutations.Imanol Fernandez2017-05-191-0/+4
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-011-3/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-0/+22
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Update to rustc 2016-06-14.Ms2ger2016-06-151-3/+3
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* Implement NamedItem and NamedGetter on HTMLFormControlsCollectionKeith Yeung2016-01-281-9/+8
* Implement RadioNodeListKeith Yeung2016-01-241-3/+10
* merge from masterrohan.prinja2015-11-031-1/+5
|\
| * Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-0/+4
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-0/+2
* Do not root ChildrenList::nodeAnthony Ramine2015-10-191-6/+6
* Simplify extracting a reference from an Option<Root<T>>, per review comments.Eli Friedman2015-10-151-2/+2
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-2/+1
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-14/+13
* Stop implementing Copy for JS<T>.Eli Friedman2015-10-151-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Auto merge of #7407 - nox:childnodes-replace, r=jdmbors-servo2015-08-301-1/+4
|\
| * Optimise most basic case of .replaceChild() when updating childNodesAnthony Ramine2015-08-271-1/+4
* | Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* | Remove helper traitsAnthony Ramine2015-08-271-6/+3
|/
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+4
* Optimise Node.childNodesAnthony Ramine2015-08-091-14/+202
* Add spec linksBogdan Cuza2015-07-281-0/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-13/+13
* Remove use of RootedVec in NodeListAnthony Ramine2015-05-261-3/+4
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1