Commit Graph

9 Commits

Author SHA1 Message Date
Gregory Moore
4248c7de55 Bug 883627 - Updated CreateResetProfile() to use the existing profile name for the newly created profile, r=gijs
MozReview-Commit-ID: Gkul477NIDG
2017-02-09 15:29:58 -08:00
Nicholas Nethercote
1f65390cc9 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.
2016-08-08 12:18:10 +10:00
Kyle Huey
a9cf047227 Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
Mike Hommey
b9dbe46ca2 Bug 1225682 - Don't use nsAuto{,C}String as class member variables in toolkit/. r=froydnj 2015-12-02 11:04:37 +09:00
Ehsan Akhgari
772b84d0d7 Bug 1156034 - Add some missing error handling to ProfileResetCleanupAsyncTask; r=bsmedberg 2015-04-20 13:10:32 -04:00
Nathan Froyd
b4a5129cce Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan 2013-09-10 16:56:05 -04:00
Gijs Kruitbosch
5eb3dbc4d3 Bug 763890 - Add all the old profiles to the same folder when resetting Firefox multiple times, r=bsmedberg 2013-04-05 14:31:28 +02:00
Geoff Lankow
7a64448b03 Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
Matthew Noorenberghe
300316b0e4 Bug 731047 - Clean up old profile after Firefox profile reset. r=bsmedberg, ui-r=limi 2012-03-19 17:01:49 -07:00