gecko/dom/workers
2015-09-02 17:20:30 +01:00
..
test Bug 1184967 P3 Switch mochitest redirect tests back to returning a CORS Response. r=nsm 2015-09-01 07:58:34 -07:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
DataStore.cpp Bug 1198795 - ipc/StructuredCloneUtils should be merged with StructuredCloneHelper, r=smaug 2015-09-02 17:20:30 +01:00
DataStore.h
DataStoreCursor.cpp
DataStoreCursor.h
FileReaderSync.cpp
FileReaderSync.h
Location.cpp
Location.h
MessagePort.cpp Bug 1183894 - Remove warning if MessagePort::CloseInternal is called before start. r=khuey 2015-07-14 18:06:32 -07:00
MessagePort.h
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
Navigator.cpp
Navigator.h
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl
Performance.cpp Bug 1196157 - Marks left by performance marks should print the domain of the application and not the complete URL. r=baku 2015-08-20 14:34:22 -07:00
Performance.h Bug 1186880 - Performance timing api in workers should output entries if preference is enabled. r=baku 2015-07-28 17:33:37 +01:00
Principal.cpp
Principal.h
PServiceWorkerManager.ipdl
Queue.h
RegisterBindings.cpp
RuntimeService.cpp Bug 1193414 - Telemetry for SharedWorker spawning. r=bkelly 2015-08-12 06:00:00 -04:00
RuntimeService.h
ScriptLoader.cpp Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly 2015-08-30 10:31:52 -07:00
ScriptLoader.h Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly 2015-08-30 10:31:52 -07:00
ServiceWorker.cpp Bug 1193133 - Throw when calling postMessage from a Service Worker dom object with no global. r=bkelly 2015-08-17 10:38:34 -07:00
ServiceWorker.h Bug 1193133 - Drop the document and window references from ServiceWorker. r=bkelly 2015-08-17 10:38:34 -07:00
ServiceWorkerClient.cpp Bug 1198795 - ipc/StructuredCloneUtils should be merged with StructuredCloneHelper, r=smaug 2015-09-02 17:20:30 +01:00
ServiceWorkerClient.h Bug 1193133 - Drop the document and window references from ServiceWorker. r=bkelly 2015-08-17 10:38:34 -07:00
ServiceWorkerClients.cpp
ServiceWorkerClients.h
ServiceWorkerCommon.h
ServiceWorkerContainer.cpp Bug 1180861 - Various ServiceWorker registration fixes to get test passing. r=bkelly,jgraham. 2015-08-19 16:21:25 -07:00
ServiceWorkerContainer.h
ServiceWorkerEvents.cpp Bug 1184967 P1 Set RequestMode based on LoadInfo securityMode and client request content policy. r=nsm 2015-09-01 07:58:34 -07:00
ServiceWorkerEvents.h Bug 1189644 - Update waitUntil() and activation to spec. r=catalinb 2015-08-24 14:42:14 -07:00
ServiceWorkerManager.cpp Bug 1198795 - ipc/StructuredCloneUtils should be merged with StructuredCloneHelper, r=smaug 2015-09-02 17:20:30 +01:00
ServiceWorkerManager.h Bug 1180861 - Various ServiceWorker registration fixes to get test passing. r=bkelly,jgraham. 2015-08-19 16:21:25 -07:00
ServiceWorkerManagerChild.cpp Bug 1187350 - update() should return a Promise. r=ehsan,catalinb 2015-08-14 15:06:00 -07:00
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp Bug 1178233 - [non-e10s] The update process doesn't work within about:serviceworkers in non-e10s mode. r=baku 2015-07-14 15:44:13 +02:00
ServiceWorkerManagerService.h
ServiceWorkerPeriodicUpdater.cpp
ServiceWorkerPeriodicUpdater.h
ServiceWorkerRegistrar.cpp Bug 1189235 - Use originAttribute for ServiceWorkerRegistrar. r=baku 2015-08-20 18:20:19 +08:00
ServiceWorkerRegistrar.h Bug 1189235 - Use originAttribute for ServiceWorkerRegistrar. r=baku 2015-08-20 18:20:19 +08:00
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1187350 - update() should return a Promise. r=ehsan,catalinb 2015-08-14 15:06:00 -07:00
ServiceWorkerRegistration.h Bug 1187350 - update() should return a Promise. r=ehsan,catalinb 2015-08-14 15:06:00 -07:00
ServiceWorkerScriptCache.cpp Bug 1180861 - Various ServiceWorker registration fixes to get test passing. r=bkelly,jgraham. 2015-08-19 16:21:25 -07:00
ServiceWorkerScriptCache.h
ServiceWorkerWindowClient.cpp Bug 1162333 - Add stronger assertions to PromiseWorkerProxy in debug builds. r=catalinb 2015-06-11 00:35:18 +02:00
ServiceWorkerWindowClient.h
SharedWorker.cpp
SharedWorker.h
URL.cpp Bug 1183907, properly wrappercache worker URL object, r=baku 2015-07-15 14:50:59 +03:00
URL.h Bug 1183907, properly wrappercache worker URL object, r=baku 2015-07-15 14:50:59 +03:00
WorkerDebuggerManager.cpp
WorkerDebuggerManager.h
WorkerFeature.h
WorkerInlines.h
WorkerPrivate.cpp Bug 1198795 - ipc/StructuredCloneUtils should be merged with StructuredCloneHelper, r=smaug 2015-09-02 17:20:30 +01:00
WorkerPrivate.h Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
WorkerRunnable.cpp
WorkerRunnable.h
Workers.h Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
WorkerScope.cpp Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
WorkerScope.h Bug 1144660 - client.focus() adds window interaction checks and directly uses DOMServiceWorkerFocusClient to focus window. r=ehsan,dao 2015-07-23 08:30:27 -07:00
WorkerThread.cpp Bug 1179909: Refactor stable state handling. r=smaug 2015-08-11 06:10:46 -07:00
WorkerThread.h Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj 2015-07-29 10:44:59 -07:00
XMLHttpRequest.cpp Bug 1198795 - ipc/StructuredCloneUtils should be merged with StructuredCloneHelper, r=smaug 2015-09-02 17:20:30 +01:00
XMLHttpRequest.h Bug 1186307 - StructuredCloneHelper in workers.postMessage(), r=smaug 2015-08-27 17:19:13 +01:00
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h