gecko-dev/testing/specialpowers
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
..
content Bug 1469036 - Stop using the ServiceWorkerManager in the child. r=asuth 2018-11-26 19:39:13 +00:00
api.js Bug 1451519 Convert specialpowers to a webextension r=kmag 2018-06-27 13:10:51 -07:00
Makefile.in Bug 1497339 - Fix reftests in the Tup backend. r=ted,firefox-build-system-reviewers 2018-10-10 23:12:32 +00:00
manifest.json Bug 1451519 Convert specialpowers to a webextension r=kmag 2018-06-27 13:10:51 -07:00
moz.build Bug 1499153 - Remove obsolete manifest check and NO_JS_MANIFEST r=glandium 2018-10-16 22:35:15 +00:00
schema.json Bug 1451519 Convert specialpowers to a webextension r=kmag 2018-06-27 13:10:51 -07:00