Victor Porof
|
d6bdecd1eb
|
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
|
c8b1c877bc
|
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
|
e62308e5a0
|
Bug 762160 - Find Implementors of a function in the Debugger, r=past
|
2013-03-25 20:02:34 +02:00 |
|
Panos Astithas
|
60ba0b0c37
|
Bug 785704 - Part 1: fix a newSource regression from bug 795368; r=vporof
|
2013-03-11 17:51:00 -07:00 |
|
Nick Fitzgerald
|
2de143efba
|
Bug 848576 - "Remove scripts and newScript packets from the RDP"; r=past
|
2013-03-11 15:35:00 -07: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 |
|
Panos Astithas
|
55160d5795
|
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
|
a9add7ab34
|
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
|
826936bef0
|
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
|
58ea43ceea
|
Bug 832470 - Watch expressions involving |this| sometimes showing a wrong result, r=past
|
2013-01-24 13:28:52 +02:00 |
|
Victor Porof
|
56bc9d9ce5
|
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
|
5058772730
|
Bug 760564 - Persist the state of the pause-on-exceptions option, r=past
|
2013-01-21 23:59:30 +02:00 |
|
Victor Porof
|
f0e2b090f1
|
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
|
04815d910b
|
merge m-c to fx-team
|
2013-01-13 01:56:53 +01:00 |
|
Victor Porof
|
6a6c550b36
|
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
|
3563c7bf48
|
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
|
07ecde8143
|
Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof
|
2013-01-09 10:32:35 +01:00 |
|
Victor Porof
|
d46982a0f5
|
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
|
d80fd3c9c4
|
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
|
50f707b815
|
Bug 820311 - Script URLs no longer appear in tooltips, r=past
|
2012-12-20 19:20:50 +02:00 |
|
Victor Porof
|
d603937a1c
|
Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell
|
2012-12-20 19:20:50 +02:00 |
|
Mihai Sucan
|
1050b31c68
|
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
|
2012-12-17 22:06:13 +02:00 |
|
Jim Blandy
|
94372dc5e3
|
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
|
c3300f6be2
|
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
|
97fb4f6ed5
|
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
|
df2b4629a3
|
Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past
|
2012-12-04 15:48:39 +02:00 |
|
Victor Porof
|
154f7c2647
|
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
|
db22e97f5f
|
Bug 815291 - Provide watch expressions context menus, r=past
|
2012-12-01 11:21:23 +02:00 |
|
Joe Walker
|
9632928486
|
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
|
c9d20056e2
|
Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof
|
2012-11-27 14:29:46 +02:00 |
|
Victor Porof
|
52621af0cc
|
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
|
09f22af880
|
Backed out changeset 132d2e88ef03 (bug 788977) for talos regression.
|
2012-11-27 10:39:10 +00:00 |
|
Joe Walker
|
ffb8f7a6c4
|
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
|
26d35c323a
|
Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past
|
2012-11-21 10:49:45 +02:00 |
|
Victor Porof
|
6691c9b050
|
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
|
9d481f3aaa
|
Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell
|
2012-11-17 21:41:04 +02:00 |
|
Victor Porof
|
079172676d
|
Bug 740825 - Implement conditional breakpoints, r=past
|
2012-11-16 08:42:52 +02:00 |
|
Victor Porof
|
7070ec9f90
|
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
|
6d99cb384e
|
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
|
95e69b1554
|
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
|
fdb4a61a7e
|
Bug 794823 - Refactor and move the debugger's PropertyView in shared, so that it can replace PropertyPanel.jsm soon, r=past, msucan
|
2012-11-04 01:01:05 +02:00 |
|
Victor Porof
|
f27c6aaf17
|
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
|
7d85e45745
|
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
|
2012-10-31 18:31:55 +02:00 |
|
Panos Astithas
|
b2c117b140
|
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
|
1c406c7bed
|
Bug 790556 - Remember last IP address for remote debugger, r=past
|
2012-10-26 23:28:54 +03:00 |
|
Victor Porof
|
668fa6eea9
|
Bug 804575 - Implement a way of keeping the debugger panes always visible, r=past
|
2012-10-26 23:28:54 +03:00 |
|
Victor Porof
|
90c512c0b6
|
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 |
|
Victor Porof
|
f4508891c6
|
Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell
|
2012-10-26 20:10:17 +03:00 |
|
Anton Kovalyov
|
46f74d6a80
|
Add 'Show hidden properties' checkbox (Bug 786070); r=past f=gavin,rcampbell,vporof
|
2012-10-05 11:20:47 -07:00 |
|