aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodelist.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-7/+7
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-31/+31
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-7/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* make Document.getElementsByName a live collectionPatrick Shaughnessy2020-02-151-0/+42
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-3/+3
* RadioNodeList now reflects changes to the parent, but has room for performanc...Patrick Shaughnessy2020-01-101-5/+49
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-0/+38
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+2
* 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