Commit Graph

11 Commits

Author SHA1 Message Date
Steve Fink
4a4b21b9df No bug. Update to new way of detecting emacs
MozReview-Commit-ID: 4GJ2zg5vRN4
2017-03-26 15:43:23 -07:00
Steve Fink
842aec58be Bug 944164 - Further jorendb fixes, r=me
MozReview-Commit-ID: FmU2mqudGY7
2016-04-18 13:21:33 -07:00
Steve Fink
0135113d64 Bug 944164 - Update jorendb to current function names, and much else:
Change how I/O redirection works
Add brief output format
Implement p/flags
Many other changes
r=NPOTB so DONTBUILD, and I am the only user

MozReview-Commit-ID: 2sAxYcYHs72
2016-03-25 10:52:43 -07:00
Tom Tromey
cc199151f6 Bug 863089 - replace Debugger.Script.getOffsetLine with getOffsetLocation; r=fitzgen 2015-10-22 09:35:00 +02:00
Shu-yu Guo
8e28785a87 Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff) 2015-08-30 15:08:19 -07:00
Jim Blandy
39dc0c6097 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
Steve Fink
955b3ad89f Bug 876776 - Import latest version of js/examples/jorendb.js. DONTBUILD 2013-06-04 12:14:17 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Jim Blandy
f2a1aec794 No bug: Bring jorendb up to date with current state of Debugger object. r=NPOB,jorendorff 2011-12-09 14:12:36 -08:00
Jason Orendorff
26b802963b Add a throw hook to jorendb. 2011-05-13 21:13:04 -05:00
Jason Orendorff
f12b4d29a4 Add js/examples/jorendb.js. 2011-05-11 14:47:19 -05:00