gecko-dev/testing
Kevin Wern 19f18efeac Bug 687787: support focusin/focusout based on webkit/blink r=smaug
Blink and webkit launch focusin after focus and focusout after blur. Despite
this contradiction with the spec, it is best to mirror this new way, as there
is little guidance or existing code to clarify implementation amiguities that
can arise from the spec.

If focus/blur is fired on a window or document, or the event triggers a change
of focus, do not fire the corresponding focusin/focusout. Otherwise, always
fire the corresponding event.

Additionally, add a mochitest and a w3c-platform-test.

MozReview-Commit-ID: AgQ8JBxKIqK
2016-10-06 21:39:53 -04:00
..
config Bug 1308887 - Update geckodriver to version 0.11.1, r=ato 2016-10-10 13:06:32 +01: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 d15798b73b9e (bug 1302763) for taskcluster build issues a=backout CLOSED TREE 2016-10-20 15:59:47 -07:00
firefox-ui Backed out changeset 005f4ce1bf67 (bug 1304004) because of developers request from whimboo 2016-10-25 11:47:14 +02:00
gtest Bug 1313028 - GCC 6 null pointer check removal causes segfaulting in ActionResultHolder::GetValueAndDelete(). r=chmanchester. 2016-11-01 17:23:46 +01:00
instrumentation Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
marionette Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
mochitest Bug 1312022 - Revert reusing processes between bt tests. r=mrbkap 2016-11-02 11:13:56 +01:00
modules Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
mozbase Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal 2016-10-31 10:04:42 -07:00
mozharness Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
profiles Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug. 2016-10-20 11:27:55 +08:00
puppeteer Bug 1141483 - After a restart Marionette doesn't restore the previous context. r=automatedtester 2016-10-24 17:38:30 +02:00
runtimes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
specialpowers Bug 1271119 - Add SpecialPowers.doCommand() and .setCommandNode(); r=mrbkap 2016-08-30 18:00:07 +03:00
talos Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE. 2016-10-29 09:04:53 -04:00
tools Bug 1264367 - Upgrade breakpad to upstream revision 704f41ec901c419f8c321742114b415e6f5ceacc r=ted 2016-10-05 11:46:07 +02: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 687787: support focusin/focusout based on webkit/blink r=smaug 2016-10-06 21:39:53 -04:00
xpcshell Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
cppunittest.ini Bug 1309466 - Add Test for the init value by constructor. r=froydnj 2016-10-19 18:12:11 +08:00
mach_commands.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
README.txt
remotecppunittests.py Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
runcppunittests.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
testsuite-targets.mk Bug 1307886 - [1.2] Remove szip support. r=glandium 2016-10-28 12:59:23 +02: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