aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/weakref.rs
Commit message (Collapse)AuthorAgeFilesLines
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-0/+99
|
* Rustfmt some of script.Ms2ger2015-11-181-6/+15
|
* Introduce trait WeakReferenceableAnthony Ramine2015-11-121-0/+175
This allows to take weak references of JS-managed DOM objects.