Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Jim Blandy 7e20285e70 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
Andres Hernandez 41c0955363 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Javi Rueda cc999cc4f4 Bug 246827 - Newly added languages should appear on top of the list. r=gavin 2011-12-05 00:25:24 +01:00
smontagu%smontagu.org acbe5a2568 Make case-insensitive comparisons between the list of language-region codes and the intl.accept_languages pref. Bug 370387, r=mano 2007-02-15 16:39:04 +00:00
gavin%gavinsharp.com 4ee897ceaa Bug 303520: Cannot select added language in language preferences dialog if added when the list can scroll, r=mconnor 2005-09-13 22:49:40 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
aaronleventhal%moonset.net 1c7cc222e3 Bug 306726. Should not have accesskey on a menulist option label. r=mano 2005-09-01 19:58:51 +00:00
jshin%mailaps.org f3fe549e04 bug 300759 : bad sorting of language names in non-English locales : r/a=mconnor 2005-07-20 14:17:21 +00:00
db48x%yahoo.com e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
ben%bengoodger.com e440bea2f9 284560 - Can't add English [en] to the language list. Prevent discovery of "en" in the language list when really the match is en-us. Patch by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=me... also relocate license header to top of file 2005-03-05 08:41:53 +00:00
ben%bengoodger.com a412b577ea 283604 - adding languages to languages dialog is broken 2005-02-27 09:24:00 +00:00
ben%bengoodger.com b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00