зеркало из https://github.com/mozilla/gecko-dev.git
fa61229977
In particlar, this patch: - ...renames a bunch of 'auto'-BSize-measurement functions/variables from "Height" to "BSize". (I thought about splitting this part out, but typically the correctness of the renames was intrinsically tied to the logic generalizations that I'm performing here, and vice versa, so it seemed clearest to group it all together.) - ...replaces some calls to IsMainAxisHorizontal() with the more general "FlexItem::IsInlineAxisMainAxis()" API, for cases when we're reasoning about whether a flex item's main-size is really just its (easier-to-resolve) ISize. - ...replaces some calls to IsCrossAxisHorizontal() with either IsColumnOriented() or FlexItem::IsInlineAxisCrossAxis() (depending on whether we're reasoning about the flex container's cross-size vs. a flex item's cross size). This makes a bunch of tests start passing (including a "received" w3c reftest/wpt-test), so this patch also removes some failure annotations. MozReview-Commit-ID: 3uR1mOzvytX --HG-- extra : rebase_source : 40f4e7dd6aacfb4f267d2f4d217fbf84befb5ebf |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
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