aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-10/+10
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement MutationObserver childList mutations.Imanol Fernandez2017-05-191-3/+13
* Silence a warning in script::dom::mutationobserverAnthony Ramine2017-05-181-1/+1
* Mutation Observer APISumit2017-05-151-2/+216
* Implement basic interface for MutationObserver and MutationRecord.Sumit2017-04-051-0/+40