Commit Graph

94 Commits

Author SHA1 Message Date
Brian Grinstead
ab2281cea0 Bug 965985 - DevTools light theme button followup;r=vporof 2014-01-31 14:45:59 -06:00
Brian Grinstead
7f5e8980fb Bug 957117 - DevTools Themes: Use light theme for top tabbar and toolbars OVERRIDE HOOK;r=vporof 2014-01-30 14:42:15 -06:00
Hubert B Manilla
1077a0ef02 Bug 913665 - Fix wrong entity. r=fitzgen 2014-01-14 09:49:08 -05: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
01224b2507 Bug 943883 - DevTools themes - theme sidemenuwidget, r=bgrins, australis 2014-01-07 11:58:07 +02:00
Victor Porof
58d2e24191 Bug 951795 - Use WidgetMethod's empty text attribute instead of a deck in the tracer, r=fitzgen 2014-01-07 11:57:00 +02:00
Ricardo Palomares
8e77d49c89 Bug 918017 - Add debugger accesskey entities and rename those that were named after ".key" but were accesskeys. r=fitzgen 2014-01-06 09:58:05 -05:00
Victor Porof
dbcc001303 Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Hubert B Manilla
e5a569a1a0 Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Nick Fitzgerald
e8e2dc1ead Bug 949908 - There should be only one way to start/stop tracing in the debugger; r=vporof 2013-12-18 15:50:36 -08: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
b3f13b03f6 Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar, r=rcampbell 2013-12-11 14:34:53 +02: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
Brian Grinstead
fdb8bbae08 Bug 941799 - DevTools themes - variables view should match current theme;r=vporof 2013-12-06 10:24:06 -06:00
Brian Grinstead
fbd3cd02b7 Bug 916766 - Consistent theming across panels (adding webconsole and options panel). Also prevents flicker on panels while frame is loading. r=paul, ui-r=darrin 2013-11-13 12:02:05 -06:00
Nick Fitzgerald
9b55175b36 Bug 917072 - Move black box eyeball into sources toolbar; r=vporof 2013-10-23 02:10:08 -07:00
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
Nick Fitzgerald
8962f9dddd Bug 925073 - Create a pref to enable/disable pretty printing in the UI; r=vporof 2013-10-11 13:52:50 -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
Victor Porof
328da6db87 Bug 918329 - Fix XUL 'inline #text child' warning for the toolbarbutton element added in bug 762761, r=fitzgen 2013-09-21 10:18:32 +03:00
Nick Fitzgerald
35bc136430 Bug 762761 - part 3: use a text node for the icon instead of the value attribute; r=me 2013-09-18 18:08:00 -07:00
Nick Fitzgerald
f1fd7888d7 Bug 762761 - part 2: front end changes for debugger pretty printing; r=vporof 2013-09-18 17:56:20 -07:00
Eddy Bruel
020566df8d Bug 906963 - Add a "ignore caught exceptions" checkbox to the UI; r=dcamp 2013-09-09 19:02:41 +02:00
Heather Arthur
e861f438fa Bug 905312 - Make monospace font consistent across devtools; r=paul 2013-08-26 10:24:41 +02:00
Brandon Benvie
31beb0b433 Bug 892277 - Change stepping hotkeys. r=fitzgen 2013-07-31 16:43:15 -07:00
Nick Fitzgerald
1dc1f0fdac Fix bug 892286 - Cmd+L / Ctrl+L should be go to line. r=robcee 2013-08-01 10:55:39 +02:00
Nick Fitzgerald
d111b4fcbb Bug 895543 - part 2: show a "this source is black boxed" message and big "un black box" button instead of the source editor for black boxed sources; r=robcee 2013-07-30 20:36:13 -07:00
Sumedh Shekhar
096bab639c Bug 873298 - Change "Filter scripts" string to "Search scripts" in debugger; r=harth 2013-07-19 13:47:23 -07:00
Victor Porof
e27e0a35e9 Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell 2013-06-21 17:33:56 +03:00
Panos Astithas
f86b34ea6d Don't take the slow async path when source maps are not enabled or present (bug 873224); r=rcampbell f=nfitzgerald 2013-06-11 10:58:57 +03:00
Victor Porof
32adeca6b1 Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell 2013-05-24 21:36:51 +03:00
Brandon Benvie
f7e4233d7f bug 679364 - Use content/browser/devtools/* for aliases; r=rcampbell 2013-04-30 11:56:00 -04:00
Girish Sharma
09e60c5632 Bug 861817 - Stop using Ctrl+Shift+O shortcut for function searching, r=vporof 2013-04-15 17:41:55 +05:30
Panos Astithas
d9e7250613 Bug 849071 - Create some kind of chrome to turn source mapping on/off in the debugger, r=vporof 2013-04-16 18:00:33 +03:00
Panos Astithas
7e87955bb5 Bug 818134 - Allow multiple debuggers in toolboxes to debug separate tabs; r=rcampbell,dcamp 2013-04-09 14:17:03 +03:00
Victor Porof
6d6c5071f3 Bug 855544 - Implement a network monitor, r=dcamp,msucan 2013-03-11 23:50:42 -07:00
Victor Porof
e62308e5a0 Bug 762160 - Find Implementors of a function in the Debugger, r=past 2013-03-25 20:02:34 +02:00
Victor Porof
bd1c6716da Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
Victor Porof
60e671abff Bug 802546 - Prettify the Stackframes UI, r=rcampbell 2013-03-09 21:05:09 -08:00
Paul Rouget
504bfc63fa Backing out 824b68f13f30 (bug 679364) - oranges 2013-02-25 18:23:40 +01:00
Brandon Benvie
5c7c23a38f Bug 679364 - use "content/browser/devtools/*" for aliases. r=rcampbell 2013-02-21 09:49:31 -05:00
Victor Porof
fc15356ff7 Bug 828987 - The Variables View should be keyboard accessible, r=past 2013-01-31 18:07:24 +02:00
Girish Sharma
cd5b73301e Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul 2012-12-22 00:33:52 +05:30
Victor Porof
57b33daf55 Bug 796135 - Provide some obvious UI for scripts filtering, r=past 2012-12-10 16:03:48 +02:00
Victor Porof
df2b4629a3 Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past 2012-12-04 15:48:39 +02:00
Victor Porof
22e8e6b35f Bug 816549 - 'Show variables searchbox' option in the debugger options menu - no such word as 'searchbox', r=past 2012-12-04 15:48:39 +02:00