gecko-dev/testing/mochitest
Blake Kaplan 7c8c896ff5 Bug 1469036 - Stop using the ServiceWorkerManager in the child. r=asuth
With parent intercept enabled, the source of truth for ServiceWorker
registrations lives in the parent process. In order to avoid sync messages or
having to wait after every test, we count the number of active registrations
in the parent and inform the children when there is or isn't a registration.

In non-parent-intercept mode, the parent finds out about new service worker
registrations too late, so we have to keep the old code hanging around for the
time being.

Differential Revision: https://phabricator.services.mozilla.com/D12151

--HG--
extra : moz-landing-system : lando
2018-11-26 19:39:13 +00:00
..
baselinecoverage Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
BrowserTestUtils Bug 1507615 - part2 : add synthesizeTouch() for BrowserTestUtils and test. r=smaug 2018-11-20 01:19:18 +00:00
chrome
dynamic
embed
manifests
MochiKit
pywebsocket
ssltunnel Bug 1508342 - fixed a deprecation warning due to including an old header; r=jwalden 2018-11-21 22:29:54 +00:00
static
tests Bug 1469036 - Stop using the ServiceWorkerManager in the child. r=asuth 2018-11-26 19:39:13 +00:00
__init__.py
api.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
bisection.py
browser-harness.xul Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102 2018-06-25 10:11:31 -07:00
browser-test.js Bug 1505791 - Separate the browser panel from the notification box. r=dao,bgrins 2018-11-08 15:31:37 +00:00
chrome-harness.js Bug 1486147: Part 2 - Update JS string enumerator callers to use JS iteration. r=mccr8 2018-08-24 16:22:40 -07:00
chunkifyTests.js
favicon.ico
gen_template.pl
harness.xul Bug 1498572 - Remove eval from harness.xul r=ckerschb 2018-10-23 06:58:11 +00:00
install.rdf
leaks.py Bug 1052582 Part 1 - Support an arena parameter for js_pod_malloc and friends. r=sfink 2018-06-29 13:06:14 -07:00
mach_commands.py
mach_test_package_commands.py
manifest.json Bug 1451513 Part 2: Convert mochikit to a webextension r=jmaher,kmag 2018-07-05 15:42:11 -07:00
manifest.webapp
manifestLibrary.js
mochitest_options.py Bug 1475256 - Add code coverage for android robocop UI tests. r=gbrown 2018-09-06 17:51:08 +00:00
mochitest-e10s-utils.js
moz.build Bug 1498289 - Stop running geckoview_example smoke test; r=jmaher 2018-10-11 14:00:31 -06:00
nested_setup.js
pywebsocket_wrapper.py
README.txt
redirect.html Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
runjunit.py Bug 1504447 - Grant runtime permissions to test app before running geckoview-junit; r=bc 2018-11-03 14:22:50 -06:00
runrobocop.py Bug 1460914 - [mozprofile] Move mochitest's 'parseKeyValue' function into mozprofile.cli, r=ted 2018-11-08 14:51:26 +00:00
runtests.py Backed out changeset daffe63f1a1f (bug 1503756) for failing multiple android tests on a CLOSED TREE 2018-11-15 03:30:47 +02:00
runtestsremote.py Bug 1482878 - Use screencap to capture on physical android device screenshots, r=gbrown. 2018-08-18 10:47:12 -07:00
schema.json Bug 1451513 Part 2: Convert mochikit to a webextension r=jmaher,kmag 2018-07-05 15:42:11 -07:00
server.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
shutdown-leaks-collector.js
ShutdownLeaksCollector.jsm
start_desktop.js

See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.