aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMMatrixReadOnly.webidl
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-86/+0
* Implement DOMMatrix `stringifier` (#33792)Simon Wülker2024-10-111-1/+1
* Implement CanvasRenderingContext2D.getTransform()pylbrecht2020-02-121-1/+1
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-2/+2
* Support default toJSON in WebIDLKagami Sascha Rosylight2019-07-241-3/+2
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-3/+3
* Add DOMMatrix.prototype.scaleNonUniformKagami Sascha Rosylight2019-07-021-0/+2
* Support DOMMatrix string constructorKagami Sascha Rosylight2019-06-301-3/+1
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
* Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnlyChristian Poveda2018-03-231-4/+4
* Expose DOMMatrix in Window and WorkerAnthony Ramine2016-11-301-4/+3
* DOMMatrix and DOMMatrixReadOnlyPeter2016-09-151-0/+88