gecko-dev/dom/serviceworkers
2024-11-20 16:37:50 +00:00
..
docs
test Bug 1931575 - Run the test-manifest-toml linter on CI. r=jmaher 2024-11-16 15:37:18 +00:00
FetchEventOpChild.cpp Bug 1914632 - delete the actors during shutdown for worker keepalive requests.r=edenchuang 2024-09-24 17:10:06 +00:00
FetchEventOpChild.h
FetchEventOpParent.cpp Bug 1672493 - P1 Let PRemoteWorkerService manage PRemoteWorker. r=asuth 2024-11-14 09:46:15 +00:00
FetchEventOpParent.h
FetchEventOpProxyChild.cpp
FetchEventOpProxyChild.h
FetchEventOpProxyParent.cpp Bug 1672493 - P1 Let PRemoteWorkerService manage PRemoteWorker. r=asuth 2024-11-14 09:46:15 +00:00
FetchEventOpProxyParent.h
IPCNavigationPreloadState.ipdlh
IPCServiceWorkerDescriptor.ipdlh
IPCServiceWorkerRegistrationDescriptor.ipdlh
moz.build Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
NavigationPreloadManager.cpp Bug 1113522 - Expose ServiceWorker in Workers. r=dom-worker-reviewers,webidl,edenchuang,emilio 2024-10-24 03:02:37 +00:00
NavigationPreloadManager.h
PFetchEventOp.ipdl
PFetchEventOpProxy.ipdl
PServiceWorker.ipdl Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
PServiceWorkerContainer.ipdl Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
PServiceWorkerManager.ipdl
PServiceWorkerRegistration.ipdl Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorker.cpp Bug 1928191 - Restore ServiceWorker.postMessage eager cross-process error. r=dom-worker-reviewers,smaug 2024-11-19 18:23:59 +00:00
ServiceWorker.h Bug 1113522 - Expose ServiceWorker in Workers. r=dom-worker-reviewers,webidl,edenchuang,emilio 2024-10-24 03:02:37 +00:00
ServiceWorkerActors.cpp Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerActors.h Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerChild.cpp
ServiceWorkerChild.h
ServiceWorkerCloneData.cpp
ServiceWorkerCloneData.h
ServiceWorkerContainer.cpp Bug 1930983 - Remove unused test-only ServiceWorkerContainer.getScopeForUrl helper. r=saschanaz,dom-worker-reviewers,webidl,edenchuang 2024-11-15 16:45:41 +00:00
ServiceWorkerContainer.h Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
ServiceWorkerContainerChild.cpp Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
ServiceWorkerContainerChild.h
ServiceWorkerContainerParent.cpp Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
ServiceWorkerContainerParent.h Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
ServiceWorkerContainerProxy.cpp
ServiceWorkerContainerProxy.h
ServiceWorkerDescriptor.cpp
ServiceWorkerDescriptor.h
ServiceWorkerEvents.cpp Bug 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
ServiceWorkerEvents.h Bug 1113522 - Expose ServiceWorker in Workers. r=dom-worker-reviewers,webidl,edenchuang,emilio 2024-10-24 03:02:37 +00:00
ServiceWorkerInfo.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerInfo.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerInterceptController.cpp
ServiceWorkerInterceptController.h
ServiceWorkerIPCUtils.h
ServiceWorkerJob.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerJob.h
ServiceWorkerJobQueue.cpp
ServiceWorkerJobQueue.h
ServiceWorkerLifetimeExtension.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerLifetimeExtension.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerManager.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerManager.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp
ServiceWorkerManagerParent.h
ServiceWorkerOp.cpp Bug 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
ServiceWorkerOp.h Bug 1672493 - P5 Move ServiceWorker Non-life cycle related operations from RemoteWorker to RemoteWorkerNonLifeCycleController, excepts FetchEventOp. r=asuth 2024-11-14 09:46:18 +00:00
ServiceWorkerOpArgs.ipdlh Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
ServiceWorkerOpPromise.h
ServiceWorkerParent.cpp Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
ServiceWorkerParent.h Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
ServiceWorkerPrivate.cpp Bug 1927247 - Regenerate Client Id for ServiceWorkers on termination. r=dom-worker-reviewers,webidl,smaug 2024-11-05 06:26:05 +00:00
ServiceWorkerPrivate.h Bug 1927247 - Regenerate Client Id for ServiceWorkers on termination. r=dom-worker-reviewers,webidl,smaug 2024-11-05 06:26:05 +00:00
ServiceWorkerProxy.cpp Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
ServiceWorkerProxy.h Bug 1113522 - ExtendableMessageEvent.source should be ServiceWorker-aware. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:37 +00:00
ServiceWorkerQuotaUtils.cpp Bug 1915419 - Extend deleteDataFromSite to support OriginAttributesPattern filtering. r=anti-tracking-reviewers,timhuang 2024-09-24 09:17:56 +00:00
ServiceWorkerQuotaUtils.h
ServiceWorkerRegisterJob.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerRegisterJob.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerRegistrar.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
ServiceWorkerRegistrar.h
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistration.h Bug 1257977 - Fix SWR updatefound event timing. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistrationChild.cpp Bug 1257977 - Fix SWR updatefound event timing. r=dom-worker-reviewers,edenchuang 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistrationChild.h
ServiceWorkerRegistrationDescriptor.cpp Bug 1764731 - Disable service worker assert for IPC fuzzing. r=asuth 2024-07-15 15:01:02 +00:00
ServiceWorkerRegistrationDescriptor.h
ServiceWorkerRegistrationInfo.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerRegistrationInfo.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerRegistrationListener.h
ServiceWorkerRegistrationParent.cpp Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistrationParent.h Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistrationProxy.cpp Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerRegistrationProxy.h Bug 1544232 - Track the client listening to a registration. r=dom-worker-reviewers,smaug 2024-10-24 03:02:41 +00:00
ServiceWorkerScriptCache.cpp Bug 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
ServiceWorkerScriptCache.h
ServiceWorkerShutdownBlocker.cpp
ServiceWorkerShutdownBlocker.h
ServiceWorkerShutdownState.cpp
ServiceWorkerShutdownState.h
ServiceWorkerUnregisterCallback.cpp
ServiceWorkerUnregisterCallback.h
ServiceWorkerUnregisterJob.cpp
ServiceWorkerUnregisterJob.h
ServiceWorkerUpdateJob.cpp Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerUpdateJob.h Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
ServiceWorkerUtils.cpp Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
ServiceWorkerUtils.h Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00