gecko-dev/testing
Jonathan Kew fabb0dc4d5 Bug 1549728 - Flush line-breaker whenever the word-break property changes. r=emilio
The patch in bug 1507744 was not sufficient by itself, as the line-breaker could still accumulate a single "current word" across a text-run boundary, and then a single word-break value would be applied to it. We need to flush the line-breaker when word-break changes, so that each part of the word will have break opportunities set according to the appropriate value.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 15:09:44 +00:00
..
awsy Bug 1532491 - Part 2: Add a tp6 version of AWSY. r=bc,rwood 2019-04-01 19:21:54 +00:00
config Bug 1546453: Increase android x86 7.0 emulator's data partition size r=gbrown 2019-04-24 02:17:39 +00:00
crashtest
extensions
firefox-ui Bug 1523741 - Converting legacy aboutTelemetry to Fluent aboutTelemetry, r=jaws,flod,Gijs 2019-04-08 09:15:16 +00:00
geckodriver Merge inbound to mozilla-central. a=merge 2019-04-12 18:48:02 +03:00
gtest Bug 1549380 - Increase gtest process timeout from 20 minutes to 40 minutes; r=jmaher 2019-05-06 18:53:54 +00:00
jsshell
marionette Bug 1495621 - marionette get_property fails to return wizard properties r=ato 2019-05-08 13:42:30 +00:00
mochitest Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley 2019-05-03 21:31:57 +00:00
modules Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
mozbase Bug 1545960 - Part 1: Replace tempdir by tempfile. r=ato 2019-05-08 09:49:24 +00:00
mozharness Merge mozilla-central to autoland. CLOSED TREE 2019-05-08 00:48:33 +03:00
profiles Bug 1540573 - p7. Modify CSP tests to use preload=2 on (emulated) cellular connections. r=jya 2019-05-06 22:43:18 +00:00
raptor Bug 1545186 - Raptor test definitions and taskcluster configs for cold page-load tests on GeckoView Example App; #perftest r=davehunt 2019-05-03 15:53:27 +00:00
runtimes Bug 1500474 - Rename webcompat-reporter directory to report-site-issue r=florian,Pike 2019-04-23 17:36:40 +00:00
specialpowers Bug 1320404 - Remove appId from origin attributes - part 1 - OriginAttributes and nsIPrincipal, r=Ehsan,flod 2019-05-03 17:13:17 +00:00
talos Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley 2019-05-03 21:31:57 +00:00
tools
tps
web-platform Bug 1549728 - Flush line-breaker whenever the word-break property changes. r=emilio 2019-05-08 15:09:44 +00:00
webdriver
xpcshell Bug 1548597 - Relax requirements for fennec in android xpcshell harness; r=jmaher 2019-05-02 17:38:07 +00:00
addtest.py Bug 1547996 - Fix mochitest-browser-chrome with mach addtest;r=ahal 2019-04-30 15:20:51 +00:00
cppunittest.ini
mach_commands.py Bug 1238305: Modify cppunittests to look up breakpad symbols for logged stack traces; r=ted 2019-05-03 13:00:46 -06:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py Bug 1238305: Modify cppunittests to look up breakpad symbols for logged stack traces; r=ted 2019-05-03 13:00:46 -06:00
testsuite-targets.mk Bug 1318091 - Add remotegtests.py, supporting android gtests; r=bc 2019-04-12 15:04:39 +00:00

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