Commit Graph

13 Commits

Author SHA1 Message Date
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
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Timothy Nikkel
86aba3d43e Bug 502937. Part 5. Create some tests. 2010-04-16 13:15:28 -05:00
Henri Sivonen
8803c27a7f Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas 2009-06-29 00:44:22 +02:00
Johnny Stenback
87138ce673 Backed out changeset 168dd0eb7283 2009-06-28 11:47:11 -07:00
Henri Sivonen
d987204ff8 HTML5 parsing implies colgroup like IE 2009-05-19 15:21:10 +03:00
Henri Sivonen
96f8d4139b HTML5 parsing implies colgroup like IE 2009-05-18 17:10:29 +03:00
Henri Sivonen
5ae21790b8 HTML5 parsing implies colgroup like IE 2009-05-18 17:02:34 +03:00
bmlk%gmx.de
9303d155ca moving table dom entries into sub dir reftest.list adding test for 373390 2007-03-17 15:50:42 +00:00
jruderman%hmc.edu
a39630a88d Remove stray dump() from test. r=bernd. 2007-03-07 21:50:58 +00:00
jruderman%hmc.edu
a2170b07b4 Add reftest for bug 372776. r=bernd. 2007-03-07 19:17:24 +00:00
bmlk%gmx.de
fee39a21c6 forgot the js that drives the table-dom tests not part of any build 2006-11-06 06:20:45 +00:00
bmlk%gmx.de
7d6ef1a6a2 conversion of the table dom layout regression files to reftest, not part of any build 2006-11-05 16:43:35 +00:00