.. |
test
|
Bug 1113957 - ServiceWorker unregistration uses job queue. r=baku
|
2015-01-22 14:10:38 -08:00 |
ChromeWorkerScope.cpp
|
|
|
ChromeWorkerScope.h
|
|
|
DataStore.cpp
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
DataStore.h
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
DataStoreCursor.cpp
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
DataStoreCursor.h
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
FileReaderSync.cpp
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make rooting analysis happy. r=bz.
|
2015-01-08 22:56:42 +01:00 |
FileReaderSync.h
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make rooting analysis happy. r=bz.
|
2015-01-08 22:56:42 +01:00 |
Location.cpp
|
|
|
Location.h
|
|
|
MessagePort.cpp
|
|
|
MessagePort.h
|
|
|
moz.build
|
Backed out changeset 5ed6d1902cc7 (bug 1113621) for asan mochitest-4 bustage on a CLOSED TREE
|
2015-01-23 19:49:51 -08:00 |
Navigator.cpp
|
|
|
Navigator.h
|
|
|
nsIWorkerDebugger.idl
|
|
|
nsIWorkerDebuggerManager.idl
|
|
|
Performance.cpp
|
|
|
Performance.h
|
|
|
Principal.cpp
|
|
|
Principal.h
|
|
|
Queue.h
|
|
|
RegisterBindings.cpp
|
|
|
RuntimeService.cpp
|
Bug 1113515 - Update ServiceWorker webidl. r=baku
|
2014-10-17 11:43:14 -07:00 |
RuntimeService.h
|
|
|
ScriptLoader.cpp
|
|
|
ScriptLoader.h
|
|
|
ServiceWorker.cpp
|
Backed out changeset 5ed6d1902cc7 (bug 1113621) for asan mochitest-4 bustage on a CLOSED TREE
|
2015-01-23 19:49:51 -08:00 |
ServiceWorker.h
|
Backed out changeset 5ed6d1902cc7 (bug 1113621) for asan mochitest-4 bustage on a CLOSED TREE
|
2015-01-23 19:49:51 -08:00 |
ServiceWorkerClient.cpp
|
|
|
ServiceWorkerClient.h
|
|
|
ServiceWorkerClients.cpp
|
|
|
ServiceWorkerClients.h
|
|
|
ServiceWorkerCommon.h
|
Bug 1111290 - Part 1: Remove MOZ_(BEGIN|END)_ENUM_CLASS. r=waldo
|
2015-01-26 07:22:07 +09:00 |
ServiceWorkerContainer.cpp
|
Bug 1113555 - Update ServiceWorker registration lifecycle. r=baku
|
2014-12-19 02:00:29 -08:00 |
ServiceWorkerContainer.h
|
Bug 1118428 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/workers; r=baku
|
2015-01-06 16:35:26 -05:00 |
ServiceWorkerEvents.cpp
|
Backed out changeset 5ed6d1902cc7 (bug 1113621) for asan mochitest-4 bustage on a CLOSED TREE
|
2015-01-23 19:49:51 -08:00 |
ServiceWorkerEvents.h
|
Bug 1113627 - Refactor lifecycle event dispatching and handling. r=baku,bz
|
2014-12-19 05:01:53 -08:00 |
ServiceWorkerManager.cpp
|
Bug 1113957 - ServiceWorker unregistration uses job queue. r=baku
|
2015-01-22 14:10:38 -08:00 |
ServiceWorkerManager.h
|
Bug 1113957 - ServiceWorker unregistration uses job queue. r=baku
|
2015-01-22 14:10:38 -08:00 |
ServiceWorkerRegistration.cpp
|
Bug 1113957 - ServiceWorker unregistration uses job queue. r=baku
|
2015-01-22 14:10:38 -08:00 |
ServiceWorkerRegistration.h
|
Bug 1043701 followup: add missing #include to provide ServiceWorkerState enum. (no review, minor obviously-correct patch to fix local build bustage)
|
2015-01-26 10:31:38 -08:00 |
SharedWorker.cpp
|
|
|
SharedWorker.h
|
|
|
URL.cpp
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
URL.h
|
Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
|
2015-01-20 16:44:14 -05:00 |
WorkerDebuggerManager.cpp
|
|
|
WorkerDebuggerManager.h
|
|
|
WorkerFeature.h
|
|
|
WorkerInlines.h
|
|
|
WorkerPrivate.cpp
|
Bug 1113582 - ServiceWorker parse errors are now properly handled during the Update phase. r=baku,bz
|
2014-12-19 02:48:31 -08:00 |
WorkerPrivate.h
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
|
2015-01-08 23:19:05 -05:00 |
WorkerRunnable.cpp
|
|
|
WorkerRunnable.h
|
|
|
Workers.h
|
|
|
WorkerScope.cpp
|
Bug 1113577 - Fixes in ServiceWorkerGlobalScope.unregister implementation to prevent Promise release on wrong thread.
|
2014-10-27 16:37:03 -07:00 |
WorkerScope.h
|
Bug 1123016 - Clarify the ownership of DOMEventTargetHelper::mParentObject/mOwnerWindow; r=smaug
|
2015-01-23 08:37:37 -05:00 |
WorkerThread.cpp
|
Bug 1121129 - Guard against multiple threads dispatching to a worker thread at the same time, r=khuey.
|
2015-01-14 13:50:03 -08:00 |
WorkerThread.h
|
Bug 1121129 - Guard against multiple threads dispatching to a worker thread at the same time, r=khuey.
|
2015-01-14 13:50:03 -08:00 |
XMLHttpRequest.cpp
|
Bug 1120336 - Fix another hang with blobURL+workers+indexedDB+xhr, r=khuey.
|
2015-01-13 14:15:04 -08:00 |
XMLHttpRequest.h
|
Bug 914067 - Remove JSVAL_VOID from dom/; r=jst
|
2015-01-14 08:59:06 +01:00 |
XMLHttpRequestUpload.cpp
|
|
|
XMLHttpRequestUpload.h
|
|
|