James Long
edda82574b
Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen
2014-11-25 15:02:39 -08:00
Shu-yu Guo
6cfc2eb110
Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo)
2014-09-15 16:30:46 -07:00
Adrian Aichner
484bc426c5
Bug 1058183 - Expose code folding as an option for all editor instances. r=bgrins
2014-09-12 13:36:00 +02:00
Jakub Jurovych
497f5add2e
Bug 1052220 - Show traces' hit counts. r=fitzgen
2014-08-26 18:25:00 +02:00
Jayesh Choudhari
0ec3d8ebac
Bug 1043154 - Open Split console on ESC if the focus is inside source editor (style editor / debugger). r=bgrins
2014-08-06 22:38:00 -04: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
James Long
99b4194c7f
Bug 986151 - Fix line number of breakpoints when added from context menu. r=past
2014-05-15 14:51:00 +02:00
Victor Porof
ffaaf21a54
Bug 1006589 - (relanded) Hovering an identifier will sometimes remove the highlighting of the line where the debugger is paused, r=rcampbell
2014-05-08 22:14:42 -04:00
Carsten "Tomcat" Book
ea64f8f5ef
Backed out changeset df8bf3b71adb (bug 1006589) for frequent dt1 test failures
2014-05-08 09:26:29 +02:00
Victor Porof
576c8fd857
Bug 1006666 - Increase the timeout required to show the variables inspection popup, r=rcampbell
2014-05-07 09:38:17 -04:00
Victor Porof
b42dc70b17
Bug 1006589 - Hovering an identifier will sometimes remove the highlighting of the line where the debugger is paused, r=rcampbell
2014-05-07 09:38:17 -04:00
Victor Porof
44be8a9e11
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
7b7e69675a
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
...
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
94fd0585ad
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
1e99cd89c2
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 18:57:16 +00:00
Victor Porof
edb8b333ef
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
773b2fdd6c
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
8f4d59d943
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00
Dave Townsend
aea6cbe168
Bug 987368: DebuggerView doesn't destroy its editor properly. r=fitzgen
2014-03-24 14:30:09 -07:00
J. Ryan Stinnett
f5d6e8ec2a
Bug 919819 - Detect JS files from fetched content type. r=fitzgen
2014-02-11 15:35:11 -06:00
Hubert B Manilla
5cb9c4fdbb
Bug 927673 - Fix forPage has no sources showing when debugger is loading. r=fitzgen
2014-02-06 10:04:13 -05:00
Patrick Brosset
b672dbbcdb
Bug 952277 - DOMNodes can be highlighted and selected from the debugger [Australis]; r=past, vporof
2014-02-01 10:24:44 +01:00
Victor Porof
a859119703
Bug 963919 - When triggering file filtering via a keyboard shortcut, don't automatically fill the searchbox with the identifier under the caret position, r=past
2014-01-28 12:16:49 +02:00
Alexey Novak
3e8a98c0b4
Bug 947143 - Replaced debugger resumption order panel with an easier to maintain Tooltip.js instance; r=vporof
2014-01-09 10:11:54 +02:00
Victor Porof
beda0e466d
Bug 957187 - The variable inspection popup never appears in the right place on Linux and Windows, r=past
2014-01-08 16:59:00 +02:00
Victor Porof
01224b2507
Bug 943883 - DevTools themes - theme sidemenuwidget, r=bgrins, australis
2014-01-07 11:58:07 +02:00
Victor Porof
b1071ddd25
Bug 885294 - Immediate script selection from debugger search box is really janky and loses selection if you don't find anything, r=past
2014-01-08 10:48:32 +02:00
J. Ryan Stinnett
5bf5ca125c
Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof
2014-01-06 11:14:21 -06:00
Victor Porof
dbcc001303
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past
2014-01-03 23:42:16 +02:00
Victor Porof
869e6781bc
Bug 952767 - Variables view scopes should always be lazily populated, r=past
2014-01-03 23:41:28 +02:00
Victor Porof
7469dadbe5
Bug 951828 - Always select the variables tab when pausing, r=fitzgen
2013-12-19 13:41:46 +02:00
Nick Fitzgerald
3930bddb92
Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past
2013-12-18 14:17:27 -08:00
Victor Porof
52e0f84818
Bug 905981 - Have a classic vertical display of stack frames persistently available in the debugger UI, r=rcampbell
2013-12-06 18:33:59 +02:00
Victor Porof
a16b54f6f6
Bug 725235 - In the debugger, show a details bubble while hovering over a variable or property in the source editor, r=past,rcampbell
2013-11-29 16:47:52 +02:00
Victor Porof
ecc4bb5764
Bug 932305 - The Cmd-D shortcut no longer works, r=past
2013-11-28 20:38:42 +02:00
Victor Porof
3258089aae
Bug 937539 - Cmd+Alt+F opens find/replace in the Debugger's editor. r=anton
2013-11-20 21:51:33 +02:00
Anton Kovalyov
96bb357d6f
Bug 929234 - Make CodeMirror extraKeys localizable. r=vporof
2013-11-07 14:39:31 -08:00
Girish Sharma
20e66a74f5
Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan
2013-10-24 10:31:02 +05:30
Anton Kovalyov
459525119e
Bug 919709 - Make Debugger use CodeMirror. r=vporof
2013-10-22 13:53:53 -07:00
Nick Fitzgerald
86019e939e
Bug 916180 - Make pretty printing toggle-able; r=vporof
2013-10-22 00:04:46 -07:00
Victor Porof
14993f15f4
Bug 927375 - Debugger UI should be responsive when docked to the side, r=fitzgen
2013-10-19 12:26:46 +03:00
Nick Fitzgerald
2328fbc55e
Bug 921630 - Show progress indicator while pretty printing; r=vporof
2013-10-14 13:06:50 -07:00
Sunny
61fa85941d
Bug 898472 - Give Browser Debugger window a title. r=vp
2013-10-11 15:09:00 -07:00
Victor Porof
c0159af9b6
Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell
2013-10-04 10:33:08 +03:00
Victor Porof
afc10d23fc
Bug 921513 - Use consumeoutsideclicks=false for the debugger panels, r=rcampbell
2013-10-04 00:36:35 +03:00
Panos Astithas
a399e6353f
Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan
2013-09-25 19:03:17 +03:00
Victor Porof
996a124aa2
Bug 907755 - Followups, r=fitzgen
2013-09-28 10:41:20 +03:00
Hubert B Manilla
32922a6b6c
Bug 907755 - Added telemetry probes to measure how long it takes to display a selected source text to the user; r=fitzgen
2013-09-23 13:03:25 -07:00
Victor Porof
5265f1f71a
Bug 918797 - Trying to prettify html irrevocably loses the source until the page is refreshed (relanded), r=fitzgen
2013-09-22 19:03:15 +03:00
Victor Porof
0a4d81069c
Backed out bug 918797, r=me
2013-09-21 19:07:52 +03:00