gecko-dev/testing
Aryeh Gregor 99a150fe57 Bug 1359397 - Don't allow Selection in nodes not in the document; r=masayuki
This matches the spec and Chrome, and seems to bring us closer to Edge
and WebKit as well.  It also matches our own behavior for addRange(),
which was changed in bug 1341137.

For collapse and selectAllChildren, we match the tests and browsers, but
the spec is incorrect at the time of this writing:
https://github.com/w3c/selection-api/pull/86

The removeAllRanges test hadn't been updated for the spec change.

MozReview-Commit-ID: DTK8283k5IP

--HG--
extra : rebase_source : 54701e7136c33ebce651d5f74c3dc1d8b944f9a3
2017-08-10 15:02:08 +03:00
..
awsy Bug 1378526 - Measure Stylo memory usage using AWSY tests, r=erahm, kmoir. 2017-08-01 15:59:22 -07:00
config Backed out 3 changesets (bug 1358670) for flake8 failures a=backout 2017-07-20 11:20:00 -07:00
crashtest Bug 1352333 - remove autophone webrtc test manifests, r=dminor. 2017-04-20 14:13:34 -07:00
firefox-ui Bug 1387612 - Show Safe Browsing timeouts in Marionette logs. r=whimboo 2017-08-04 16:57:49 -07:00
geckodriver merge autoland to mozilla-central. r=merge a=merge 2017-08-10 17:20:12 +02:00
gtest Bug 1384245 - Run gtest benchmarks multiple times and take median r=milan 2017-07-31 12:47:32 -04:00
instrumentation
marionette merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-08-12 23:49:21 +02:00
mochitest merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-08-12 23:49:21 +02:00
modules Bug 1374670 - Enabled the ESLint no-tabs rule across mozilla-central r=standard8 2017-07-04 21:30:18 +05:30
mozbase Bug 1377510 - Add the ability to install webextensions with mozprofile r=automatedtester 2017-07-24 12:08:53 +02:00
mozharness Bug 1389398 - Remove remaining clang entries in windows tooltool manifests. r=gps 2017-08-11 16:16:32 +09:00
profiles Bug 1385177 - Remove check for built-in self-support from shield recipe client r=mythmon 2017-07-28 13:58:35 -07:00
runtimes Bug 1381755: Updating the data: URI inheritance security model renders test browser_CTP_data_urls.js superfluous. r=bsmedberg 2017-07-24 20:34:29 +02:00
specialpowers Bug 1387800 - Remove [deprecated] nsIFilePicker.show(). r=qdot 2017-08-06 13:15:31 +09:00
talos Bug 1388954: Remove usages of deprecated SDK modules in DAMP tests. r=bgrins 2017-08-09 19:39:32 -07:00
tools Bug 1382775 - Move testing/tools/autotry to tools/tryselect/selectors/syntax.py, r=chmanchester 2017-07-17 21:36:23 -04:00
tps Bug 1380402 - Set MOZ_DEVELOPER_REPO_DIR in the environment when running TPS on mac. r=markh 2017-07-12 14:13:24 -04:00
web-platform Bug 1359397 - Don't allow Selection in nodes not in the document; r=masayuki 2017-08-10 15:02:08 +03:00
xpcshell Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj 2017-08-04 17:49:22 +09:00
README.txt
cppunittest.ini Bug 1371970 - Add TestPrintf to cppunittest.ini to make it execute on automation. r=glandium 2017-07-11 23:46:12 +02:00
mach_commands.py Bug 1384665 - Use virtualenv Python in `mach check-spidermonkey`; r=jimb 2017-07-26 18:02:51 -07:00
moz.build Bug 1372051 - Remove external media tests from /testing, /build, /python. r=maja_zf 2017-06-12 10:27:42 +12:00
remotecppunittests.py Bug 1355222 - When debug logging requested for android mach test commands, enable devicemanager logging; r=jmaher 2017-04-11 09:21:37 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1335429 - Ensure hyphenation dictionaries are included in the reftest artifact for packaged tests. r=gbrown 2017-07-19 10:10:31 +01:00

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