aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationrecord.rs
Commit message (Expand)AuthorAgeFilesLines
* 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