gecko/dom/tests/mochitest/dom-level2-core
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
..
files Bug 939518 - Part b: move support files for dom-level2-core into manifests; r=mrbkap 2013-11-28 15:07:53 +01:00
DOMTestCase.js
exclusions.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
mochitest.ini Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_attrgetownerelement01.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_attrgetownerelement02.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_attrgetownerelement03.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_attrgetownerelement04.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_attrgetownerelement05.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_createAttributeNS01.html
test_createAttributeNS02.html
test_createAttributeNS03.html
test_createAttributeNS04.html
test_createAttributeNS05.html
test_createAttributeNS06.html
test_createDocument01.html
test_createDocument02.html
test_createDocument03.html
test_createDocument04.html
test_createDocument05.html
test_createDocument06.html
test_createDocument07.html
test_createDocumentType01.html
test_createDocumentType02.html
test_createDocumentType03.html
test_createElementNS01.html
test_createElementNS02.html
test_createElementNS03.html
test_createElementNS04.html
test_createElementNS05.html
test_createElementNS06.html
test_documentcreateattributeNS01.html
test_documentcreateattributeNS02.html
test_documentcreateattributeNS03.html
test_documentcreateattributeNS04.html
test_documentcreateattributeNS05.html
test_documentcreateattributeNS06.html
test_documentcreateattributeNS07.html
test_documentcreateelementNS01.html
test_documentcreateelementNS02.html
test_documentcreateelementNS05.html
test_documentcreateelementNS06.html
test_documentgetelementbyid01.html
test_documentgetelementsbytagnameNS01.html
test_documentgetelementsbytagnameNS02.html
test_documentgetelementsbytagnameNS03.html
test_documentgetelementsbytagnameNS04.html
test_documentgetelementsbytagnameNS05.html
test_documentimportnode01.html
test_documentimportnode02.html
test_documentimportnode03.html
test_documentimportnode04.html
test_documentimportnode05.html
test_documentimportnode06.html
test_documentimportnode07.html
test_documentimportnode08.html
test_documentimportnode09.html
test_documentimportnode10.html
test_documentimportnode11.html
test_documentimportnode12.html
test_documentimportnode13.html
test_documentimportnode14.html
test_documentimportnode15.html
test_documentimportnode17.html
test_documentimportnode18.html
test_documentimportnode19.html
test_documentimportnode20.html
test_documentimportnode21.html
test_documentimportnode22.html
test_documenttypeinternalSubset01.html
test_documenttypepublicid01.html
test_documenttypesystemid01.html
test_domimplementationcreatedocument03.html
test_domimplementationcreatedocument04.html
test_domimplementationcreatedocument05.html
test_domimplementationcreatedocument07.html
test_domimplementationcreatedocumenttype01.html
test_domimplementationcreatedocumenttype02.html
test_domimplementationcreatedocumenttype04.html
test_domimplementationfeaturecore.html
test_domimplementationfeaturexmlversion2.html
test_domimplementationhasfeature01.html
test_elementgetattributenodens01.html
test_elementgetattributenodens02.html
test_elementgetattributenodens03.html
test_elementgetattributens02.html
test_elementgetelementsbytagnamens02.html
test_elementgetelementsbytagnamens04.html
test_elementgetelementsbytagnamens05.html
test_elementhasattribute01.html
test_elementhasattribute02.html
test_elementhasattribute03.html
test_elementhasattribute04.html
test_elementhasattributens01.html
test_elementhasattributens02.html
test_elementhasattributens03.html
test_elementremoveattributens01.html
test_elementsetattributenodens01.html
test_elementsetattributenodens02.html
test_elementsetattributenodens03.html
test_elementsetattributenodens04.html
test_elementsetattributenodens05.html
test_elementsetattributenodens06.html
test_elementsetattributens01.html
test_elementsetattributens02.html
test_elementsetattributens03.html
test_elementsetattributens04.html
test_elementsetattributens05.html
test_elementsetattributens08.html
test_elementsetattributensurinull.html
test_getAttributeNodeNS01.html
test_getAttributeNodeNS02.html
test_getAttributeNS01.html
test_getAttributeNS02.html
test_getAttributeNS03.html
test_getAttributeNS04.html
test_getAttributeNS05.html
test_getElementById01.html
test_getElementById02.html
test_getElementsByTagNameNS01.html
test_getElementsByTagNameNS02.html
test_getElementsByTagNameNS03.html
test_getElementsByTagNameNS04.html
test_getElementsByTagNameNS05.html
test_getElementsByTagNameNS06.html
test_getElementsByTagNameNS07.html
test_getElementsByTagNameNS08.html
test_getElementsByTagNameNS09.html
test_getElementsByTagNameNS10.html
test_getElementsByTagNameNS11.html
test_getElementsByTagNameNS12.html
test_getElementsByTagNameNS13.html
test_getElementsByTagNameNS14.html
test_getNamedItemNS01.html
test_getNamedItemNS02.html
test_getNamedItemNS03.html
test_getNamedItemNS04.html
test_hasAttribute01.html
test_hasAttribute02.html
test_hasAttribute03.html
test_hasAttribute04.html
test_hasAttributeNS01.html
test_hasAttributeNS02.html
test_hasAttributeNS03.html
test_hasAttributeNS04.html
test_hasAttributeNS05.html
test_hasAttributes01.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_hasAttributes02.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_hc_namednodemapinvalidtype1.html
test_hc_nodedocumentfragmentnormalize1.html
test_hc_nodedocumentfragmentnormalize2.html
test_importNode01.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_importNode02.html
test_importNode03.html
test_importNode04.html
test_importNode05.html
test_importNode06.html
test_importNode07.html
test_importNode08.html
test_importNode09.html
test_importNode10.html
test_importNode11.html
test_importNode12.html
test_importNode13.html
test_importNode14.html
test_importNode15.html
test_importNode16.html
test_importNode17.html
test_internalSubset01.html
test_localName01.html
test_localName02.html
test_localName03.html
test_localName04.html
test_namednodemapgetnameditemns01.html
test_namednodemapgetnameditemns02.html
test_namednodemapgetnameditemns03.html
test_namednodemapgetnameditemns04.html
test_namednodemapgetnameditemns05.html
test_namednodemapgetnameditemns06.html
test_namednodemapremovenameditemns01.html
test_namednodemapremovenameditemns02.html
test_namednodemapremovenameditemns03.html
test_namednodemapremovenameditemns04.html
test_namednodemapremovenameditemns05.html
test_namednodemapremovenameditemns06.html
test_namednodemapremovenameditemns07.html
test_namednodemapremovenameditemns08.html
test_namednodemapremovenameditemns09.html
test_namednodemapsetnameditemns01.html
test_namednodemapsetnameditemns02.html
test_namednodemapsetnameditemns03.html
test_namednodemapsetnameditemns04.html
test_namednodemapsetnameditemns05.html
test_namednodemapsetnameditemns06.html
test_namednodemapsetnameditemns07.html
test_namednodemapsetnameditemns08.html
test_namednodemapsetnameditemns09.html
test_namednodemapsetnameditemns10.html
test_namednodemapsetnameditemns11.html
test_namespaceURI01.html
test_namespaceURI02.html
test_namespaceURI03.html
test_namespaceURI04.html
test_nodegetlocalname03.html
test_nodegetnamespaceuri03.html
test_nodegetownerdocument01.html
test_nodegetownerdocument02.html
test_nodegetprefix03.html
test_nodehasattributes01.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_nodehasattributes02.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_nodehasattributes03.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_nodehasattributes04.html Bug 856752. Reinstate Node.hasAttributes. r=khuey 2013-04-02 00:04:19 -04:00
test_nodenormalize01.html
test_normalize01.html
test_ownerDocument01.html
test_ownerElement01.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_ownerElement02.html Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end 2014-03-21 16:04:09 -04:00
test_prefix01.html
test_prefix02.html
test_prefix03.html
test_prefix04.html
test_publicId01.html
test_removeAttributeNS01.html
test_removeAttributeNS02.html
test_removeNamedItemNS01.html
test_removeNamedItemNS02.html
test_removeNamedItemNS03.html
test_setAttributeNodeNS01.html
test_setAttributeNodeNS02.html
test_setAttributeNodeNS03.html
test_setAttributeNodeNS04.html
test_setAttributeNodeNS05.html
test_setAttributeNS01.html
test_setAttributeNS02.html
test_setAttributeNS03.html
test_setAttributeNS04.html
test_setAttributeNS05.html
test_setAttributeNS06.html
test_setAttributeNS07.html
test_setAttributeNS09.html
test_setAttributeNS10.html
test_setNamedItemNS01.html
test_setNamedItemNS02.html
test_setNamedItemNS03.html
test_setNamedItemNS04.html
test_setNamedItemNS05.html
test_systemId01.html