Commit Graph

15 Commits

Author SHA1 Message Date
Jordan Santell
52a5234344 Bug 1172182 - Pull out memory utility logic out of the MemoryActor so other actors can consume it. r=vp 2015-06-09 17:01:30 -07:00
Nick Fitzgerald
9b4d100c1f Bug 1170806 - Fix GeneratedLocation documentation comment DONTBUILD; r=me 2015-06-02 15:50:18 -07:00
Gabriel Luong
946242500a Bug 1084525 - Part 2: Refactor expectState from memory-bridge.js to common.js r=fitzgen 2015-06-02 14:52:49 -07:00
Tom Tromey
a4d7a5bc76 Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset 2015-05-28 11:54:00 -04:00
Eddy Bruël
0612e15f82 Bug 1147972 - Test setting a breakpoint on a column;r=jlong 2015-04-03 14:46:27 +02:00
Eddy Bruël
a9454cf87b Bug 1129784 - Implement column sliding for source mapped sources;r=jlong 2015-04-01 11:03:57 +02:00
Eddy Bruël
8b212984d3 Bug 1141507 - Refactor breakpoint sliding for source mapped sources;r=jlong 2015-03-27 07:49:16 +01:00
Eddy Bruël
70d0d8884e Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
Eddy Bruël
f6e6c54794 Bug 1131643 - Implement a Location object;r=jlong 2015-02-23 09:36:58 +01:00
Jan Odvarko
fb38ee51e3 Bug 977443 - Implement an actor that defines new actors. r=ochameau 2014-10-03 12:49:00 +01:00
Alexandre Poirot
6e822d928e Bug 988237 - Expose an API to load actors lazily. r=past 2014-09-16 06:00:00 -04:00
Jakub Jurovych
497f5add2e Bug 1052220 - Show traces' hit counts. r=fitzgen 2014-08-26 18:25:00 +02: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
Eddy Bruel
9437809ecd Bug 1003095 - Fix strict errors in the debugger server;r=past 2014-05-15 16:36:03 +02:00
0172c59143 Bug 859372 - Factor out common actor definitions; r=past 2014-04-24 13:13:12 +02:00