Shu-yu Guo
15262d36a9
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
40e9fef4d2
Bug 1058183 - Expose code folding as an option for all editor instances. r=bgrins
2014-09-12 13:36:00 +02:00
Jakub Jurovych
20fd7c01af
Bug 1052220 - Show traces' hit counts. r=fitzgen
2014-08-26 18:25:00 +02:00
Jayesh Choudhari
0fdf44fd1d
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
7e20285e70
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
45bdf8d8e1
Bug 986151 - Fix line number of breakpoints when added from context menu. r=past
2014-05-15 14:51:00 +02:00
Victor Porof
2f98ee95fe
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
dffe3e8f99
Backed out changeset df8bf3b71adb (bug 1006589) for frequent dt1 test failures
2014-05-08 09:26:29 +02:00
Victor Porof
0184e66ae2
Bug 1006666 - Increase the timeout required to show the variables inspection popup, r=rcampbell
2014-05-07 09:38:17 -04:00
Victor Porof
b301ea39a3
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
b566dac1b0
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
88eeed4244
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
67a3d8e2c9
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
8b52569db7
Bug 917226 - Build a canvas inspection tool, r=rcampbell
...
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Victor Porof
73b28f4ab2
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
216776abce
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
4fd4807937
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00
Dave Townsend
bdf914c31e
Bug 987368: DebuggerView doesn't destroy its editor properly. r=fitzgen
2014-03-24 14:30:09 -07:00
J. Ryan Stinnett
f7b40c0687
Bug 919819 - Detect JS files from fetched content type. r=fitzgen
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_pretty-print-01.js => browser/devtools/debugger/test/browser_dbg_pretty-print-13.js
rename : browser/devtools/debugger/test/code_ugly.js => browser/devtools/debugger/test/code_ugly-8
rename : browser/devtools/debugger/test/doc_pretty-print.html => browser/devtools/debugger/test/doc_pretty-print-3.html
2014-02-11 15:35:11 -06:00
Hubert B Manilla
37f5a906ad
Bug 927673 - Fix forPage has no sources showing when debugger is loading. r=fitzgen
2014-02-06 10:04:13 -05:00
Patrick Brosset
5770862b2c
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
30b1cd7943
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
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_search-function.js => browser/devtools/debugger/test/browser_dbg_search-autofill-identifier.js
2014-01-28 12:16:49 +02:00
Alexey Novak
81ef53dfec
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
20a6488d93
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
909cfa3c82
Bug 943883 - DevTools themes - theme sidemenuwidget, r=bgrins, australis
...
--HG--
rename : browser/themes/osx/devtools/itemArrow-ltr.png => browser/themes/shared/devtools/images/itemArrow-ltr.png
rename : browser/themes/osx/devtools/itemArrow-rtl.png => browser/themes/shared/devtools/images/itemArrow-rtl.png
2014-01-07 11:58:07 +02:00
Victor Porof
b51f9b38ae
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
9c79fc34ba
Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof
2014-01-06 11:14:21 -06:00
Victor Porof
323427d634
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past
2014-01-03 23:42:16 +02:00
Victor Porof
396353cbb4
Bug 952767 - Variables view scopes should always be lazily populated, r=past
2014-01-03 23:41:28 +02:00
Victor Porof
e081cadad5
Bug 951828 - Always select the variables tab when pausing, r=fitzgen
2013-12-19 13:41:46 +02:00
Nick Fitzgerald
d1c69daf69
Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past
2013-12-18 14:17:27 -08:00
Victor Porof
1d9cc46801
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
952b20eb2d
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
dd99c0c9f0
Bug 932305 - The Cmd-D shortcut no longer works, r=past
2013-11-28 20:38:42 +02:00
Victor Porof
f8de794cf3
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
d9c929551a
Bug 929234 - Make CodeMirror extraKeys localizable. r=vporof
2013-11-07 14:39:31 -08:00
Girish Sharma
50d57eec1b
Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan
2013-10-24 10:31:02 +05:30
Anton Kovalyov
de1f0214e6
Bug 919709 - Make Debugger use CodeMirror. r=vporof
2013-10-22 13:53:53 -07:00
Nick Fitzgerald
2d8e3c93bf
Bug 916180 - Make pretty printing toggle-able; r=vporof
2013-10-22 00:04:46 -07:00
Victor Porof
2e49a7a653
Bug 927375 - Debugger UI should be responsive when docked to the side, r=fitzgen
2013-10-19 12:26:46 +03:00
Nick Fitzgerald
3a0235c7d7
Bug 921630 - Show progress indicator while pretty printing; r=vporof
2013-10-14 13:06:50 -07:00
Sunny
f3e72cf12c
Bug 898472 - Give Browser Debugger window a title. r=vp
2013-10-11 15:09:00 -07:00
Victor Porof
47c8a23d58
Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell
2013-10-04 10:33:08 +03:00
Victor Porof
84f0fd5f52
Bug 921513 - Use consumeoutsideclicks=false for the debugger panels, r=rcampbell
2013-10-04 00:36:35 +03:00
Panos Astithas
e3ea41978b
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
25d72a0e3c
Bug 907755 - Followups, r=fitzgen
2013-09-28 10:41:20 +03:00
Hubert B Manilla
c776b67ea7
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
ce03a307c3
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
809354226b
Backed out bug 918797, r=me
2013-09-21 19:07:52 +03:00
Victor Porof
03507e9517
Bug 918797 - Trying to prettify html irrevocably loses the source until the page is refreshed, r=fitzgen
2013-09-21 10:18:32 +03:00