aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationrecord.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-8/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-12/+29
* MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-021-18/+41
* Remove use of unstable box syntax.Simon Sapin2017-10-161-15/+21
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-11/+11
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-5/+5
* 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
* Implement MutationObserver childList mutations.Imanol Fernandez2017-05-191-9/+46
* Mutation Observer APISumit2017-05-151-7/+76
* Implement basic interface for MutationObserver and MutationRecord.Sumit2017-04-051-0/+34