gecko-dev/testing
Sean Feng fc11ef0b3f Bug 1733978 - Don't overwrite the ISize of child frames when optimizing nested grid layout r=mats
The optimized code path for nested grid layout should only set the
BSize of the child frames, since this is what the optimization is
for.

Without the change, the ISize is always going to be set to 0 for
child frames which may break the layout. Sometimes, it is not
an issue because the ISize of the grid area gets updated, so
the cached measurement becomes invalid, and the ISize of the child
frame gets set to the correct one again.

Differential Revision: https://phabricator.services.mozilla.com/D130828
2021-11-10 16:18:11 +00:00
..
awsy
condprofile
config
crashtest
docs
extensions
firefox-ui
fxrecord/perfdocs
geckodriver Bug 1737196 - Remove semicolon in rust macro. r=webdriver-reviewers,jgraham 2021-10-22 20:33:53 +00:00
gtest Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
jsshell
marionette Bug 1736323 - [marionette] "WebDriver:NewSession" has to wait for the very first tab to finish loading. r=webdriver-reviewers,jdescottes 2021-11-02 18:40:32 +00:00
mochitest Bug 1739708 - Turn off ESLint rule mozilla/reject-importGlobalProperties for sjs files. r=Gijs,webdriver-reviewers,whimboo 2021-11-09 08:38:16 +00:00
modules Bug 1730924 - Upgrade ajv.js from 4.1.1 to 6.12.6 r=k88hudson 2021-10-12 19:41:05 +00:00
mozbase Bug 1739701 - Add support for the arm64 Android emulator. r=gbrown,calu 2021-11-09 21:47:25 +00:00
mozharness Bug 1739422: Avoid NameError on Android app install failure; r=agi 2021-11-04 16:32:18 +00:00
perfdocs Bug 1737152 - Review and update Raptor test owners r=perftest-reviewers,sparky 2021-11-03 22:18:36 +00:00
performance Bug 1738960 - Add preferences to mozperftest auto-recording. r=perftest-reviewers,AlexandruIonescu 2021-11-03 15:48:31 +00:00
profiles Bug 1736859 - [testing/profiles] Explicitly disable fission in all test harnesses, r=gbrown 2021-10-27 13:33:48 +00:00
raptor Bug 1738679: re-record cnn page load to resolve intermittent failure r=perftest-reviewers,AlexandruIonescu,sparky 2021-11-04 14:45:07 +00:00
runtimes
specialpowers Bug 1736163 - layout.css.prefers-color-scheme.content-override should trigger a look and feel update. 2021-10-17 15:32:02 +02:00
talos Bug 1674220 - [perfdocs] Enumerate Talos tests using PerfDocs r=sparky,perftest-reviewers 2021-11-02 19:11:06 +00:00
tools
tps
web-platform Bug 1733978 - Don't overwrite the ISize of child frames when optimizing nested grid layout r=mats 2021-11-10 16:18:11 +00:00
webdriver Bug 1736991 - Fix clippy warnings in webdriver crate, r=webdriver-reviewers,jdescottes 2021-10-22 11:46:31 +00:00
xpcshell Backed out 7 changesets (bug 1566998) for causing build bustages at Logging.h. 2021-11-09 20:24:03 +02:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py Bug 1737285 - Use pathlib to retrieve the relative path to the Visual Studio SDK. r=calixte,firefox-build-system-reviewers,mhentges DONTBUILD 2021-10-25 08:17:34 +00:00
remotecppunittests.py
runcppunittests.py
testinfo.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