gecko-dev/testing
Aryeh Gregor aeca189ce4 Bug 1265800 part 3 - Move cursor into all adjacent nodes after delete; r=masayuki
When deleting, we previously would only move the cursor back into the
previous block if the last leaf node was a text node, for some reason.
We should move into the previous block in other cases as well, like if
the leaf node is a collapsed <br>.  (Probably it's not correct to move
backward into tables, but that already was happening if the table had
text at the end.  There may be other cases where this is wrong.)

MozReview-Commit-ID: 8e0dTU3lNYO
2016-08-21 18:13:49 +03:00
..
config Merge inbound to central, a=merge 2016-08-12 13:44:29 -07:00
crashtest Bug 1286657 - Add manifest for autophone webrtc crashtest job; r=bc 2016-08-03 12:20:48 -04:00
docker Backed out changeset e6e5569551be (bug 1263815) for valgrind failures because Docker image generation isn't deterministic 2016-08-18 15:50:28 -07:00
firefox-ui Merge fx-team to central, a=merge CLOSED TREE 2016-08-16 16:37:28 -07:00
gtest
instrumentation
luciddream
marionette Merge m-c to inbound a=merge 2016-08-19 18:39:52 -07:00
mochitest Backed out changeset e56b51cf75df (bug 1206133) 2016-08-18 19:57:41 +02:00
modules
mozbase Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske 2016-08-15 17:28:05 -07:00
mozharness Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
profiles Backed out 8 changesets (bug 1288626) for conflicting with bug 1291280, which merged to m-c first a=backout 2016-08-08 16:19:30 -07:00
puppeteer Bug 1274167 - Add Linter(flake8) support for Firefox-ui and Puppeteer.r=whimboo 2016-08-15 02:16:18 +05:30
runtimes
specialpowers Bug 1288276 - Add chromeScript.awaitOneMessage to SpecialPowers r=billm 2016-08-07 19:09:03 -07:00
talos Bug 1287871 - Talos profiler symbolication is broken. r=jmaher 2016-08-16 22:39:48 +05:30
tools Bug 1278890 - Add reftest support to test package mach environment, r=armenzg 2016-07-13 10:57:22 -04:00
tps Bug 1293426 - Allow TPS config to specify preference values so it can be pointed at non-production servers r=markh 2016-08-11 10:18:13 -04:00
web-platform Bug 1265800 part 3 - Move cursor into all adjacent nodes after delete; r=masayuki 2016-08-21 18:13:49 +03:00
xpcshell Bug 1293309 - Improve error handling for Android xpcshell minidump clear; r=jmaher 2016-08-15 18:49:00 -06:00
cppunittest.ini Bug 1294809 - remove cppunittest TestPipe; r=erahm 2016-08-15 21:31:04 -04:00
mach_commands.py
machine-configuration.json
README.txt
remotecppunittests.py Bug 1295323 - s/CalledProcessError/subprocess.CalledProcessError/ r=dminor 2016-08-01 19:01:12 -07:00
runcppunittests.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