Commit Graph

255 Commits

Author SHA1 Message Date
Victor Porof
629b7975c8 Bug 824487 - Transition event callbacks sometimes don't fire, r=rcampbell 2013-01-04 09:37:18 +02:00
Panos Astithas
c529b9d29d Implement a new addAllGlobalsAsDebuggees method for faster chrome debugging (bug 821701); r=jimb
Also GC only once when going through all compartments in both addAllGlobalsAsDebuggees and removeAllDebuggees, instead of once for every debuggee added or removed.
2013-01-04 21:34:43 +02:00
Girish Sharma
9106161a4b Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul 2012-12-22 00:33:52 +05:30
Victor Porof
66835286fa 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
9837830335 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
615ad5ef7c Bug 820311 - Script URLs no longer appear in tooltips, r=past 2012-12-20 19:20:50 +02:00
Victor Porof
59c244dbaa Bug 814844 - [toolbox] The _onCloseClick function in ToolbarView is never used, r=rcampbell 2012-12-20 19:20:50 +02:00
Victor Porof
03f29b2470 Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell 2012-12-20 19:20:50 +02:00
Panos Astithas
99410ac903 Merge m-c to fx-team 2012-12-19 10:03:48 +02:00
Mihai Sucan
31295757a2 Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Yura Zenevich
1b77b53652 Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul 2012-12-14 08:05:00 +01:00
Ed Morley
04ccb4334c Bug 774619 - Disable browser_dbg_bfcache.js on Windows for too many intermittent failures 2012-12-17 13:21:18 +00:00
Ed Morley
5b648d8c35 Merge mozilla-central to mozilla-inbound 2012-12-14 19:03:57 +00:00
Jim Blandy
7ea31d7702 Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Ehsan Akhgari
456837f37c Disable browser_dbg_chrome-debugging.js because of the crashes in bug 821701, irc-r=robcee 2012-12-14 11:53:02 -05:00
Ed Morley
2070770784 Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker
fe48421407 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Victor Porof
c51987f217 Bug 796135 - Provide some obvious UI for scripts filtering, r=past 2012-12-10 16:03:48 +02:00
Victor Porof
77cae6cb6a Bug 818430 - Having line and token operators in the same query makes the scripts menulist behave weirdly, r=past 2012-12-11 09:38:04 +02:00
Victor Porof
3a4a554cba Bug 816596 - Hide the variables filter box while there are no variables to filter, r=past 2012-12-11 09:38:00 +02:00
Victor Porof
737cf71d56 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
dbe6e6a5d8 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
a30c95948b Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past 2012-12-04 15:48:39 +02:00
Victor Porof
38d83e36d0 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
Victor Porof
790a3f4b7f Bug 817425 - many id's in devtools debugger listed as undefined, r=past 2012-12-04 15:48:39 +02:00
Victor Porof
e75efbd155 Bug 790576 - When jumping line numbers, pressing UP/DOWN should know how to increment/decrement, r=past 2012-11-28 16:51:54 +02:00
Victor Porof
78d76d7bc7 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
33230b4d6f Bug 815291 - Provide watch expressions context menus, r=past 2012-12-01 11:21:23 +02:00
Joe Walker
09b9a02b6b 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
6d7ffe3b8b Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof 2012-11-27 14:29:46 +02:00
Victor Porof
443aa6e4b4 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
d44b339bfc 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
8567d8ee8e 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
8825e0e286 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Joe Walker
0a4778345c Merge m-c to fx-team 2012-11-24 12:06:17 +00:00
Joe Walker
42b72a060c 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
963aad5ecd Merge m-c to fx-team. 2012-11-22 00:34:14 -05:00
Victor Porof
a486d02e02 Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past 2012-11-21 10:49:45 +02:00
Victor Porof
e88eef8daf 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
5dd997da61 Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
Victor Porof
11c064e6e0 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
2f7aea65b0 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
Victor Porof
b97eae3279 Bug 813199 - Closing a tab with a conditional breakpoint panel open does not hide the panel, r=past 2012-11-20 13:38:45 +02:00
Seth Fowler
630ed49838 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Peter Van der Beken
243151f563 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
86613125ac Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
Victor Porof
f530af96af 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
ae2a641cf3 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
5d4b6bba31 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
04aa5c5bd6 Bug 740825 - Implement conditional breakpoints, r=past 2012-11-16 08:42:52 +02:00