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 |
|
Victor Porof
|
226b110cfd
|
Bug 791323 - Need a mechanism to select a script programmatically in the debugger, r=rcampbell
|
2012-11-27 18:19:24 +02:00 |
|
Victor Porof
|
ca9c710bb8
|
Bug 815277 - Source editor's 'Find' and 'Jump to line' commands should use the frontend UI, r=past
|
2012-11-27 18:19:23 +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
|
d3e2858352
|
Merge m-c to fx-team
|
2012-11-24 12:06:17 +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 |
|
Ryan VanderMeulen
|
c4bbb4cd94
|
Merge m-c to fx-team.
|
2012-11-22 00:34:14 -05:00 |
|
Victor Porof
|
ff047aa255
|
Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past
|
2012-11-21 10:49:45 +02:00 |
|
Victor Porof
|
81d9a9cf1a
|
Bug 805759 - Relax global search results auto-expand rules, 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
|
b73754b0b8
|
Bug 813471 - A breakpoint can be placed at the wrong line when using key shortcuts after opening the source editor's context menu, r=past
|
2012-11-20 12:57:05 +02:00 |
|
Seth Fowler
|
c42d3467d8
|
Bug 812241 - Remove disabled test warnings. r=khuey
|
2012-11-20 16:13:04 -08:00 |
|
Peter Van der Beken
|
3fb06020ff
|
Fix for bug 814022 (Make instanceof for new DOM bindings work across scopes). r=bz.
|
2012-11-19 11:59:13 +01: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
|
98db06c464
|
No bug - Fix 'browser_dbg_bug740825_conditional-breakpoints-02.js' caused by 43303dfa12a5, r=past
|
2012-11-16 13:16:23 +02:00 |
|
Panos Astithas
|
c5986f7dc8
|
Set breakpoints in all scripts with bytecode in the specified line (bug 793214), r=rcampbell
|
2012-11-01 17:34:10 +02:00 |
|
Victor Porof
|
19830f695a
|
No bug - Fix 'browser_dbg_bug740825_conditional-breakpoints-01.js' caused by 43303dfa12a5, r=past
|
2012-11-16 10:47:30 +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
|
2ca7638edd
|
Bug 810642 - Intermittent browser_dbg_panesize.js | Height preferences shouldn't have been updated yet, r=past
|
2012-11-12 16:14:09 +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 |
|
Panos Astithas
|
b5e423cb18
|
Merge m-c to fx-team
|
2012-11-07 11:14:37 +02:00 |
|
Ed Morley
|
690b53769a
|
Bug 753225 - Disable browser_dbg_createRemote.js on platforms other than Windows too, until it's made to behave
|
2012-11-06 22:26:56 +00:00 |
|
Victor Porof
|
2f2e265893
|
No bug - Fix 'browser_dbg_propertyview-data.js | Test timed out' after 62379ce61c84, r=dcamp
|
2012-11-06 19:33:59 +02:00 |
|
Ed Morley
|
2817eb293a
|
Merge mozilla-central to fx-team
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
|
2012-11-06 14:16:07 +00: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 |
|
Victor Porof
|
49de12908c
|
Bug 798874 - The variables view should be filterable, r=past
|
2012-11-04 01:01:05 +02:00 |
|
Victor Porof
|
de2e2e0c3c
|
Bug 774011 - Intermittent browser_dbg_createRemote.js | Should be paused after an interrupt request. - Got false, expected true | Should have one frame in the stack. - Got 0, expected 1, r=past
|
2012-11-02 16:39:12 +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 |
|
Victor Porof
|
8fa5b8385e
|
Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell
|
2012-11-02 09:32:31 +02:00 |
|
Victor Porof
|
9b6e43d151
|
Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell
|
2012-11-02 09: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
|
2e2f21d346
|
Bug 807222 part 4. Fix timeout in debugger propertyview test due to larger number of properties on the global. r=past
|
2012-11-03 13:57:33 +02:00 |
|
Jason Orendorff
|
f0ddf7bbd5
|
Bug 807001 - Change Map and Set size() methods to accessor properties. r=Waldo.
--HG--
extra : rebase_source : bf2809aa1d943caa6349d7b44621cd1b0bb85742
|
2012-11-02 10:12:36 -05: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
|
bb1813f134
|
Bug 796148 - Implement a 'gear menu', 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 |
|
Victor Porof
|
9e4e19456d
|
Bug 803933 - Intermittent browser_dbg_reload-same-script.js | Timed out while polling for the scripts. followed by 10,933 other failures, r=past
|
2012-10-26 23:28:54 +03:00 |
|
Victor Porof
|
0e5a04c552
|
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 |
|
Victor Porof
|
245536ec61
|
Bug 812962 - Intermittent browser_dbg_bug740825_conditional-breakpoints-02.js | an unexpected uncaught JS exception reported through window.onerror - ReferenceError: console is not defined, r=past
|
2012-11-19 10:40:08 +02:00 |
|
Anton Kovalyov
|
b351b422af
|
Add 'Show hidden properties' checkbox (Bug 786070); r=past f=gavin,rcampbell,vporof
|
2012-10-05 11:20:47 -07:00 |
|
Anton Kovalyov
|
81113c707c
|
Bug 737803 - Setting a breakpoint in a line without code should move the icon to the actual location; r=past
|
2012-10-08 10:08:12 -07:00 |
|
Ed Morley
|
29308c09dd
|
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
|
2012-10-05 17:48:15 +01:00 |
|
Panos Astithas
|
09681ca92a
|
Merge m-c to fx-team
|
2012-10-04 09:54:25 +03:00 |
|
Victor Porof
|
0f03c9e643
|
Bug 797404 - Sources which take too long to fetch incorrectly show up after a page refresh, reload-same-script orange fix, r=past
|
2012-10-03 23:35:11 +03:00 |
|
Victor Porof
|
1a700a9baa
|
Bug 797404 - Sources which take too long to fetch incorrectly show up after a page refresh, r=past
|
2012-10-03 22:57:01 +03:00 |
|
Ed Morley
|
07b76a51f8
|
Bug 753225 - Disable browser_dbg_createRemote.js on Windows for frequent failures
|
2012-10-03 11:49:40 +01:00 |
|