gecko-dev/testing
Emilio Cobos Álvarez 86556a39c3 Bug 1443492: Flush the document, not the shell, in cross-doc getComputedStyle situations. r=dbaron
We flushed the style of the original doc, but not layout, and thus the iframe
resize wasn't noticed, and the style flush on the child presShell wasn't
sufficient.

Do a style flush on the child document instead, so that it flushes layout on the
parent document too if needed.

MozReview-Commit-ID: 5ZhBuxpKIUg
2018-03-16 17:23:33 +01:00
..
awsy
config Bug 1433279 - Update tooltool manifest for Mac host-utils for Android tests; r=me,a=test-only 2018-03-13 12:17:25 -06:00
crashtest
firefox-ui Bug 1445551: Part 2 - Remove multiprocessCompatible flag. r=aswan 2018-03-13 19:02:42 -07:00
geckodriver Bug 1445244 - Include hidden files when copying source to GitHub. r=me 2018-03-13 14:18:40 +00:00
gtest
marionette Backed out changeset 83dffebb1536 (bug 1440573) for bc failures on browser_policy_disable_safemode.js CLOSED TREE 2018-03-16 05:15:39 +02:00
mochitest Bug 1440714 - Convert rungeckoview to adb.py; r=bc 2018-03-16 09:37:48 -06:00
modules
mozbase Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
mozharness Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-03-16 01:43:13 +02:00
profiles Bug 1445551: Part 2 - Remove multiprocessCompatible flag. r=aswan 2018-03-13 19:02:42 -07:00
runtimes Backed out changeset ae1924aff61b (bug 1443457) as requested by developer 2018-03-14 12:35:38 +02:00
specialpowers
talos Bug 474043 - Part 1 - Get rid of the remaining mimeTypes.rdf references. r=Paolo 2018-03-12 22:24:07 +01:00
tools Backed out changeset 99809c2e06ae since it wasn't supposed to get pushed. r=me 2018-03-03 00:17:58 -05:00
tps Bug 1445551: Part 2 - Remove multiprocessCompatible flag. r=aswan 2018-03-13 19:02:42 -07:00
web-platform Bug 1443492: Flush the document, not the shell, in cross-doc getComputedStyle situations. r=dbaron 2018-03-16 17:23:33 +01:00
webdriver Bug 1401129 - Release webdriver 0.35.0. r=whimboo 2018-03-08 16:05:08 +00:00
xpcshell bug 1440563 - set the RD bit in DOH requests r=valentin 2018-03-05 08:47:52 +01:00
cppunittest.ini
mach_commands.py Bug 1443557 - Start using the 'mach' formatter by default in |mach test| and |mach mochitest|, r=gbrown 2018-03-12 16:46:53 -04:00
moz.build
README.txt
remotecppunittests.py Bug 1440714 - Convert Android cppunit test harness to adb.py; r=bc 2018-03-16 09:37:48 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1443246 - Don't sign Robocop APK during stage-package. r=gbrown 2018-03-05 11:20:16 -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