gecko-dev/testing
Boris Chiou a3949a5f7a Bug 1696560 - Apply transferred min & max sizes for flex base size if main is the inline axis. r=dholbert
Basically, the transferred min & max sizes shouldn't override the min &
max sizing properties, so applying it earlier than these properties
should be identical. This just makes the flex base size and main size be
more correct at the beginning (and so other adjustments of sizes
in flex algorithm can override the transferred min/max sizes), for
non-replaced elements.

Note:
In Chromium code, it clamps the flex items' base size by transferred min &
max sizes, but the computation of items' used min & used max sizes doesn't
include the transferred min & max sizes.

So in this patch, I'm trying to make this patch simple: we let minimum &
maximum sizes only taken into account for flex base size and only for
non-replaced elements for now. So the behavior should be similar to other
browsers.

And we may have to update this tentative solution once these spec words get
updated.

Differential Revision: https://phabricator.services.mozilla.com/D144499
2022-04-26 19:31:25 +00:00
..
awsy
condprofile
config Bug 1765482: update linux hostutils r=gbrown 2022-04-21 22:04:43 +00:00
crashtest
docs Bug 1763980 - Port most of the mochitest-plain documentation to the in-tree docs. r=jgraham,Gijs 2022-04-11 12:00:01 +00:00
extensions
firefox-ui
fxrecord/perfdocs
geckodriver Bug 1763328 - [geckodriver] Use semver beside path for internal crate dependencies. r=webdriver-reviewers,jgraham 2022-04-12 18:34:35 +00:00
gtest Bug 1761511 - Part 4: Remove the previous vendoring of gtest, r=ahal 2022-04-14 02:09:21 +00:00
jsshell
marionette Bug 1751259 - make marionette really use fission. r=whimboo,webdriver-reviewers 2022-04-26 18:21:35 +00:00
mochitest Bug 1725952 - Upgrade ESLint to v8.x. r=Mardak 2022-04-22 11:23:30 +00:00
modules Bug 1608276 - Part 3: Do not use global this whem loading sinon subscript. r=mossop 2022-04-26 12:48:06 +00:00
mozbase Bug 1765681: hostutils upgrade code improvement r=gbrown 2022-04-21 18:30:19 +00:00
mozharness Bug 1750976 - Add ability to provide custom browsertime arguments. r=perftest-reviewers,kshampur 2022-04-21 18:05:52 +00:00
perfdocs Bug 1765457 - Enable custom browsertime testing through raptor. r=perftest-reviewers,kshampur 2022-04-21 18:05:53 +00:00
performance
profiles
raptor Bug 1728338 - Stop alerting on tests not in alert_on r=perftest-reviewers,sparky 2022-04-21 18:08:44 +00:00
runtimes
specialpowers
talos Bug 1762837 - [devtols] Update DAMP docs to suggest --suite instead of --activeTests r=nchevobbe 2022-04-19 11:56:45 +00:00
tools Bug 1765504 - Make ifdefs match to fix -Wunused. 2022-04-21 21:38:07 +02:00
tps
web-platform Bug 1696560 - Apply transferred min & max sizes for flex base size if main is the inline axis. r=dholbert 2022-04-26 19:31:25 +00:00
webcompat
webdriver
xpcshell
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py Bug 1764564 - Remove the code to ignore the Windows SDK directory from coverage. r=marco 2022-04-16 21:49:51 +00:00
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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