..
test
Bug 1204269 - Part 2: Add unit tests; r=smaug
2015-11-20 16:32:52 -05:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
DataStore.cpp
Bug 1224596 part 9. Switch DataStore to using the new WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:20 -05:00
DataStore.h
DataStoreCursor.cpp
Bug 1224596 part 10. Switch DataStoreCursor to using the new WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:21 -05:00
DataStoreCursor.h
FileReaderSync.cpp
FileReaderSync.h
Location.cpp
Location.h
moz.build
Bug 1214593 - Remove service worker periodic updater. r=ehsan
2015-11-02 16:08:44 +08:00
Navigator.cpp
Bug 1224596 part 11. Switch WorkerNavigator to using the new WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:21 -05:00
Navigator.h
Bug 1224596 part 11. Switch WorkerNavigator to using the new WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:21 -05:00
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl
Performance.cpp
Bug 1226147 - WorkerPrivate->CreationTime() and CreationTimeStamp(), r=bz
2015-11-19 20:32:49 +00:00
Performance.h
Bug 1169068 - Performance.translateTime(), r=bz
2015-11-19 14:04:47 +00:00
Principal.cpp
Principal.h
PServiceWorkerManager.ipdl
Queue.h
RegisterBindings.cpp
RuntimeService.cpp
No bug. Remove a stray debugging printf of mine. r=me.
2015-11-09 17:25:33 -08:00
RuntimeService.h
Bug 1186810 (part 8) - Replace nsBaseHashtable::Enumerate() calls in dom/workers/ with iterators. r=khuey.
2015-10-26 17:09:44 -07:00
ScriptLoader.cpp
Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking
2015-11-16 22:41:03 +00:00
ScriptLoader.h
ServiceWorker.cpp
Bug 1169068 - Performance.translateTime(), r=bz
2015-11-19 14:04:47 +00:00
ServiceWorker.h
Bug 1169068 - Performance.translateTime(), r=bz
2015-11-19 14:04:47 +00:00
ServiceWorkerClient.cpp
ServiceWorkerClient.h
Bug 1218146 - Move WindowClient.frameType to Client.frameType; r=bzbarsky
2015-10-26 16:00:00 -04:00
ServiceWorkerClients.cpp
Bug 1222097 - Resolve the openWindow URL using the service worker URL as the base URL. r=bkelly
2015-11-06 08:39:00 +01:00
ServiceWorkerClients.h
ServiceWorkerCommon.h
ServiceWorkerContainer.cpp
Bug 1226479. Change ErrorResult::ThrowTypeError/ThrowRangeError to take string references, not pointers. r=mccr8
2015-11-20 13:36:46 -05:00
ServiceWorkerContainer.h
Bug 1218139 - Remove ServiceWorkerContainer.onreloadpage; r=bzbarsky
2015-10-26 15:59:57 -04:00
ServiceWorkerEvents.cpp
Bug 1226479. Change ErrorResult::ThrowTypeError/ThrowRangeError to take string references, not pointers. r=mccr8
2015-11-20 13:36:46 -05:00
ServiceWorkerEvents.h
Bug 1225470 Report a message to the console when a service worker waitUntil() is rejected. r=baku
2015-11-19 13:15:17 -08:00
ServiceWorkerManager.cpp
Bug 1227932 - Fix Service Workers SoftUpdate and registration.update code paths. r=ehsan
2015-11-26 01:09:39 +02:00
ServiceWorkerManager.h
Bug 1227932 - Fix Service Workers SoftUpdate and registration.update code paths. r=ehsan
2015-11-26 01:09:39 +02:00
ServiceWorkerManagerChild.cpp
Bug 1227932 - Fix Service Workers SoftUpdate and registration.update code paths. r=ehsan
2015-11-26 01:09:39 +02:00
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp
Back out 94ac8462f124 (bug 1225121) for frequent e10s failures in claim-using-registration.https.html
2015-11-24 20:36:07 -08:00
ServiceWorkerManagerParent.h
Back out 94ac8462f124 (bug 1225121) for frequent e10s failures in claim-using-registration.https.html
2015-11-24 20:36:07 -08:00
ServiceWorkerManagerService.cpp
Back out 94ac8462f124 (bug 1225121) for frequent e10s failures in claim-using-registration.https.html
2015-11-24 20:36:07 -08:00
ServiceWorkerManagerService.h
ServiceWorkerMessageEvent.cpp
Bug 1224061: Make Event::InitEvent infallible. r=smaug
2015-11-13 08:09:42 +08:00
ServiceWorkerMessageEvent.h
ServiceWorkerPrivate.cpp
Bug 1226441 - Part 2: Delay functional event dispatch until service worker is activated; r=catalinb
2015-11-24 10:49:00 -05:00
ServiceWorkerPrivate.h
Bug 1226441 - Part 2: Delay functional event dispatch until service worker is activated; r=catalinb
2015-11-24 10:49:00 -05:00
ServiceWorkerRegistrar.cpp
ServiceWorkerRegistrar.h
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp
Bug 1227932 - Fix Service Workers SoftUpdate and registration.update code paths. r=ehsan
2015-11-26 01:09:39 +02:00
ServiceWorkerRegistration.h
ServiceWorkerScriptCache.cpp
Bug 1221308 Fix some service worker related warnings. r=baku
2015-11-04 08:26:46 -08:00
ServiceWorkerScriptCache.h
Bug 1207727 - Rework updating service workers according to the latest spec. r=bkelly
2015-10-26 10:59:48 +08:00
ServiceWorkerWindowClient.cpp
ServiceWorkerWindowClient.h
Bug 1218146 - Move WindowClient.frameType to Client.frameType; r=bzbarsky
2015-10-26 16:00:00 -04:00
SharedWorker.cpp
Bug 1221852 - SharedWorker.port should be always not null, r=smaug
2015-11-17 23:38:39 +00:00
SharedWorker.h
URL.cpp
Bug 1224596 part 14. Switch URL to using the new WorkerMainThreadRunnable::Dispatch signature. r=baku
2015-11-24 00:04:21 -05:00
URL.h
Bug 1224596 part 14. Switch URL to using the new WorkerMainThreadRunnable::Dispatch signature. r=baku
2015-11-24 00:04:21 -05:00
WorkerDebuggerManager.cpp
WorkerDebuggerManager.h
WorkerFeature.h
WorkerInlines.h
WorkerPrefs.h
Bug 1218119 - Simplify defining worker prefs; r=baku
2015-10-26 14:06:28 -04:00
WorkerPrivate.cpp
Bug 1224007 part 4. Fix some cases in which ErrorResult instances are destroyed without doing anything useful with exceptions on them. r=peterv
2015-11-20 16:29:41 -05:00
WorkerPrivate.h
Bug 1226147 - WorkerPrivate->CreationTime() and CreationTimeStamp(), r=bz
2015-11-19 20:32:49 +00:00
WorkerRunnable.cpp
Bug 1224596 part 17. Remove the old WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:21 -05:00
WorkerRunnable.h
Bug 1224596 part 17. Remove the old WorkerMainThreadRunnable::Dispatch signature. r=khuey
2015-11-24 00:04:21 -05:00
Workers.h
Bug 1218119 - Simplify defining worker prefs; r=baku
2015-10-26 14:06:28 -04:00
WorkerScope.cpp
Bug 1125423 part 5 - Remove innerObject/outerObject/thisValue Class hooks. r=luke
2015-11-06 19:03:52 +01:00
WorkerScope.h
Bug 1218142 - Remove ServiceWorkerGlobalScope.onbeforeevicted/onevicted; r=bzbarsky
2015-10-26 15:59:58 -04:00
WorkerThread.cpp
WorkerThread.h
XMLHttpRequest.cpp
XMLHttpRequest.h
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h