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