gecko-dev/extensions/universalchardet/tests
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
..
CharsetDetectionTests.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
bug9357_text.html
bug171813_text.html
bug306272_text.html
bug421271_text.html
bug426271_text-euc-jp.html
bug426271_text-utf-8.html
bug431054_text.html
bug488426_text.html
bug547487_text.html
bug620106_text.html
bug631751be_text.html
bug631751le_text.html
bug638318_text.html
bug811363-1.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-2.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-3.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-4.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-5.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-6.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-7.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-8.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-9.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-invalid-1.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-invalid-2.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-invalid-3.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-invalid-4.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
bug811363-invalid-5.text UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
chrome.ini Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
moz.build Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
test_bug9357.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug171813.html
test_bug306272.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug421271.html
test_bug426271-euc-jp.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug426271-utf-8.html Bug 404077: Annotate known assertions in mochitests. 2013-02-25 18:39:21 -08:00
test_bug431054-japanese.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug431054.html
test_bug488426.html Bug 863728 - Implement the replacement encoding. r=emk. 2013-11-25 10:06:56 +02:00
test_bug547487.html
test_bug620106.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug631751be.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug631751le.html Bug 799917 - Backout for various regressions. 2012-10-28 08:49:20 -04:00
test_bug638318.html Bug 844461 - Perform alias resolution on the fallback encoding pref value. r=smontagu. 2013-03-04 20:09:11 +02:00
test_bug811363-1-1.html Bug 844461 - Perform alias resolution on the fallback encoding pref value. r=smontagu. 2013-03-04 20:09:11 +02:00
test_bug811363-1-2.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-1-3.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-1-4.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-1-5.html Bug 844461 - Perform alias resolution on the fallback encoding pref value. r=smontagu. 2013-03-04 20:09:11 +02:00
test_bug811363-2-1.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-2.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-3.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-4.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-5.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-6.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-7.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-8.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00
test_bug811363-2-9.html UTF-8 auto-detection tests. Bug 811363 2012-11-16 11:33:12 -08:00