gecko/layout/reftests/table-dom
Jim Blandy 4d6a633bba 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
..
appendCells1-ref.html
appendCells1.html
appendCellsRebuild1-ref.html
appendCellsRebuild1.html
appendCellsZeroColspan-ref.html
appendCellsZeroColspan.html
appendCol1-ref.html
appendCol1.html
appendCol2-ref.html
appendCol2.html
appendColGroup1-ref.html
appendColGroup1.html
appendRowsExpand1-ref.html
appendRowsExpand1.html
appendTbodyExpand1-ref.html
appendTbodyExpand1.html
deleteCellsExpandZeroColspan-ref.html
deleteCellsExpandZeroColspan.html
deleteCellsRebuild1-ref.html
deleteCellsRebuild1.html
deleteCellsShrink1-ref.html
deleteCellsShrink1.html
deleteCellsShrink2-ref.html
deleteCellsShrink2.html
deleteCol1-ref.html
deleteCol1.html
deleteCol2-ref.html
deleteCol2.html
deleteCol3-ref.html
deleteCol3.html
deleteColGroup1-ref.html
deleteColGroup1.html
deleteColGroup2-ref.html
deleteColGroup2.html
deleteRowsRebuild1-ref.html
deleteRowsRebuild1.html
deleteRowsRebuild1a-ref.html
deleteRowsRebuild1a.html
deleteRowsShrink1-ref.html
deleteRowsShrink1.html
deleteTbodyExpand1-ref.html
deleteTbodyExpand1.html
deleteTbodyRebuild1-ref.html
deleteTbodyRebuild1.html
insertCaptionsAndRows1-ref.html
insertCaptionsAndRows1.html
insertCaptionsAndRows2-ref.html
insertCaptionsAndRows2.html
insertCaptionsAndRows3-ref.html
insertCaptionsAndRows3.html
insertCaptionsAndRows4-ref.html
insertCaptionsAndRows4.html
insertCellsExpand1-ref.html
insertCellsExpand1.html
insertCellsExpand2-ref.html
insertCellsExpand2.html
insertCellsExpandZeroRowspan-ref.html
insertCellsExpandZeroRowspan.html
insertCellsRebuild1-ref.html
insertCellsRebuild1.html
insertCellsRebuild2-ref.html
insertCellsRebuild2.html
insertCellsZeroColspan-ref.html
insertCellsZeroColspan.html
insertColgroupAndRowgroup-ref.html
insertColgroupAndRowgroup.html
insertColGroups1-ref.html
insertColGroups1.html
insertColGroups2-ref.html
insertColGroups2.html
insertCols1-ref.html
insertCols1.html
insertCols2-ref.html
insertCols2.html
insertCols3-ref.html
insertCols3.html
insertCols4-ref.html
insertCols4.html
insertCols5-ref.html
insertCols5.html
insertRowsExpand1-ref.html
insertRowsExpand1.html
insertRowsRebuild1-ref.html
insertRowsRebuild1.html
insertTbodyExpand1-ref.html
insertTbodyExpand1.html
insertTbodyRebuild1-ref.html
insertTbodyRebuild1.html
reftest.list
tableDom.js