gecko/gfx/tests
Kartikaya Gupta 378f96db6d Bug 903460 - Apply the async transform after the CSS transform for a given layer. r=BenWa
Since the CSS transform includes a 1/resolution scaling factor, the translation
amount in the async transform is now in LayoutDevicePixels instead of LayerPixels.
The shadow tree transform is now effectively:
(1/resolution * rest of CSS transform * async translation * async resolution)
Whereas before it was
(async translation * async resolution * 1/resolution * rest of CSS transform)
2013-08-10 11:19:47 -04:00
..
crashtests Bug 665218 - crash test 2013-05-18 18:38:34 +00:00
gtest Bug 903460 - Apply the async transform after the CSS transform for a given layer. r=BenWa 2013-08-10 11:19:47 -04:00
mochitest
reftest Bug 877266 - Add AndroidVersion to reftests and modify manifests for pandaboards. r=jmaher 2013-06-24 08:51:32 -04:00
unit
Makefile.in Bug 865902 - Port old gfx unit tests. r=milan 2013-04-25 19:02:13 -04:00
moz.build
process-textruns.pl