gecko-dev/dom/serviceworkers
Ben Kelly 5e3b64d3ec Bug 1450358 P0 Factor the event listener runtime leak checking test into a reusable test framework. r=baku 2018-04-04 11:25:42 -07:00
..
test Bug 1450358 P0 Factor the event listener runtime leak checking test into a reusable test framework. r=baku 2018-04-04 11:25:42 -07:00
IPCServiceWorkerDescriptor.ipdlh Bug 1433545 P1 Add scriptURL to ServiceWorkerDescriptor. r=asuth 2018-01-31 08:29:49 -08:00
IPCServiceWorkerRegistrationDescriptor.ipdlh Bug 1438211 P6 Add an integer identifier to each ServiceWorkerRegistrationDescriptor. r=asuth 2018-03-02 13:02:50 -08:00
PServiceWorkerManager.ipdl
PServiceWorkerUpdater.ipdl
ServiceWorker.cpp Bug 1438211 P7 Hold the ServiceWorker object alive until either the window is closed or the backing ServiceWorkerInfo becomes redundant. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorker.h Bug 1438211 P7 Hold the ServiceWorker object alive until either the window is closed or the backing ServiceWorkerInfo becomes redundant. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorkerContainer.cpp Bug 1448012 P4 Remove stale service worker ready promise code. r=asuth 2018-03-22 13:03:22 -07:00
ServiceWorkerContainer.h Bug 1448012 P4 Remove stale service worker ready promise code. r=asuth 2018-03-22 13:03:22 -07:00
ServiceWorkerDescriptor.cpp Bug 1439099 P1 Make ServiceWorker::Create() get the ServiceWorkerInfo using a full descriptor match instead of just by ID. r=asuth 2018-02-19 12:06:19 -08:00
ServiceWorkerDescriptor.h Bug 1439099 P1 Make ServiceWorker::Create() get the ServiceWorkerInfo using a full descriptor match instead of just by ID. r=asuth 2018-02-19 12:06:19 -08:00
ServiceWorkerEvents.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
ServiceWorkerEvents.h Bug 1446527 part 7. Remove the various NS_FORWARD_TO_EVENT bits. r=qdot 2018-03-26 14:53:03 -04:00
ServiceWorkerIPCUtils.h Bug 1433505 P1 Add the ServiceWorkerRegistrationDescriptor and backing IPC type. r=asuth 2018-01-31 08:29:49 -08:00
ServiceWorkerInfo.cpp Bug 1438211 P7 Hold the ServiceWorker object alive until either the window is closed or the backing ServiceWorkerInfo becomes redundant. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorkerInfo.h Bug 1438211 P7 Hold the ServiceWorker object alive until either the window is closed or the backing ServiceWorkerInfo becomes redundant. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorkerInterceptController.cpp
ServiceWorkerInterceptController.h
ServiceWorkerJob.cpp Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug 2018-01-31 08:25:30 +01:00
ServiceWorkerJob.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerJobQueue.cpp Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug 2018-01-31 08:25:30 +01:00
ServiceWorkerJobQueue.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManager.cpp Bug 1448141 P2 Uninstall the service worker registration if update fails while its scripts are missing from offline storage. r=asuth 2018-04-02 07:50:22 -07:00
ServiceWorkerManager.h Bug 1448012 P4 Remove stale service worker ready promise code. r=asuth 2018-03-22 13:03:22 -07:00
ServiceWorkerManagerChild.cpp Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManagerChild.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManagerParent.cpp Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManagerParent.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManagerService.cpp Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerManagerService.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerPrivate.cpp Bug 1450874 P1 If a service worker script self closes due to a compilation error, then don't re-use the worker for further events. r=asuth 2018-04-03 19:53:21 -07:00
ServiceWorkerPrivate.h Bug 1448141 P5 Remove the service worker script load failure runnable. r=asuth 2018-04-02 07:50:23 -07:00
ServiceWorkerRegisterJob.cpp Bug 1433505 P2 Make various class members on ServiceWorkerRegistrationInfo private. r=asuth 2018-01-31 08:29:49 -08:00
ServiceWorkerRegisterJob.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerRegistrar.cpp Backed out changeset cf8613751378 (bug 1403348) for Build Bustage on ServiceWorkerRegistrar.cpp:29. CLOSED TREE 2018-03-09 00:59:11 +02:00
ServiceWorkerRegistrar.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1445554 - Remove the raw pointer WorkerPrivate from ServiceWorkerRegistrationImpl, r=catalinb 2018-03-15 08:57:05 +01:00
ServiceWorkerRegistration.h Bug 1438211 P8 Hold the ServiceWorkerRegistration alive until the global is detached or the backing ServiceWorkerRegistrationInfo is removed. r=asuth 2018-03-08 13:43:33 -05:00
ServiceWorkerRegistrationDescriptor.cpp Bug 1438211 P6 Add an integer identifier to each ServiceWorkerRegistrationDescriptor. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorkerRegistrationDescriptor.h Bug 1438211 P6 Add an integer identifier to each ServiceWorkerRegistrationDescriptor. r=asuth 2018-03-02 13:02:50 -08:00
ServiceWorkerRegistrationImpl.cpp Bug 1445475 - Make service worker self-update fallibly store its timer on the private and cleanup if that fails. r=catalinb 2018-03-22 07:45:00 -04:00
ServiceWorkerRegistrationImpl.h Bug 1445554 - Remove the raw pointer WorkerPrivate from ServiceWorkerRegistrationImpl, r=catalinb 2018-03-15 08:57:05 +01:00
ServiceWorkerRegistrationInfo.cpp Bug 1448141 P5 Remove the service worker script load failure runnable. r=asuth 2018-04-02 07:50:23 -07:00
ServiceWorkerRegistrationInfo.h Bug 1448141 P2 Uninstall the service worker registration if update fails while its scripts are missing from offline storage. r=asuth 2018-04-02 07:50:22 -07:00
ServiceWorkerRegistrationListener.h Bug 1434701 P6 Make ServiceWorkerRegistrationListener updates take a ServiceWorkerRegistrationDescriptor. r=asuth 2018-02-14 14:23:16 -05:00
ServiceWorkerScriptCache.cpp Bug 1448141 P2 Uninstall the service worker registration if update fails while its scripts are missing from offline storage. r=asuth 2018-04-02 07:50:22 -07:00
ServiceWorkerScriptCache.h Bug 1448141 P2 Uninstall the service worker registration if update fails while its scripts are missing from offline storage. r=asuth 2018-04-02 07:50:22 -07:00
ServiceWorkerUnregisterJob.cpp Bug 1433505 P2 Make various class members on ServiceWorkerRegistrationInfo private. r=asuth 2018-01-31 08:29:49 -08:00
ServiceWorkerUnregisterJob.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerUpdateJob.cpp Bug 1448141 P5 Remove the service worker script load failure runnable. r=asuth 2018-04-02 07:50:23 -07:00
ServiceWorkerUpdateJob.h Bug 1448141 P2 Uninstall the service worker registration if update fails while its scripts are missing from offline storage. r=asuth 2018-04-02 07:50:22 -07:00
ServiceWorkerUpdaterChild.cpp Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerUpdaterChild.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerUpdaterParent.cpp Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerUpdaterParent.h Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth 2018-01-26 13:08:59 -08:00
ServiceWorkerUtils.cpp
ServiceWorkerUtils.h Bug 1448012 P3 Add new ServiceWorkerContainer.ready mechanism based on MozPromise. r=asuth 2018-03-22 13:03:22 -07:00
moz.build Bug 1445894 - Move serviceworkers gtest into dom/serviceworkers/test, r=catalinb 2018-03-15 14:46:03 +01:00