aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dommatrixreadonly.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
| | | | Fixes https://github.com/servo/servo/issues/8473.
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-13/+13
|
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-7/+6
|
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-13/+13
|
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-17/+25
|
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-2/+1
| | | | This reverts commit ec723057b2360446790d436fe5e234d798fb4175.
* DOMMatrix and DOMMatrixReadOnlyPeter2016-09-151-0/+634
Updated test expectations