gecko-dev/testing
Andrew Osmond 19674dcc8a Bug 1575258 - Make text rasterize, render and snap glyphs consistently. r=lsalzman
The glyph pixel space in which we rasterized glyphs differed from how we
rendered the rasterized glyphs in the shader. They need to be in
agreement because the glyph subpixel offset selected during
rasterization depends on it. This patch should make the paths consistent
with each other.

Additionally, during animations, we now snap the reference frame
relative offset ignoring the impact of any animated transforms. This
helps with minimizing glyph wiggling during the transition.

Differential Revision: https://phabricator.services.mozilla.com/D51305

--HG--
extra : moz-landing-system : lando
2019-11-05 11:58:01 +00:00
..
awsy Backed out changeset ea612d6aa75b (bug 1585456) for causing regressions (Bug 1593351,1587387,1583680). 2019-11-01 23:22:05 +02:00
condprofile Bug 1593603 - Fix encoding issue on android r=rwood 2019-11-05 07:11:50 +00:00
config
crashtest Bug 1587142 - Remove most XBL tests in dom/ r=bzbarsky 2019-10-25 22:38:08 +00:00
extensions
firefox-ui Bug 1587627 - [fxui] Update firefox-puppeteer for removal of anonymous nodes. r=webdriver-reviewers,maja_zf 2019-10-28 18:24:57 +00:00
geckodriver
gtest Bug 1581157 - Improve gtest completion logging; r=bc 2019-10-25 21:18:50 +00:00
jsshell
marionette Bug 1478595 - [marionette] Use defineLazyPreferenceGetter for observing "marionette.enabled" preference. r=whimboo,ato 2019-11-01 20:21:48 +00:00
mochitest Bug 1585777 - Part 1: Make BrowserTestUtils.loadURI Fission-compatible, r=nika 2019-10-30 21:44:15 +00:00
modules
mozbase Backed out changeset ea612d6aa75b (bug 1585456) for causing regressions (Bug 1593351,1587387,1583680). 2019-11-01 23:22:05 +02:00
mozharness Bug 1593192 - Add schema validation for name & version of application under test r=perftest-reviewers,sparky,octavian_negru 2019-11-05 09:47:34 +00:00
profiles Bug 1525296 - Remove any remaining references to old search suggestions notifications. r=adw,whimboo 2019-10-29 17:57:10 +00:00
raptor Backed out changeset ea612d6aa75b (bug 1585456) for causing regressions (Bug 1593351,1587387,1583680). 2019-11-01 23:22:05 +02:00
runtimes Bug 1525296 - Remove any remaining references to old search suggestions notifications. r=adw,whimboo 2019-10-29 17:57:10 +00:00
specialpowers Bug 1584998: Make x-frame-options work with fission enabled. r=jkt,farre,johannh,flod 2019-10-31 08:28:35 +00:00
talos Backed out 2 changesets (bug 1470510) for causing bustages in widget/cocoa/nsChildView.mm CLOSED TREE 2019-11-05 09:24:26 +02:00
tools
tps
web-platform Bug 1575258 - Make text rasterize, render and snap glyphs consistently. r=lsalzman 2019-11-05 11:58:01 +00:00
webdriver
xpcshell Bug 1544724 - Do not set the 'accept-language' header for DoH requests r=dragana 2019-11-05 10:45:21 +00:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1593486 - Add ./mach jit-test command r=sfink,froydnj 2019-11-04 19:46:43 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff