gecko-dev/dom/serviceworkers
Coroiu Cristina 8b1b996950 Backed out changeset 85d2aec2f4b6 (bug 1469566) for multiple failures at dom/serviceworkers/test/test_install_event_gc.html on a CLOSED TREE 2018-06-19 23:07:15 +03:00
..
test Bug 1405428 - skip-if = verify on mochitests which do not pass test-verify. r=gbrown 2018-06-10 05:01:47 -04:00
IPCServiceWorkerDescriptor.ipdlh
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 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ServiceWorker.h Bug 1456986 Make ServiceWorker::Inner::PostMessage() use StructuredCloneData. r=baku 2018-05-14 06:02:15 -07:00
ServiceWorkerContainer.cpp Bug 1466681 P4 Make ServiceWorkerContainer::Inner::GetRegistrations() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerContainer.h Bug 1466681 P4 Make ServiceWorkerContainer::Inner::GetRegistrations() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerContainerImpl.cpp Bug 1466681 P4 Make ServiceWorkerContainer::Inner::GetRegistrations() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerContainerImpl.h Bug 1466681 P4 Make ServiceWorkerContainer::Inner::GetRegistrations() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerDescriptor.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
ServiceWorkerDescriptor.h Bug 1456466 P1 Expose a GetPrincipal() convenience method on service worker descriptor classes. r=baku 2018-04-26 13:52:28 -07:00
ServiceWorkerEvents.cpp Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
ServiceWorkerEvents.h Bug 1455052 part 8. Stop using nsIDOMEvent in docshell and dom. r=masayuki 2018-04-20 12:55:30 -04:00
ServiceWorkerIPCUtils.h
ServiceWorkerImpl.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ServiceWorkerImpl.h Bug 1460635 Add ServiceWorkerImpl class to isolate ServiceWorkerInfo from the binding layer. r=baku 2018-05-15 08:53:03 -07:00
ServiceWorkerInfo.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ServiceWorkerInfo.h Bug 1460635 Add ServiceWorkerImpl class to isolate ServiceWorkerInfo from the binding layer. r=baku 2018-05-15 08:53:03 -07:00
ServiceWorkerInterceptController.cpp
ServiceWorkerInterceptController.h
ServiceWorkerJob.cpp
ServiceWorkerJob.h
ServiceWorkerJobQueue.cpp
ServiceWorkerJobQueue.h
ServiceWorkerManager.cpp Bug 1468592 - use nsIEffectiveTLDService::hasRootDomain instead of custom hasRootDomain implementations, r=valentin 2018-06-14 04:31:14 -07:00
ServiceWorkerManager.h Bug 1462069 P1 Make ServiceWorkerManager::MaybeClaimClient() take a ClientInfo instead of nsIDocument. r=baku 2018-06-04 09:10:50 -07:00
ServiceWorkerManagerChild.cpp
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp
ServiceWorkerManagerService.h
ServiceWorkerPrivate.cpp Backed out changeset 85d2aec2f4b6 (bug 1469566) for multiple failures at dom/serviceworkers/test/test_install_event_gc.html on a CLOSED TREE 2018-06-19 23:07:15 +03:00
ServiceWorkerPrivate.h Bug 1146316 - Leak fix, declare ServiceWorkerPrivate::mSandbox to the CC. r=bkelly. 2018-05-15 21:36:12 +02:00
ServiceWorkerRegisterJob.cpp Bug 1452244 Avoid empty entries in serviceworker.txt. r=asuth 2018-04-09 10:54:23 -07:00
ServiceWorkerRegisterJob.h
ServiceWorkerRegistrar.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
ServiceWorkerRegistrar.h Bug 1452373 Only allow one runnable to write to serviceworker.txt at a time. r=asuth 2018-04-10 12:31:18 -07:00
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1466681 P6 Make ServiceWorkerRegistration::Inner::Unregister() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerRegistration.h Bug 1466681 P6 Make ServiceWorkerRegistration::Inner::Unregister() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerRegistrationDescriptor.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
ServiceWorkerRegistrationDescriptor.h Bug 1456466 P1 Expose a GetPrincipal() convenience method on service worker descriptor classes. r=baku 2018-04-26 13:52:28 -07:00
ServiceWorkerRegistrationImpl.cpp Bug 1466681 P6 Make ServiceWorkerRegistration::Inner::Unregister() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerRegistrationImpl.h Bug 1466681 P6 Make ServiceWorkerRegistration::Inner::Unregister() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
ServiceWorkerRegistrationInfo.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02: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
ServiceWorkerScriptCache.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02: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
ServiceWorkerUnregisterJob.h
ServiceWorkerUpdateJob.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03: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
ServiceWorkerUpdaterChild.h
ServiceWorkerUpdaterParent.cpp
ServiceWorkerUpdaterParent.h
ServiceWorkerUtils.cpp Bug 1469024 Define service worker parent intercept pref in StaticPrefList and read it once at startup. r=asuth 2018-06-19 11:26:25 -04:00
ServiceWorkerUtils.h Bug 1466681 P6 Make ServiceWorkerRegistration::Inner::Unregister() use callbacks instead of MozPromise. r=asuth 2018-06-15 12:21:33 -07:00
moz.build Bug 1460635 Add ServiceWorkerImpl class to isolate ServiceWorkerInfo from the binding layer. r=baku 2018-05-15 08:53:03 -07:00