Commit Graph

110 Commits

Author SHA1 Message Date
Panos Astithas
8cd9ea9259 Backout a69d60d90110 (bug 772119) for bustage 2013-03-30 19:37:00 +02:00
Nick Fitzgerald
93091c3cf0 Bug 772119 - Expose source mapped sources over the remote debugging protocol; r=past 2013-03-29 14:05:00 +02:00
Victor Porof
162c54561b Bug 854185 - Frontend shouldn't mix promises, event listeners and callbacks on initialization/destruction, r=past 2013-03-28 10:30:37 +02:00
Victor Porof
b49c68fd44 Bug 854174 - Chrome debugging should use its own port to avoid interfering with remote port changes, r=past 2013-03-26 18:30:13 +02:00
Victor Porof
c3b98c48f6 Bug 762160 - Find Implementors of a function in the Debugger, r=past 2013-03-25 20:02:34 +02:00
Panos Astithas
fb54649f27 Bug 785704 - Part 1: fix a newSource regression from bug 795368; r=vporof 2013-03-11 17:51:00 -07:00
Nick Fitzgerald
09e1270090 Bug 848576 - "Remove scripts and newScript packets from the RDP"; r=past 2013-03-11 15:35:00 -07:00
Victor Porof
ff6190f541 Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_script-switching.js => browser/devtools/debugger/test/browser_dbg_scripts-switching.js
2013-02-21 01:33:36 +02:00
Victor Porof
a067d53e63 Bug 802546 - Prettify the Stackframes UI, r=rcampbell
--HG--
rename : browser/devtools/shared/VariablesView.jsm => browser/devtools/shared/widgets/VariablesView.jsm
2013-03-09 21:05:09 -08:00
Panos Astithas
4737392a29 Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton 2013-03-07 09:30:03 +02:00
Nick Fitzgerald
76a52065f0 Bug 795368 - Add "sources" and "newSource" packets to the RDP, and use them instead of "scripts" and "newScript"; r=past f=rcampbell,msucan 2013-02-28 14:02:00 +02:00
Victor Porof
b84c66c7f2 Bug 830388 - Avoid multiple bind calls in debugger-controller.js when handling object expansions, r=msucan 2013-01-31 18:07:25 +02:00
Victor Porof
33c82146e2 Bug 832470 - Watch expressions involving |this| sometimes showing a wrong result, r=past 2013-01-24 13:28:52 +02:00
Victor Porof
74c6a0f4cc Bug 830715 - Some Variables View flags should propagate across scopes, variables and properties, r=msucan 2013-01-24 20:59:44 +02:00
Victor Porof
828ba7791a Bug 760564 - Persist the state of the pause-on-exceptions option, r=past 2013-01-21 23:59:30 +02:00
Victor Porof
3d032d1602 Bug 828664 - Debugger is sad when inspecting an array of > 10k elements in a variables view, r=rcampbell 2013-01-21 23:59:29 +02:00
Tim Taubert
77cdbe20da merge m-c to fx-team 2013-01-13 01:56:53 +01:00
Victor Porof
4cbc9b09c7 Bug 820426 - An unexpected 'self-hosted' script appears in the debugger's script list, r=past 2013-01-12 11:21:48 +02:00
Victor Porof
7c95c7c86b Bug 782179 - Intermittent browser_dbg_reload-same-script.js | The preferred script url wasn't set correctly. (4) - Didn't expect -1, but got it, | The selected script isn't the correct one. (4) - Didn't expect -1, but got it, r=past 2013-01-12 09:09:06 +02:00
Paul Rouget
bcedcdba49 Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof 2013-01-09 10:32:35 +01:00
Victor Porof
b9efefe27e Bug 819945 - Global searches choke when a source takes too long to fetch, r=past 2012-12-20 20:00:34 +02:00
Victor Porof
610bc370fb Bug 823436 - Response errors when trying to load a source's text prevent global searches from displaying any results, r=past 2012-12-20 19:20:51 +02:00
Victor Porof
17527df050 Bug 820311 - Script URLs no longer appear in tooltips, r=past 2012-12-20 19:20:50 +02:00
Victor Porof
da1728a510 Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell 2012-12-20 19:20:50 +02:00
Mihai Sucan
f20fed946a Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Jim Blandy
0068c8a26d Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Victor Porof
33d23c1516 Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past 2012-12-11 09:36:50 +02:00
Victor Porof
d5c7f5a303 Bug 816983 - Closing Browser Debugger via the Window Close button no longer kills the Browser Debugger Process, r=rcampbell 2012-12-04 15:48:39 +02:00
Victor Porof
ccec5fc148 Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past 2012-12-04 15:48:39 +02:00
Victor Porof
d4fd64a851 Bug 816210 - Global searches do not cache the source text contents for displaying in the editor, r=past 2012-12-01 11:21:23 +02:00
Victor Porof
fbdb63b2cf Bug 815291 - Provide watch expressions context menus, r=past 2012-12-01 11:21:23 +02:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Panos Astithas
831c752537 Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof 2012-11-27 14:29:46 +02:00
Victor Porof
226256c6e3 Bug 812814 - Add a way to edit or remove watch expressions while the debugger is paused, r=past 2012-11-27 18:19:23 +02:00
Joe Walker
d5628414a4 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Joe Walker
aceff510e6 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-22 21:35:19 +00:00
Victor Porof
d74897ac54 Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past 2012-11-21 10:49:45 +02:00
Victor Porof
4090a89591 Bug 813172 - Evaluating 'arguments' as a watch expression always yields an empty pseudo-array, r=rcampbell 2012-11-21 10:49:45 +02:00
Victor Porof
67c38f5e07 Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
Victor Porof
ba651862ac Bug 740825 - Implement conditional breakpoints, r=past 2012-11-16 08:42:52 +02:00
Victor Porof
3aee970e3e Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
Victor Porof
457cccd84f Bug 808786 - Add a pref to disable sorting the variables when adding them in the view, r=past 2012-11-10 13:14:40 +02:00
Victor Porof
7a4bcb52fa Bug 808691 - The remote and chrome debugger windows should remember their size across sessions, r=past 2012-11-10 13:14:40 +02:00
Victor Porof
cbdcc5cc54 Bug 794823 - Refactor and move the debugger's PropertyView in shared, so that it can replace PropertyPanel.jsm soon, r=past, msucan
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-04 01:01:05 +02:00
Victor Porof
370fd81eef Bug 793375 - Search operator for finding a variable in scope(s) while the debugger is paused, r=past 2012-11-04 01:01:05 +02:00
Panos Astithas
c670db600f Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell 2012-10-31 18:31:55 +02:00
Panos Astithas
37777bde9f Bug 771655 - Debugger does not show up if any progress listener (e.g. NoScript) reads the WebProgress argument's DOMWindow property in onStateChange(); r=vporof 2012-10-31 16:02:07 +02:00
Victor Porof
6ea82d0ed2 Bug 790556 - Remember last IP address for remote debugger, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
4dc66c860a Bug 804575 - Implement a way of keeping the debugger panes always visible, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
6bb97610d2 Bug 751836 - After stepping in the debugger, any open nodes in the property view are collapsed, r=past 2012-10-26 23:28:54 +03:00