gecko-dev/dom/workers
Kyle Huey 2fc599905e Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz
--HG--
rename : dom/workers/Navigator.cpp => dom/workers/WorkerNavigator.cpp
rename : dom/workers/Navigator.h => dom/workers/WorkerNavigator.h
2016-03-18 14:15:46 -07:00
..
test Bug 1008453. Add support for navigator.hardwareConcurrency. r=khuey 2016-03-16 15:41:38 -04:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
DataStore.cpp Bug 1252091. Add/RemoveFeature don't need a JSContext argument. r=khuey 2016-02-29 14:52:42 -05:00
DataStore.h
DataStoreCursor.cpp
DataStoreCursor.h
FileReaderSync.cpp Bug 1257039: Remove the worker descriptor for FileReaderSync. r=bz 2016-03-16 11:51:11 -07:00
FileReaderSync.h Bug 1257039: Remove the worker descriptor for FileReaderSync. r=bz 2016-03-16 11:51:11 -07:00
PServiceWorkerManager.ipdl
Performance.cpp
Performance.h
Principal.cpp
Principal.h
Queue.h
RegisterBindings.cpp Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey 2016-02-22 10:41:09 +01:00
RuntimeService.cpp Bug 1008453. Add support for navigator.hardwareConcurrency. r=khuey 2016-03-16 15:41:38 -04:00
RuntimeService.h Bug 1008453. Add support for navigator.hardwareConcurrency. r=khuey 2016-03-16 15:41:38 -04:00
ScriptLoader.cpp Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
ScriptLoader.h Bug 1252123. Remove some unnecessary JSContext arguments from worker ScriptLoader methods. r=khuey 2016-02-29 14:52:42 -05:00
ServiceWorker.cpp
ServiceWorker.h Bug 1252055 P1 Make equivalent ServiceWorker DOM objects strictly equal in js. r=ehsan 2016-03-03 19:37:57 -05:00
ServiceWorkerClient.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerClient.h
ServiceWorkerClients.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerClients.h
ServiceWorkerCommon.h
ServiceWorkerContainer.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerContainer.h
ServiceWorkerEvents.cpp Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
ServiceWorkerEvents.h Bug 1257042: Remove the worker descriptor for PushEvent and PushMessageData. r=bz 2016-03-16 13:44:24 -07:00
ServiceWorkerManager.cpp Bug 1256411 Simplify and cleanup ServiceWorkerInfo. r=ehsan 2016-03-15 07:29:56 -07:00
ServiceWorkerManager.h Bug 1256411 Simplify and cleanup ServiceWorkerInfo. r=ehsan 2016-03-15 07:29:56 -07: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 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
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 1257042: Remove the worker descriptor for PushEvent and PushMessageData. r=bz 2016-03-16 13:44:24 -07:00
ServiceWorkerPrivate.h Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerRegistrar.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07: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 1255709. Simplify the JSContext/GlobalObject handling in ServiceWorkerRegistrationMainThread::GetPushManager a bit. r=bkelly 2016-03-11 16:43:31 -05:00
ServiceWorkerRegistration.h
ServiceWorkerScriptCache.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerScriptCache.h Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerWindowClient.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
ServiceWorkerWindowClient.h
SharedWorker.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
SharedWorker.h
URL.cpp
URL.h
WorkerDebuggerManager.cpp
WorkerDebuggerManager.h Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
WorkerFeature.h
WorkerInlines.h
WorkerLocation.cpp Bug 1257038: Remove the worker descriptor for WorkerLocation. r=bz 2016-03-16 11:51:11 -07:00
WorkerLocation.h Bug 1257038: Remove the worker descriptor for WorkerLocation. r=bz 2016-03-16 11:51:11 -07:00
WorkerNavigator.cpp Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
WorkerNavigator.h Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
WorkerPrefs.h Bug 1120715 - Part 6: Remove the dom.requestcache.enabled pref; r=bkelly 2016-03-11 14:40:53 -05:00
WorkerPrivate.cpp Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
WorkerPrivate.h Bug 1257568. Remove the JSContext argument of WorkerPrivate::Kill. r=khuey 2016-03-17 23:23:55 -04:00
WorkerRunnable.cpp Bug 1254847 part 3. Make AutoEntryScript always take ownership of error reporting. r=bholley 2016-03-09 19:02:03 -05:00
WorkerRunnable.h Bug 1072144 part 5. Stop fiddling with compartments on the JSContext before calling PostRun in WorkerRunnable::Run. Add some documentation explaining what's going on. r=khuey 2016-03-01 16:52:26 -05:00
WorkerScope.cpp Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
WorkerScope.h Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
WorkerThread.cpp Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku 2016-02-26 15:52:06 +00:00
WorkerThread.h Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku 2016-02-26 15:52:06 +00:00
Workers.h Bug 1248737. Improve documentation for WorkerRunnable and associated classes. r=khuey 2016-02-18 18:02:51 -05:00
XMLHttpRequest.cpp Bug 1250572 - Force a parent object in MessagePort/Channel and in StructuredCloneHolder, r=smaug 2016-03-01 15:21:11 +01:00
XMLHttpRequest.h Bug 1251480 - Use Rooted<UniquePtr<StateData>> in place of StateData::CustomAutoRooter, r=bz 2016-02-26 18:16:17 -08:00
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h
moz.build Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz 2016-03-18 14:15:46 -07:00
nsIWorkerDebugger.idl Bug 1251045 part 6. Remove the JSContext argument from some worker debugger methods that no longer need it. r=khuey 2016-02-26 15:23:12 -05:00
nsIWorkerDebuggerManager.idl