gecko-dev/testing
Andreas Tolfsen 8d4160ddc0 Bug 1409040 - Add element.isDOMElement. r=maja_zf
Introduces a new element.isDOMElement function, similar to isXULElement,
for checking whether an element is a DOM element.

It follows the same formula as isXULElement by first testing if the
element is an object so we know we can accesss node.namespaceURI
and node.nodeType without causing a JS error.

MozReview-Commit-ID: 6Mlo33vu5LG

--HG--
extra : rebase_source : 547a2fc5bc0051e3bb51e14add4f57d1ff7972b9
2017-10-13 19:20:26 +01:00
..
awsy Bug 1395540 - Part 4: Fix the DMD stacks. r=njn 2017-09-21 14:41:44 -07:00
config
crashtest Bug 1402183 - Part 2: Add crashtest r=mstange 2017-09-23 18:42:47 +02:00
firefox-ui Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
geckodriver Bug 1409438 - Make references to mutable variables immutable. r=whimboo 2017-10-17 17:04:11 +01:00
gtest Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unused-result warning r=njn 2017-10-09 15:01:48 -05:00
instrumentation
marionette Bug 1409040 - Add element.isDOMElement. r=maja_zf 2017-10-13 19:20:26 +01:00
mochitest merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-18 11:48:34 +02:00
modules Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
mozbase Bug 1404480 - Manage hdiutil output when the volume name contains a space r=whimboo 2017-10-02 13:07:53 +02:00
mozharness merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-18 11:48:34 +02:00
profiles Backed out 6 changesets (bug 1406212) for mass reftest failures 2017-10-12 19:45:23 -07:00
runtimes
specialpowers Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
talos Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
tools
tps
web-platform merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-18 11:48:34 +02:00
webdriver Bug 1409438 - Make references to mutable variables immutable. r=whimboo 2017-10-17 17:04:11 +01:00
xpcshell Bug 1405561 - Show --verify in mochitest help and standardize --verify description; r=jmaher 2017-10-04 11:19:39 -06:00
cppunittest.ini Bug 1402151, part 9 - Implement gtest for FTP directory listing parsing. r=michal 2017-09-25 11:19:33 -07:00
mach_commands.py Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
moz.build Bug 1403222 - Add test suite families to SCHEDULES.exclusive r=dustin 2017-09-26 10:47:22 -04:00
README.txt
remotecppunittests.py Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal 2017-10-07 19:45:12 +02:00
runcppunittests.py Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal 2017-10-07 19:45:12 +02:00
testsuite-targets.mk Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07: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