gecko-dev/dom/workers
Nicholas Nethercote e7f10a07fd Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
This patch makes most Run() declarations in subclasses of nsIRunnable have the
same form: |NS_IMETHOD Run() override|.

As a result of these changes, I had to add |override| to a couple of other
functions to satisfy clang's -Winconsistent-missing-override warning.

--HG--
extra : rebase_source : 815d0018b0b13329bb5698c410f500dddcc3ee12
2016-08-08 12:18:10 +10:00
..
test Bug 918703 - Part 2: Correct progress event logic so events are sent in the correct order and with the correct values according to spec. r=baku 2016-08-05 23:47:40 -04:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
FileReaderSync.cpp
FileReaderSync.h
PServiceWorkerManager.ipdl
Principal.cpp
Principal.h
Queue.h
RegisterBindings.cpp
RuntimeService.cpp Backed out changeset c3f06ba15fda -- worker setup isn't happening quite as early as it was assumed to occur, so we have impermissible cross-thread happenings occurring sometimes. r=three-to-five-oranges-per-push-per-philor 2016-08-08 19:43:15 -07:00
RuntimeService.h Bug 1284808 - Rename RuntimeOptions to ContextOptions and move it to the context. r=luke,baku 2016-07-07 08:15:15 +02:00
ScriptLoader.cpp Bug 1288736 - Add some missing rv.SuppressException(), r=smaug 2016-07-22 16:50:10 +02:00
ScriptLoader.h Bug 482388 - Use default url encoding to create channel when creating child workers or importing scripts in a worker. r=khuey 2016-04-28 15:44:08 +08:00
ServiceWorker.cpp Bug 1282603: Don't use 'workers': True for *WorkerGlobalScope. r=baku 2016-06-28 10:47:23 -07:00
ServiceWorker.h
ServiceWorkerClient.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerClient.h
ServiceWorkerClients.cpp Backed out 25 changesets (bug 1261842, bug 1278985) breaking firefox-ui tests 2016-07-19 09:12:58 +02:00
ServiceWorkerClients.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ServiceWorkerCommon.h
ServiceWorkerContainer.cpp Bug 1283674 P1 Make ServiceWorkerContainer::GetController() work gracefully when its window is disconnected. r=baku 2016-07-04 06:50:25 -07:00
ServiceWorkerContainer.h
ServiceWorkerEvents.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerEvents.h Bug 1267021 - Use fallible allocation and move semantics for Push events. r=wchen 2016-04-22 20:54:22 -07:00
ServiceWorkerInfo.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerInfo.h Bug 1260591 Move ServiceWorkerInfo and ServiceWorkerRegistrationInfo into separate files. r=jdm 2016-04-08 17:28:25 -07:00
ServiceWorkerJob.cpp Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
ServiceWorkerJob.h Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm 2016-04-06 13:27:23 -07:00
ServiceWorkerJobQueue.cpp Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm 2016-04-06 13:27:23 -07:00
ServiceWorkerJobQueue.h Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm 2016-04-06 13:27:23 -07:00
ServiceWorkerManager.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerManager.h Bug 1170543 P3 Expose ServiceWorker idle thread state to ServiceWorkerManager. r=asuth 2016-07-27 20:36:10 -04:00
ServiceWorkerManagerChild.cpp
ServiceWorkerManagerChild.h
ServiceWorkerManagerParent.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerManagerParent.h
ServiceWorkerManagerService.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ServiceWorkerManagerService.h
ServiceWorkerMessageEvent.cpp
ServiceWorkerMessageEvent.h
ServiceWorkerPrivate.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerPrivate.h Bug 1170543 P3 Expose ServiceWorker idle thread state to ServiceWorkerManager. r=asuth 2016-07-27 20:36:10 -04:00
ServiceWorkerRegisterJob.cpp Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm 2016-04-06 13:27:23 -07:00
ServiceWorkerRegisterJob.h Bug 1256428 P17 Rename service worker job classes to remove "2" suffix. r=jdm 2016-04-06 13:27:23 -07:00
ServiceWorkerRegistrar.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ServiceWorkerRegistrar.h Bug 1249438 P1 Move guts of RegisterServiceWorker() into a protected method that can be tested in gtest. r=baku 2016-03-29 07:20:48 -07:00
ServiceWorkerRegistrarTypes.ipdlh
ServiceWorkerRegistration.cpp Bug 1286956 Serialize ErrorResult when transferring between threads. r=bz 2016-07-15 16:27:28 -07:00
ServiceWorkerRegistration.h Bug 1269154 - Get rid of WorkerFeature: WorkerHolder, r=khuey 2016-06-23 10:53:14 +02:00
ServiceWorkerRegistrationInfo.cpp Bug 1170543 P4 Don't active service worker until the previous active service worker is idle. r=asuth 2016-07-27 20:36:10 -04:00
ServiceWorkerRegistrationInfo.h Bug 1228277 P1 Track service worker scripts during evaluation in ServiceWorkerRegistrationInfo. r=asuth 2016-07-27 19:09:15 -04:00
ServiceWorkerScriptCache.cpp Bug 1233798 - report to console when service worker register fails due to mime-type issues. r=bkelly 2016-07-10 22:22:28 -04:00
ServiceWorkerScriptCache.h
ServiceWorkerUnregisterJob.cpp Bug 1185716 - Unregistering a service worker should drop its push subscription. r=bkelly 2016-05-03 11:44:40 -07:00
ServiceWorkerUnregisterJob.h Bug 1185716 - Unregistering a service worker should drop its push subscription. r=bkelly 2016-05-03 11:44:40 -07:00
ServiceWorkerUpdateJob.cpp Bug 1228277 P1 Track service worker scripts during evaluation in ServiceWorkerRegistrationInfo. r=asuth 2016-07-27 19:09:15 -04:00
ServiceWorkerUpdateJob.h Bug 1228277 P1 Track service worker scripts during evaluation in ServiceWorkerRegistrationInfo. r=asuth 2016-07-27 19:09:15 -04:00
ServiceWorkerWindowClient.cpp Bug 1286472: Replace owner with triggeringPrincipal within docshell. r=bz 2016-07-28 09:20:41 +02:00
ServiceWorkerWindowClient.h Bug 1218148 - Implement WindowClient.navigate() r=baku 2016-05-24 09:05:17 +02:00
SharedWorker.cpp
SharedWorker.h
WorkerDebuggerManager.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
WorkerDebuggerManager.h
WorkerHolder.cpp Bug 1282026 - Add assertions in the DTOR of WorkerHolder - part 2 - assertions, r=bkelly 2016-07-18 09:13:05 +02:00
WorkerHolder.h Bug 1282026 - Add assertions in the DTOR of WorkerHolder - part 2 - assertions, r=bkelly 2016-07-18 09:13:05 +02:00
WorkerInlines.h
WorkerLocation.cpp
WorkerLocation.h
WorkerNavigator.cpp Bug 1267904 - Add telemetry for WorkerMainThreadRunnable, r=khuey 2016-05-03 09:09:47 +02:00
WorkerNavigator.h Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
WorkerPrefs.h Bug 1258490 - Implement file.webkitrelativepath, r=smaug 2016-05-13 13:11:38 +02:00
WorkerPrivate.cpp Bug 1291364. Make sure workers unmark things gray before passing them to JS_CallFunctionValue when running timeouts. r=terrence 2016-08-02 11:31:02 -07:00
WorkerPrivate.h Bug 1289658 Make ExtendableMessageEvent.waitUntil() hold the service worker alive. r=asuth 2016-07-27 10:32:12 -04:00
WorkerRunnable.cpp Bug 1288033 - Decease the busyCount when Cancel() is called in WorkerRunnable, r=khuey 2016-07-21 19:18:51 +02:00
WorkerRunnable.h Bug 1282366 - Improve WorkerHolder use in Runnables, r=khuey 2016-07-04 08:19:10 +02:00
WorkerScope.cpp Bug 1282603: Don't use 'workers': True for *WorkerGlobalScope. r=baku 2016-06-28 10:47:23 -07:00
WorkerScope.h Bug 1282603: Don't use 'workers': True for *WorkerGlobalScope. r=baku 2016-06-28 10:47:23 -07:00
WorkerThread.cpp Bug 1283327: Factor out SynchronouslyCreatePBackground. r=billm 2016-06-30 13:54:06 -07:00
WorkerThread.h Bug 1276549 - Remove rvalue reference mark for already_AddRefed params of nsIEventTarget::Dispatch and related methods. r=froydnj 2016-06-01 10:04:54 +10:00
Workers.h Bug 1284808 - Rename RuntimeOptions to ContextOptions and move it to the context. r=luke,baku 2016-07-07 08:15:15 +02:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl