Commit Graph

20 Commits

Author SHA1 Message Date
Shu-yu Guo
45211869c8 Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Mark Hammond
f9c39cee7d Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
--HG--
extra : rebase_source : 4e9f51eb421ccd12e2fc14b6294a104d1c7a1aff
2014-10-11 12:37:16 +11:00
Jim Blandy
b6b202b6bb Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Matthew Noorenberghe
9e0093f0ee Bug 894188 - "resetSupported is not defined" in safe mode dialog. r=jaws 2013-07-15 21:09:00 -07:00
Andres Hernandez
13b53f0578 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Matthew Noorenberghe
574960425a Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi
--HG--
extra : rebase_source : de3907b72625eee1ae897b8991aaeebf38f97480
2012-03-09 15:21:03 -08:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Matthew Noorenberghe
fde3087a8e Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
Marco Castelluccio
f04bd3c6d8 Bug 521264 - Don't use file.exists() when not necessary - browser/base part; r=dietrich 2011-08-30 22:45:31 +01:00
Dave Townsend
b8775a6ce2 Bug 600068: Safe mode dialog doesn't always disable all add-ons. r=gavin, a=blocks-betaN 2010-10-11 09:34:28 -07:00
Asaf Romano
8da096fc3b Bug 575157 - Safe Mode's "Disable All Add-Ons" Has No Effect. r=mossop 2010-07-01 00:36:29 +02:00
Dão Gottwald
bea18b662b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
Dão Gottwald
c982ab9fc0 Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend 2009-11-07 09:21:07 +01:00
Gijs Kruitbosch
41ba1acfa5 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Tyler Downer
c416a3ded7 Bug 503457 - Change "Reset bookmarks to Firefox defaults" to "Delete all bookmarks except for backups". r=rstrong, ui-r=boriss 2009-07-31 14:49:58 +02:00
Dão Gottwald
2b158c4a2f Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2009-04-10 10:24:24 +02:00
Dave Townsend
1dfcbe4384 Bug 409959: Safe mode option to disable all add-ons doesn't disable plugins. r=gavin 2008-07-11 21:11:59 +01:00
rob_strong@exchangecode.com
fa92d85526 Bug 392140 - Remove TYPE_PLUGIN from the extension manager. r=bsmedberg 2007-08-16 14:14:51 -07:00
gavin@gavinsharp.com
3b23c3bc14 Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg 2007-05-02 13:13:33 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00