gecko-dev/dom/workers
Boris Zbarsky 5c76831b32 Bug 1250291 part 3. Stop pretending to report exceptions in WorkerDebuggerRunnable::PostDispatch. r=khuey 2016-02-23 15:02:43 -05:00
..
test Bug 1249351 part 2. Clean up test_importscript.html and add multiple-url importScript() case. r=bz 2016-02-22 17:13:42 -05:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
DataStore.cpp
DataStore.h
DataStoreCursor.cpp
DataStoreCursor.h
FileReaderSync.cpp Bug 1248851 part 1 - Explicitly mark some release() calls result-unused. r=Waldo 2016-02-20 11:06:25 +08:00
FileReaderSync.h
Location.cpp
Location.h
Navigator.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
Navigator.h
PServiceWorkerManager.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
Performance.cpp Bug 1243881 - patch 2 - unship performance.translateTime, r=bz 2016-02-01 21:48:04 +00:00
Performance.h
Principal.cpp
Principal.h
Queue.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
RegisterBindings.cpp Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey 2016-02-22 10:41:09 +01:00
RuntimeService.cpp Bug 1248719. Fix things so that taking ownership of error reporting on an AutoJSAPI on a worker is OK even if that AutoJSAPI was initialized without an explicit global. r=bholley 2016-02-17 22:56:36 -05:00
RuntimeService.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ScriptLoader.cpp Bug 1249351 part 1. When doing importScripts of multiple scripts in a service worker, make sure to track the cache streams per-loadinfo, instead of trying to make them all wait on the same stream. r=bkelly 2016-02-22 17:13:38 -05:00
ScriptLoader.h
ServiceWorker.cpp Bug 1243881 - patch 1 - unship performance.translateTime, r=bz 2016-02-01 21:48:04 +00:00
ServiceWorker.h Bug 1243881 - patch 1 - unship performance.translateTime, r=bz 2016-02-01 21:48:04 +00:00
ServiceWorkerClient.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerClient.h
ServiceWorkerClients.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerClients.h
ServiceWorkerCommon.h
ServiceWorkerContainer.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerContainer.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerEvents.cpp Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
ServiceWorkerEvents.h
ServiceWorkerManager.cpp Bug 1242482 P3 Don't send unregister messages when triggered from a PropagateUnregister(). r=baku 2016-02-20 07:03:00 +01:00
ServiceWorkerManager.h Bug 1242482 P3 Don't send unregister messages when triggered from a PropagateUnregister(). r=baku 2016-02-20 07:03:00 +01:00
ServiceWorkerManagerChild.cpp Bug 1242482 P3 Don't send unregister messages when triggered from a PropagateUnregister(). r=baku 2016-02-20 07:03:00 +01:00
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp Bug 1242482 - Propagate Service worker unregistration to the parent process. r=bkelly 2016-01-25 07:49:00 +01:00
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp
ServiceWorkerManagerService.h
ServiceWorkerMessageEvent.cpp Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
ServiceWorkerMessageEvent.h
ServiceWorkerPrivate.cpp Bug 1249102. Make overrides of WorkerRunnable::PostRun a bit more consistent. r=khuey 2016-02-18 18:02:51 -05:00
ServiceWorkerPrivate.h Bug 1243881 - patch 1 - unship performance.translateTime, r=bz 2016-02-01 21:48:04 +00:00
ServiceWorkerRegistrar.cpp Bug 1246319 P3 Fix service worker registry value update. r=bz 2016-02-18 14:48:49 -08:00
ServiceWorkerRegistrar.h Bug 1247970 - Remove principal spec from service worker registrar file. r=baku 2016-02-15 14:41:00 +01:00
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerRegistration.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ServiceWorkerScriptCache.cpp Bug 1197379 - Remove support for intercepting app:// URIs using service workers; r=jdm 2016-01-27 15:26:27 -05:00
ServiceWorkerScriptCache.h
ServiceWorkerWindowClient.cpp
ServiceWorkerWindowClient.h
SharedWorker.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
SharedWorker.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
URL.cpp
URL.h
WorkerDebuggerManager.cpp Bug 1212333 - WorkerDebuggerManager should live on the main thread;r=khuey 2016-02-10 10:45:02 +01:00
WorkerDebuggerManager.h Bug 1212333 - WorkerDebuggerManager should live on the main thread;r=khuey 2016-02-10 10:45:02 +01:00
WorkerFeature.h
WorkerInlines.h
WorkerPrefs.h
WorkerPrivate.cpp Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey 2016-02-22 10:41:09 +01:00
WorkerPrivate.h Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey 2016-02-22 10:41:09 +01:00
WorkerRunnable.cpp Bug 1250291 part 3. Stop pretending to report exceptions in WorkerDebuggerRunnable::PostDispatch. r=khuey 2016-02-23 15:02:43 -05:00
WorkerRunnable.h Bug 1250291 part 3. Stop pretending to report exceptions in WorkerDebuggerRunnable::PostDispatch. r=khuey 2016-02-23 15:02:43 -05:00
WorkerScope.cpp Bug 1247117: De-namespace much of IndexedDB. r=baku 2016-02-16 13:46:08 -08:00
WorkerScope.h Bug 1247117: De-namespace much of IndexedDB. r=baku 2016-02-16 13:46:08 -08:00
WorkerThread.cpp
WorkerThread.h
Workers.h Bug 1248737. Improve documentation for WorkerRunnable and associated classes. r=khuey 2016-02-18 18:02:51 -05:00
XMLHttpRequest.cpp Bug 1250291 part 2. Stop pretending to report exceptions in MainThreadWorkerSyncRunnable::PostDispatch. r=khuey 2016-02-23 15:02:42 -05:00
XMLHttpRequest.h
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h
moz.build
nsIWorkerDebugger.idl Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
nsIWorkerDebuggerManager.idl