gecko-dev/dom/serviceworkers
Cosmin Sabou 0a933b1510 Bug 1578325 - Disable test_async_waituntil.html for frequent failures. r=egao
Differential Revision: https://phabricator.services.mozilla.com/D44974

--HG--
extra : moz-landing-system : lando
2019-09-06 09:40:53 +00:00
..
test Bug 1578325 - Disable test_async_waituntil.html for frequent failures. r=egao 2019-09-06 09:40:53 +00:00
FetchEventOpChild.cpp Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
FetchEventOpChild.h Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
FetchEventOpParent.cpp Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
FetchEventOpParent.h Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
FetchEventOpProxyChild.cpp Bug 1231213 - Implement ServiceWorkerOp and its subclasses. r=asuth 2019-08-15 17:27:08 +00:00
FetchEventOpProxyChild.h Bug 1231213 - Implement ServiceWorkerOp and its subclasses. r=asuth 2019-08-15 17:27:08 +00:00
FetchEventOpProxyParent.cpp Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
FetchEventOpProxyParent.h Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
IPCServiceWorkerDescriptor.ipdlh
IPCServiceWorkerRegistrationDescriptor.ipdlh
PFetchEventOp.ipdl Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
PFetchEventOpProxy.ipdl Bug 1231213 - Implement PFetchEventOp(Proxy) IPDL protocols and FetchEventOp(Proxy){Parent,Child}. r=asuth 2019-08-15 17:27:07 +00:00
PServiceWorker.ipdl
PServiceWorkerContainer.ipdl
PServiceWorkerManager.ipdl
PServiceWorkerRegistration.ipdl
PServiceWorkerUpdater.ipdl
RemoteServiceWorkerContainerImpl.cpp
RemoteServiceWorkerContainerImpl.h
RemoteServiceWorkerImpl.cpp
RemoteServiceWorkerImpl.h
RemoteServiceWorkerRegistrationImpl.cpp Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
RemoteServiceWorkerRegistrationImpl.h
ServiceWorker.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ServiceWorker.h
ServiceWorkerActors.cpp
ServiceWorkerActors.h
ServiceWorkerChild.cpp
ServiceWorkerChild.h
ServiceWorkerCloneData.cpp
ServiceWorkerCloneData.h
ServiceWorkerContainer.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ServiceWorkerContainer.h
ServiceWorkerContainerChild.cpp
ServiceWorkerContainerChild.h
ServiceWorkerContainerImpl.cpp
ServiceWorkerContainerImpl.h
ServiceWorkerContainerParent.cpp
ServiceWorkerContainerParent.h
ServiceWorkerContainerProxy.cpp
ServiceWorkerContainerProxy.h
ServiceWorkerDescriptor.cpp
ServiceWorkerDescriptor.h
ServiceWorkerEvents.cpp Bug 1575343, part 3 - Avoid copies in workers and service workers when getting calling location. r=asuth 2019-08-21 14:25:53 +00:00
ServiceWorkerEvents.h Bug 1231213 - Implement ServiceWorkerOp and its subclasses. r=asuth 2019-08-15 17:27:08 +00:00
ServiceWorkerIPCUtils.h
ServiceWorkerImpl.cpp
ServiceWorkerImpl.h
ServiceWorkerInfo.cpp Bug 1552945 - Allow a WorkerPrivate's creator to set its ID. r=asuth 2019-08-20 15:20:40 +00:00
ServiceWorkerInfo.h Bug 1552945 - Allow a WorkerPrivate's creator to set its ID. r=asuth 2019-08-20 15:20:40 +00:00
ServiceWorkerInterceptController.cpp
ServiceWorkerInterceptController.h
ServiceWorkerJob.cpp
ServiceWorkerJob.h
ServiceWorkerJobQueue.cpp
ServiceWorkerJobQueue.h
ServiceWorkerManager.cpp Bug 1231213 - Update the update algorithm to better match the spec r=asuth 2019-08-15 17:27:51 +00:00
ServiceWorkerManager.h Bug 1231213 - Have ServiceWorkerManager block shutdown on "profile-change-teardown" when in the parent process with parent intercept enabled. r=asuth 2019-08-15 17:26:40 +00:00
ServiceWorkerManagerChild.cpp
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp
ServiceWorkerManagerService.h
ServiceWorkerOp.cpp Bug 1231213 - Implement ServiceWorkerOp and its subclasses. r=asuth 2019-08-15 17:27:08 +00:00
ServiceWorkerOp.h Bug 1231213 - Implement ServiceWorkerOp and its subclasses. r=asuth 2019-08-15 17:27:08 +00:00
ServiceWorkerOpArgs.ipdlh Bug 1231213 - Implement ServiceWorkerOp{Args,Promise,Result}, FetchEventRespondWith{Promise,Result}, and IPCFetchEventRespondWithResult. r=asuth 2019-08-15 17:26:22 +00:00
ServiceWorkerOpPromise.h Bug 1231213 - Implement ServiceWorkerOp{Args,Promise,Result}, FetchEventRespondWith{Promise,Result}, and IPCFetchEventRespondWithResult. r=asuth 2019-08-15 17:26:22 +00:00
ServiceWorkerParent.cpp
ServiceWorkerParent.h
ServiceWorkerPrivate.cpp Bug 1528697 - Add cenum referrerpolicy in ReferrerInfo.idl r=ckerschb,Gijs 2019-08-21 13:28:23 +00:00
ServiceWorkerPrivate.h Bug 1552945 - Start Service Workers in the parent process with parent-intercept. r=asuth,jdescottes 2019-08-20 15:21:11 +00:00
ServiceWorkerPrivateImpl.cpp Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
ServiceWorkerPrivateImpl.h Bug 1552945 - Start Service Workers in the parent process with parent-intercept. r=asuth,jdescottes 2019-08-20 15:21:11 +00:00
ServiceWorkerProxy.cpp
ServiceWorkerProxy.h
ServiceWorkerRegisterJob.cpp Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerRegisterJob.h
ServiceWorkerRegistrar.cpp
ServiceWorkerRegistrar.h
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1231213 - Update the update algorithm to better match the spec r=asuth 2019-08-15 17:27:51 +00:00
ServiceWorkerRegistration.h Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerRegistrationChild.cpp Bug 1231213 - Properly declare some dependencies so everything will compile with additional files. r=asuth 2019-08-15 17:25:44 +00:00
ServiceWorkerRegistrationChild.h
ServiceWorkerRegistrationDescriptor.cpp
ServiceWorkerRegistrationDescriptor.h
ServiceWorkerRegistrationImpl.cpp Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerRegistrationImpl.h Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerRegistrationInfo.cpp Bug 1231213 - Allow the delayed ServiceWorkerRegistration.update() mechanism to handle multiple simultaneous requests without timing out. r=asuth 2019-08-15 17:27:44 +00:00
ServiceWorkerRegistrationInfo.h Bug 1231213 - Allow the delayed ServiceWorkerRegistration.update() mechanism to handle multiple simultaneous requests without timing out. r=asuth 2019-08-15 17:27:44 +00:00
ServiceWorkerRegistrationListener.h Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerRegistrationParent.cpp
ServiceWorkerRegistrationParent.h
ServiceWorkerRegistrationProxy.cpp Bug 1231213 - Allow the delayed ServiceWorkerRegistration.update() mechanism to handle multiple simultaneous requests without timing out. r=asuth 2019-08-15 17:27:44 +00:00
ServiceWorkerRegistrationProxy.h Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerScriptCache.cpp
ServiceWorkerScriptCache.h
ServiceWorkerShutdownBlocker.cpp Bug 1231213 - Implement ServiceWorkerShutdownBlocker. r=asuth 2019-08-15 17:26:29 +00:00
ServiceWorkerShutdownBlocker.h Bug 1231213 - Implement ServiceWorkerShutdownBlocker. r=asuth 2019-08-15 17:26:29 +00:00
ServiceWorkerUnregisterCallback.cpp
ServiceWorkerUnregisterCallback.h
ServiceWorkerUnregisterJob.cpp Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerUnregisterJob.h
ServiceWorkerUpdateJob.cpp Bug 1557244 - Disallow resurrection of unregistered ServiceWorkerRegistrations r=asuth 2019-07-26 18:41:48 +00:00
ServiceWorkerUpdateJob.h
ServiceWorkerUpdaterChild.cpp
ServiceWorkerUpdaterChild.h
ServiceWorkerUpdaterParent.cpp
ServiceWorkerUpdaterParent.h
ServiceWorkerUtils.cpp Backed out 2 changesets (bug 1558915) for causing bustages. CLOSED TREE 2019-08-02 12:17:42 +03:00
ServiceWorkerUtils.h
moz.build Bug 1231213 - Implement ServiceWorkerPrivateImpl to dispatch operations to content processes and respond to their results. r=asuth 2019-08-15 17:27:23 +00:00