gecko-dev/testing
Ting-Yu Lin df8e9a54fd Bug 1506306 - Fix <table> having "column-span:all" style. r=bzbarsky
The main style of <table> is set on the inner TableFrame, not the outer
TableWrapperFrame. Thus, we fail to spot the table as a column-span kid
in nsCSSFrameConstructor::ConstructionBlock().

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

--HG--
extra : moz-landing-system : lando
2018-12-13 22:43:01 +00:00
..
awsy Bug 1510829 - Upload AWSY artifacts even if processing fails. r=bc 2018-12-03 11:50:45 -08:00
config Bug 1512706 - Update minidump_stackwalk used for tests. r=RyanVM 2018-12-10 22:51:50 +00:00
crashtest
firefox-ui Bug 1508726 - [marionette] Use "app.update.disabledForTesting" to disable application updates. r=ato 2018-12-05 08:09:10 +00:00
geckodriver bug 1483996: geckodriver: add --marionette-host flag; r=ato 2018-12-07 21:38:49 +00:00
gtest
jsshell Bug 1502116 - web-tooling subtests to use lowerIsBetter instead of lower_is_better r=jmaher 2018-11-16 14:19:42 +00:00
marionette Backed out 2 changesets (bug 1510695, bug 1510693) for causing frequent marionette failures on unit/test_reftest.py 2018-12-12 23:11:19 +02:00
mochitest Bug 1204247: Remove code supporting metro under testing/ r=jmaher 2018-12-13 10:57:04 +00:00
modules Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
mozbase Bug 1512686 - Use pidof to determine android process pid, when available; r=bc 2018-12-12 07:51:24 -07:00
mozharness Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco 2018-12-13 14:21:09 +00:00
profiles Bug 1510254 - Remove custom FirefoxRunner subclass, r=gbrown,KWierso 2018-11-30 15:31:46 +00:00
raptor Bug 1508375 Add Instagram to tp6 r=rwood,davehunt rwood 2018-12-12 21:23:34 +00:00
runtimes
specialpowers Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
talos Bug 1513244 - Extract fetchAutocompleteProperties from JsTerm into a Redux action; r=Honza. 2018-12-13 17:38:06 +00:00
tools Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
tps Bug 1506917 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=ted 2018-11-19 07:33:33 -08:00
web-platform Bug 1506306 - Fix <table> having "column-span:all" style. r=bzbarsky 2018-12-13 22:43:01 +00:00
webdriver Bug 1508670 - [webdriver] Fix Rust code to be compatible with Rust 2018 edition. r=ato 2018-11-30 06:05:15 +00:00
xpcshell Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
README.txt
cppunittest.ini
mach_commands.py Bug 1505859 - Implement a mach wrapper for rusttests. r=firefox-build-system-reviewers,ted 2018-11-10 15:00:28 +00:00
moz.build
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1507094 - Use tar.gz for gtest archive instead of zip. r=gps 2018-11-19 18:41:33 +00:00

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