Dactyloidae/testing
Andy be1f68f39e Issue #1620 - Use Intrinsic Aspect Ratio for Images
https://bugzilla.mozilla.org/show_bug.cgi?id=1547231
https://bugzilla.mozilla.org/show_bug.cgi?id=1559094
https://bugzilla.mozilla.org/show_bug.cgi?id=1633434
https://bugzilla.mozilla.org/show_bug.cgi?id=1565690
https://bugzilla.mozilla.org/show_bug.cgi?id=1602047

Make use of Aspect Ratios in Image frames before Images are loaded.
- Check for width and height HTML properties and create a ratio with them.
- Overwrite HTML size values with actual image dimensions on load.
- Collapse any frames with srcless images.

Comments:
dom/html/nsGenericHTMLElement.cpp:1483
layout/generic/nsImageFrame.cpp:289
2020-08-14 08:59:33 +08:00
..
config import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
crashtest import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
docker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
firefox-ui import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gtest Remove gtest reference to non-existing path of removed component 2020-02-22 07:05:27 +08:00
instrumentation import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
marionette Issue #1498 - Part 4: Remove clearPreloads. 2020-04-03 09:21:53 +08:00
mochitest Issue #1360 - Part 2: Update tests for changed preferences. 2020-01-31 07:42:06 +08:00
modules Remove other gonk widget conditionals and unused files. 2019-02-15 23:57:15 +08:00
mozbase Bug 1384062 - Make SystemResourceMonitor.stop more resilient to errors. r=ahal,gps 2019-02-15 23:58:04 +08:00
mozharness Issue #1360 - Part 2: Update tests for changed preferences. 2020-01-31 07:42:06 +08:00
profiles Issue #1375 - Merge CustomElements pref with Webcomponents Pref 2020-04-18 07:07:23 +08:00
runtimes Remove Firefox Accounts service and tie-ins. 2019-04-19 09:40:31 +08:00
specialpowers Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08:00
talos Issue #1360 - Part 2: Update tests for changed preferences. 2020-01-31 07:42:06 +08:00
tools import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
tps Add Pale Moon 2018-02-02 03:35:06 -05:00
web-platform Issue #1620 - Use Intrinsic Aspect Ratio for Images 2020-08-14 08:59:33 +08:00
xpcshell Remove Parser::reportBadReturn 2019-04-13 07:01:31 +08:00
cppunittest.ini import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mach_commands.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
README.txt import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remotecppunittests.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
runcppunittests.py Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
testsuite-targets.mk Issue #1360 - Part 2: Update tests for changed preferences. 2020-01-31 07:42:06 +08:00

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