Commit Graph

93 Commits

Author SHA1 Message Date
Victor Porof
e2b64102d9 Bug 960237 - Re-enable browser_dbg_break-on-dom-05.js, r=past 2014-01-16 12:36:53 +02:00
Alexey Novak
e4106b450b Bug 957634: Changed Tooltip's setTextContent function signature. Now Tooltip can contain a warning image 32x32 when isAlertTooltip passed = true; r=vp 2014-01-14 08:59:43 +02:00
Victor Porof
6ccce03e88 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
735f8786f3 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
Anton Kovalyov
a503368800 Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof 2014-01-07 13:01:38 -08:00
Victor Porof
54ba9b8a7e 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
J. Ryan Stinnett
d7ab6c1c6e Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof 2014-01-06 11:14:21 -06:00
Victor Porof
1070182c25 Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Hubert B Manilla
98892aa0be Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Nick Fitzgerald
00a923905f Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Victor Porof
d07eda99ee Bug 948893 - Hovering certain bounds in a HTML source while paused in the debugger can sometimes incorrectly show a variable inspection popup, r=past 2013-12-13 22:28:04 +02:00
Victor Porof
b7bec0e835 Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar, r=rcampbell
--HG--
rename : browser/themes/linux/devtools/blackBoxMessageEye.png => browser/themes/linux/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/osx/devtools/blackBoxMessageEye.png => browser/themes/osx/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/windows/devtools/blackBoxMessageEye.png => browser/themes/windows/devtools/debugger-blackboxMessageEye.png
2013-12-11 14:34:53 +02:00
Victor Porof
9413655f38 Bug 895143 - Sources view groups should show the domain, r=past 2013-12-06 18:34:30 +02:00
Victor Porof
d6057ceb5c 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
Brian Grinstead
219aad07eb Bug 862558 - Web Console should always be available / visible;r=msucan 2013-11-11 15:13:28 -06:00
Boris Zbarsky
26ee0ba914 Bug 937462. Eliminate all uses of cloneNode() and importNode() without the boolean "deep" arg that are not explicitly testing the behavior of that case from the tree, since the semantics of it will change. r=sicking 2013-11-17 00:10:18 -05:00
Nick Fitzgerald
2dece6195d Bug 935788 - Fix Pretty Print button when attempting to prettify non-js files; r=vporof 2013-11-12 10:38:38 -08:00
Brandon Benvie
76c49c9951 Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-11-07 13:23:55 -08:00
Wes Kocher
5e64c6d1a6 Backed out changeset 7dd13d06f132 (bug 862849) for breaking webconsole tests 2013-11-06 15:13:53 -08:00
Brandon Benvie
18e8ada818 Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-10-17 16:05:14 -07:00
Victor Porof
974e75c85a Bug 929888 - Remove the editor context menu listeners from the debugger, r=anton 2013-10-24 11:48:42 +03:00
Nick Alexander
571dc2e39b Backed out changeset 69ebfb936442 (bug 862849) for bc orange on a CLOSED TREE.
--HG--
extra : amend_source : 0fbcba6a47f79369df9628f3ca1aa2ebf02a6efa
2013-10-23 13:19:58 -07:00
Brandon Benvie
d769f13cbc Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-10-18 12:28:40 -07:00
Nick Fitzgerald
18deebe4ab Bug 917072 - Move black box eyeball into sources toolbar; r=vporof 2013-10-23 02:10:08 -07:00
Anton Kovalyov
8bd5814074 Bug 919709 - Make Debugger use CodeMirror. r=vporof 2013-10-22 13:53:53 -07:00
Nick Fitzgerald
9940956347 Bug 916180 - Make pretty printing toggle-able; r=vporof 2013-10-22 00:04:46 -07:00
Nick Fitzgerald
1a8915f20a Bug 921630 - Show progress indicator while pretty printing; r=vporof 2013-10-14 13:06:50 -07:00
Nick Fitzgerald
8f400b7c56 Bug 924442 - Disallow pretty printing when a source is black boxed; r=vporof 2013-10-14 11:44:00 -07:00
Sunny
3db20d0b57 Bug 898472 - Give Browser Debugger window a title. r=vp 2013-10-11 15:09:00 -07:00
Nick Fitzgerald
518a378ef8 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
4dcdf6cb43 Bug 923779 - Native code event listeners can get listed multiple times in the events pane, r=past 2013-10-05 16:26:08 +03:00
Victor Porof
75fc7a7e22 Bug 800857 - Handle event listener objects added by plugins, r=past 2013-10-04 10:33:08 +03:00
Victor Porof
003cdd1762 Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
40aa8fa68c 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
7fcb94d6dc Backed out bug 918797, r=me 2013-09-21 19:07:52 +03:00
Victor Porof
ba5c8bd04c 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
Nick Fitzgerald
43ffe41627 Bug 762761 - part 2: front end changes for debugger pretty printing; r=vporof 2013-09-18 17:56:20 -07:00
Victor Porof
650083e225 Bug 901271 - Preserve disabled breakpoints and re-add them in the views after a target navigation, r=fitzgen 2013-09-14 12:34:08 +03:00
Victor Porof
f336193f4a Bug 901271 - Remove actor id dependencies from the debugger breakpoints view, r=fitzgen 2013-09-14 12:34:07 +03:00
Victor Porof
6e379bd9be Bug 876277 - Clicking on global search results lines (not matches) was broken after 877686, fix it, r=past 2013-09-13 16:23:15 +03:00
Victor Porof
263921d0c7 Bug 876277 - Convert the debugger frontend to use the EventEmitter instead of relying on DOM events, r=past 2013-09-13 16:23:14 +03:00
Victor Porof
c73f2421f0 Bug 881219 - When filtering sources, hiding items in the sources list is redundant, r=rcampbell 2013-09-13 16:23:14 +03:00
Victor Porof
fb5ea90063 Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
b6815f90b0 Bug 886848 - Cleanup, fix other typos, rename a few variables for consistency, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
aeee107d3c Bug 886848 - Convert the editor to rely more on Promises, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
fc12406b9c Bug 886848 - Convert the debugger frontend to use the new breakpoint APIs, r=past 2013-09-13 16:23:12 +03:00
Victor Porof
aefb953114 Bug 913961 - Breakpoints checkboxes in the sources list should always be the same size, r=paul 2013-09-08 14:18:51 +03:00
Heather Arthur
ab35c23205 Bug 905312 - Make monospace font consistent across devtools; r=paul 2013-08-26 10:24:41 +02:00
Nick Fitzgerald
629f07cc1d 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
Nick Fitzgerald
0ff2d0f553 Bug 897849 - Debugger should use { showArrows: true } when initializing the SideMenuWidget; r=vporof 2013-07-25 11:30:58 -07:00