gecko/js/xpconnect/tests/chrome
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
..
bug503926.xul Bug 1002313 - Fix the test for bug 503926 so that it doesn't rely on nsIDOMNode being scriptable; r=bzbarsky 2014-04-28 19:58:34 -04:00
chrome.ini Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00
file_bug618176.xul
file_bug996069.html Bug 996069 - Part3: Stop inheriting nsEP when window.open is called. r=bz 2014-04-16 22:29:57 +02:00
file_discardSystemSource.html Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00
file_evalInSandbox.html
file_expandosharing.jsm
mochitest.ini Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00
moz.build Bug 990353 - Give tests/chrome its own moz.build file, like tests/mochitest. r=mshal 2014-04-22 14:08:28 -07:00
outoflinexulscript.js
subscript.js
test_APIExposer.xul Bug 930523 = createObjectIn should waive. r=bholley 2013-11-05 08:02:07 +01:00
test_bug361111.xul Bug 943152 - Tests. r=jgriffin 2013-12-04 19:15:40 -08:00
test_bug448587.xul Bug 976148 - Implement Xrays to Function objects. r=gabor 2014-06-19 09:57:06 -07:00
test_bug484459.xul
test_bug500931.xul Fix for bug 853136 (Prepare some tests for HTMLDocument using a WebIDL binding). r=bholley. 2013-03-14 14:50:46 +01:00
test_bug503926.xul Bug 1002313 - Fix the test for bug 503926 so that it doesn't rely on nsIDOMNode being scriptable; r=bzbarsky 2014-04-28 19:58:34 -04:00
test_bug533596.xul
test_bug571849.xul
test_bug596580.xul
test_bug601803.xul
test_bug610390.xul
test_bug614757.xul
test_bug616992.xul
test_bug618176.xul
test_bug654370.xul
test_bug658560.xul
test_bug658909.xul Bug 658909 - Tests. r=mrbkap 2013-03-21 08:20:45 -07:00
test_bug664689.xul Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
test_bug679861.xul
test_bug706301.xul
test_bug720619.xul
test_bug726949.xul
test_bug732665.xul Bug 914325 - Leave ourselves some room to make the call into chrome. r=luke 2013-09-11 15:24:09 -07:00
test_bug738244.xul
test_bug743843.xul
test_bug760076.xul
test_bug760109.xul Bug 987163 - Drop special COW support for TypedArrays. r=gabor 2014-06-17 10:16:08 -07:00
test_bug760131.html
test_bug763343.xul
test_bug771429.xul
test_bug773962.xul
test_bug792280.xul Bug 976704 - Make opaque security wrappers non-callable. r=gabor,sr=mrbkap 2014-03-18 19:23:45 -03:00
test_bug793433.xul
test_bug795275.xul Bug 856437 - Remove LookupMethod test coverage. r=gabor 2013-09-11 11:28:20 -07:00
test_bug799348.xul
test_bug801241.xul
test_bug812415.xul Bug 976148 - Implement Xrays to Function objects. r=gabor 2014-06-19 09:57:06 -07:00
test_bug853283.xul Backed out changeset 55d19e574b86 (bug 853283) for Windows debug bustage on a CLOSED TREE. 2013-03-21 15:25:14 -04:00
test_bug853571.xul Bug 997440 - Fix an XPConnect test bug. r=bz 2014-05-20 22:52:19 -07:00
test_bug858101.xul Bug 858101 - Tests. r=mrbkap 2013-11-20 16:04:01 -08:00
test_bug860494.xul Bug 860494 - Tests. r=bz 2013-09-17 09:46:30 -07:00
test_bug866823.xul Bug 866823 - Tests. r=gabor,mrbkap 2013-11-20 16:04:00 -08:00
test_bug895340.xul Bug 895340 - Fix error reporting of JS exceptions from C++ (r=bholley) 2013-07-23 08:32:36 -07:00
test_bug932906.xul Bug 932906 - Exempt Remote XUL from CanCreateWrapper checks. r=bz 2013-12-04 19:15:40 -08:00
test_bug996069.xul Bug 996069 - Part3: Stop inheriting nsEP when window.open is called. r=bz 2014-04-16 22:29:57 +02:00
test_chrometoSource.xul Fix mochitest-other debug bustage caused by bug 821726 by expecting assertions, rs=bustage on a CLOSED TREE 2013-11-05 21:43:01 +01:00
test_cloneInto.xul Bug 1027131 - Additional tests for wrapReflectors. r=gabor 2014-06-23 13:25:09 -07:00
test_cows.xul Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
test_discardSystemSource.xul Bug 990353 - Make discardSource a Sandbox option and use it (even in Desktop) for the precompilation scope. r=luke 2014-04-22 14:08:29 -07:00
test_documentdomain.xul
test_doublewrappedcompartments.xul Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz. 2014-02-15 22:12:34 +01:00
test_evalInSandbox.xul Bug 946813 - Part 1: Expose invisibleToDebugger as a sandbox flag. r=bholley 2013-12-19 17:31:05 -06:00
test_evalInWindow.xul Bug 930910 - evalInWindow for Cu. r=bholley 2013-11-05 08:00:30 +01:00
test_exnstack.xul
test_expandosharing.xul Bug 975042 - Update expando sharing tests to test the Xray-to-JS case. r=peterv 2014-03-23 11:02:14 -03:00
test_exposeInDerived.xul
test_getweakmapkeys.xul
test_localstorage_with_nsEp.xul Bug 980023 - Localstorage access with nsEp. r=bholley 2014-03-11 08:41:55 +01:00
test_mozMatchesSelector.xul
test_nodelists.xul
test_paris_weakmap_keys.xul Bug 903772: Part 9 - Use a different class in the weakmap test now that the implementation of TextDecoder has changed. r=peterv 2013-08-22 22:17:10 -07:00
test_precisegc.xul
test_sandboxImport.xul Bug 861461 - Resolve this in sandbox.importFunction. r=bholley 2013-04-14 18:45:36 +02:00
test_scriptSettings.xul Bug 937317 - Tests. r=bz 2013-12-11 17:51:59 -08:00
test_watchpoints.xul
test_weakmap_keys_preserved2.xul Bug 848294 - Update MessageEvent to be compatible with the spec, r=bz 2013-09-11 16:10:01 +02:00
test_weakmap_keys_preserved.xul
test_weakmaps.xul Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
test_weakref.xul
test_wrappers-2.xul
test_wrappers.xul Fix for bug 844225 (Remove some DOMCI and quickstubs). r=bz. 2013-01-10 10:54:46 +01:00
test_xrayToJS.xul Bug 976148 - Tests. r=gabor 2014-06-19 09:57:06 -07:00
utf8_subscript.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
worker_discardSystemSource.js Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00