gecko-dev/devtools/shared/layout
Matteo Ferretti 2854cff5e1 Bug 1370278 - used getTransformToAncestor in Grid Inspector highlighter; r=gl
Used the new chrome-only API to obtain the transformation matrix of the current
node, relative to the inspected window's root element.
That also includes all the transformations from the element's ancestor; plus
the method is more robust and we can simplify the current code, removing also
some hack.

Deleted also the test for dom_matrix_2d, since one of the method was testing
now doesn't exist anymore, and the second it's just a map to native method
that has its own tests on platform.

MozReview-Commit-ID: 35rs34RSMYA
2017-06-09 01:32:27 +02:00
..
dom-matrix-2d.js Bug 1370278 - used getTransformToAncestor in Grid Inspector highlighter; r=gl 2017-06-09 01:32:27 +02:00
moz.build Bug 1297072 - added 2d matrix utility functions; r=gregtatum 2017-05-03 19:19:14 +02:00
utils.js Bug 1297072 - added support for matrices to handle CSS 2D transformation on grid inspector; r=pbro 2017-05-03 19:19:19 +02:00