зеркало из https://github.com/mozilla/gecko-dev.git
fc11ef0b3f
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 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
fxrecord/perfdocs | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
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