gecko-dev/dom/workers/remoteworkers
Blake Kaplan 3ca6a6bcab Bug 1508595 - Only set an intercept controller when needed. r=asuth
We only need to expose an intercept controller in SharedWorkers if we're on
the non-parent-intercept version of ServiceWorkers or if e10s is off.
nsDocShell already does this dance and we have to mirror it.

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

--HG--
extra : moz-landing-system : lando
2018-11-21 01:06:08 +00:00
..
PRemoteWorker.ipdl
PRemoteWorkerService.ipdl
RemoteWorkerChild.cpp Bug 1508595 - Only set an intercept controller when needed. r=asuth 2018-11-21 01:06:08 +00:00
RemoteWorkerChild.h Bug 1438945 - Fix typos in comments. r=asuth 2018-11-19 15:18:33 -08:00
RemoteWorkerController.cpp Bug 1438945 - Part 11: selection of RemoteWorker actors. r=asuth,mrbkap 2018-11-19 15:18:33 -08:00
RemoteWorkerController.h Bug 1438945 - Fix typos in comments. r=asuth 2018-11-19 15:18:33 -08:00
RemoteWorkerManager.cpp Bug 1438945 - Fix process selection comments. r=asuth 2018-11-19 15:18:34 -08:00
RemoteWorkerManager.h Bug 1438945 - Fix process selection comments. r=asuth 2018-11-19 15:18:34 -08:00
RemoteWorkerParent.cpp Bug 1438945 - Part 13: keeping ContentProcess alive. r=asuth,mrbkap 2018-11-19 15:18:33 -08:00
RemoteWorkerParent.h Bug 1438945 - Part 13: keeping ContentProcess alive. r=asuth,mrbkap 2018-11-19 15:18:33 -08:00
RemoteWorkerService.cpp Bug 1438945 - Fix typos in comments. r=asuth 2018-11-19 15:18:33 -08:00
RemoteWorkerService.h
RemoteWorkerServiceChild.cpp
RemoteWorkerServiceChild.h
RemoteWorkerServiceParent.cpp
RemoteWorkerServiceParent.h
RemoteWorkerTypes.ipdlh Bug 1438945 - Pass around URIs instead of strings in RemoteWorker. r=asuth 2018-11-19 15:18:34 -08:00
moz.build