Commit Graph

390 Commits

Author SHA1 Message Date
Mihai Sucan
cc65ff4f92 Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past 2013-02-26 20:07:41 +02:00
Sunny
80645eeba7 Bug 839171 - Update formMethod reflection to have the empty string as default value (and 'get' as invalid value). r=mounir 2013-02-13 10:35:35 -05:00
Panos Astithas
4f39a82d43 Bug 830818 - Always trust native getters when fetching properties, to show directly the values in the debugger's Variables View; r=vporof,rcampbell 2013-02-12 10:38:24 +02:00
Dave Townsend
6c649be569 Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08: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
8b6dacbf49 Bug 830759 - The close button in the Variables View (e.g. for watch expressions) should only be shown on hover, r=msucan 2013-01-31 18:07:24 +02:00
Victor Porof
07ebb3e0bf Bug 831794 - Variables View: allow users to override getter properties to plain value properties, r=past
--HG--
rename : browser/devtools/debugger/test/browser_dbg_propertyview-big-data.js => browser/devtools/debugger/test/browser_dbg_propertyview-data-big.js
rename : browser/devtools/debugger/test/browser_dbg_propertyview-edit.js => browser/devtools/debugger/test/browser_dbg_propertyview-edit-value.js
2013-01-31 18:07:24 +02:00
Victor Porof
6ce1cd5f3f Bug 828987 - The Variables View should be keyboard accessible, r=past 2013-01-31 18:07:24 +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
cad95bb97f Bug 833963 - Variables View: better handling for long strings, r=msucan 2013-01-24 20:59:44 +02:00
Victor Porof
4d32353254 Bug 832473 - Variables View: empty variable is rendered wrongly if it is added within scope with label, r=msucan 2013-01-22 20:00:13 +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
3c99d4d133 Bug 830702 - Variables View needs a way to clear hierarchies, to avoid highlighting variable or property changes, 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
Joe Walker
bd0b761034 Bug 774619 - Fix browser_dbg_bfcache.js test by making GCLI force GC; r=past 2013-01-15 19:38:52 +00:00
Panos Astithas
5acdbef1de Backout 409adccbcbd7 (bug 782179) 2013-01-15 13:50:52 +02:00
Panos Astithas
34d250cc22 Re-enable the browser_dbg_reload-same-script.js test after the fix (bug 782179); r=me 2013-01-14 10:44:42 +02:00
Tim Taubert
77cdbe20da merge m-c to fx-team 2013-01-13 01:56:53 +01:00
Victor Porof
509f9b218d Bug 829760 - browser_dbg_propertyview-filter-05.js checks for DOM objects are broken, r=past 2013-01-12 18:27:46 +02: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
Ed Morley
163e29d67f Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-10 08:59:12 +00:00
Panos Astithas
474a98517c Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof 2013-01-09 23:27:59 +02:00
Panos Astithas
6de8dac9be Merge m-c to fx-team 2013-01-09 21:42:41 +02:00
Panos Astithas
08ff7eabf0 Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof 2013-01-09 10:21:36 +02:00
Ed Morley
4c21802bb7 Bug 782179 - Disable browser_dbg_reload-same-script.js for too many intermittent failures 2013-01-09 19:38:18 +00: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
Panos Astithas
78ffc60090 Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof 2013-01-07 00:11:03 +02:00
David Zbarsky
d96279163f Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
David Zbarsky
7cc0fdc8ca Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGPolygonElement.cpp => content/svg/content/src/SVGPolygonElement.cpp
rename : content/svg/content/src/nsSVGPolygonElement.cpp => content/svg/content/src/SVGPolygonElement.h
rename : content/svg/content/src/nsSVGPolylineElement.cpp => content/svg/content/src/SVGPolylineElement.cpp
rename : content/svg/content/src/nsSVGPolylineElement.cpp => content/svg/content/src/SVGPolylineElement.h
2013-01-06 04:32:01 -05:00
Ehsan Akhgari
b7608f387d Merge mozilla-central into mozilla-inbound 2013-01-05 16:00:35 -05:00
Victor Porof
1492c14732 Bug 824487 - Transition event callbacks sometimes don't fire, r=rcampbell 2013-01-04 09:37:18 +02:00
Panos Astithas
a7a5899166 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
Peter Van der Beken
9ca46c7fbd Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableSectionElement to WebIDL. r=bz.
--HG--
rename : content/html/content/src/nsHTMLTableRowElement.cpp => content/html/content/src/HTMLTableRowElement.cpp
rename : content/html/content/src/nsHTMLTableSectionElement.cpp => content/html/content/src/HTMLTableSectionElement.cpp
rename : content/html/content/src/nsHTMLTableSectionElement.cpp => content/html/content/src/HTMLTableSectionElement.h
rename : dom/interfaces/html/nsIDOMHTMLTableSectionElem.idl => dom/interfaces/html/nsIDOMHTMLTableSectionElement.idl
extra : rebase_source : b9c1d7dea38653452b44b2033cf2c0140f7b39b1
2012-12-29 15:07:48 +01:00
Peter Van der Beken
2d19e649b8 Fix for bug 824907 (Convert HTML table elements to WebIDL) - convert HTMLTableCaptionElement to WebIDL. r=bz.
--HG--
rename : content/html/content/src/nsHTMLTableCaptionElement.cpp => content/html/content/src/HTMLTableCaptionElement.cpp
rename : content/html/content/src/nsHTMLTableCaptionElement.cpp => content/html/content/src/HTMLTableCaptionElement.h
extra : rebase_source : ccf765d029b74fc22b45d9162e9b4a9ac6977344
2012-12-29 15:07:46 +01:00
Girish Sharma
1de4a0b217 Bug 814641 - [toolbox] Panels appear behind the devtools window after undocking, r=paul 2012-12-22 00:33:52 +05:30
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
a96e76459e Bug 814844 - [toolbox] The _onCloseClick function in ToolbarView is never used, r=rcampbell 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
Panos Astithas
2b2b42f6ae Merge m-c to fx-team 2012-12-19 10:03:48 +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
Yura Zenevich
61a01d653b Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul 2012-12-14 08:05:00 +01:00
Ed Morley
6cb8f584f0 Bug 774619 - Disable browser_dbg_bfcache.js on Windows for too many intermittent failures 2012-12-17 13:21:18 +00:00
Nathan Froyd
2ebd075cca Bug 827993 - delete useless code in browser_dbg_bug723069_editor-breakpoints.js; r=past 2013-01-08 12:59:19 -05:00
Ed Morley
9e8a4f79dc Merge mozilla-central to mozilla-inbound 2012-12-14 19:03:57 +00: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
Ehsan Akhgari
010e93b1f9 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
2b5f199504 Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Victor Porof
25db31bc60 Bug 796135 - Provide some obvious UI for scripts filtering, r=past 2012-12-10 16:03:48 +02:00
Victor Porof
e6e86f81a1 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
06a15377af 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
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
776b19ff34 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
2ed4f10038 Bug 817425 - many id's in devtools debugger listed as undefined, r=past 2012-12-04 15:48:39 +02:00
Victor Porof
197c61ef05 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
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
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
d74897ac54 Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past 2012-11-21 10:49:45 +02: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
Victor Porof
77b477fe21 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
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
Mike Hommey
28adec29b2 Bug 821182 - Get firefox executable from the directory service instead of guesswork from CurProcD. r=past 2012-12-14 08:32:57 +01: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
e58b133e85 Bug 809392 - The remote and chrome debugger windows don't have a title, r=past 2012-11-10 13:14:40 +02:00
Victor Porof
cc238518cf Bug 808980 - Clicking on the empty area of the stack list produces error message: item is null, r=past 2012-11-10 13:14:40 +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
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
Ryan VanderMeulen
eafa7e9651 Merge fx-team to m-c. 2012-11-02 15:45:53 -04: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
Jim Mathies
10c9e26f82 Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin 2012-11-01 14:28:49 -05: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
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07: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
b9477880b2 Bug 790216 - Optimize global search results, r=past 2012-10-26 23:28:54 +03: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
862fdec30f Bug 794886 - Avoid confusion caused by accidentally prefing off the panels, 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
Panos Astithas
e9e5116397 Make the simple leaktest run first and give it ample time to make sure GC from previous tests does not cause debugger tests to fail (bug 774619); r=vporof
--HG--
rename : browser/devtools/debugger/test/browser_dbg_leaktest.js => browser/devtools/debugger/test/browser_dbg_aaa_run_first_leaktest.js
2012-12-13 15:47:36 +02: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
Nick Fitzgerald
a5519db540 bug 788754: simplify SourceClient's api; r=past 2012-09-28 08:27:00 +03:00
Nick Fitzgerald
ce71aed6a5 bug 755661 part 4 - debugger frontend use the sources over protocol; r=past 2012-09-27 11:31:00 +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
Victor Porof
ed48bbcfe1 Bug 782877 - Intermittent browser_dbg_bfcache.js | uncaught JS exception - TypeError: element is undefined at debugger-controller.js:1275, r=rcampbell 2012-10-01 18:15:20 +03:00
Victor Porof
2ba2003f8d Bug 790553 - Increase the timeout when connecting to Firefox for Android from the Remote Debugger, r=past 2012-10-01 15:16:00 +03:00
Victor Porof
05a5807779 Bug 795009 - REMOTE_PROFILE_NAME should actually be chrome, r=past 2012-10-01 15:15:10 +03:00
Victor Porof
5ac59f199b Bug 794887 - Some entities in debugger.dtd are unused, r=past 2012-10-01 15:14:46 +03:00
Victor Porof
11b3ee490d Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past 2012-09-24 15:25:33 +03:00
Panos Astithas
2ede8468f0 Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell 2012-09-22 18:44:00 +03:00
Panos Astithas
ed4255be0f Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell 2012-09-21 09:04:21 +03:00
Ms2ger
5b4f3272e0 Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Panos Astithas
2df4be745b Bug 781515 - Use a default allowConnection handler in dbg-server.js so that add-ons don't have to provide their own. r=rcampbell, f=Pike,mgoodwin 2012-09-20 09:40:01 +03:00
Panos Astithas
3c23735c98 Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_contextactor-02.js => browser/devtools/debugger/test/browser_dbg_globalactor-01.js
2012-09-20 09:36:32 +03:00
Ryan VanderMeulen
8c911106aa Merge the last PGO-green inbound changeset to m-c. 2012-09-14 21:09:07 -04:00
Victor Porof
f66dec7abb Bug 787181 - DebuggerController._isChromeDebugger is broken, fix remote-enabled pref typo 2012-09-14 00:30:14 +03:00
Victor Porof
b5c5b9aeb0 Bug 790891 - Search operators are hardcoded in debugger.xul, r=past 2012-09-14 00:00:19 +03:00
Victor Porof
481687d4ca Bug 787181 - DebuggerController._isChromeDebugger is broken, r=past 2012-09-14 00:00:18 +03:00
Victor Porof
27ffdd34c6 Bug 785889 - Make search related keyboard shortcuts discoverable, r=past 2012-09-12 13:39:51 +03:00
Victor Porof
c711aaee52 Bug 785883 - Pressing up/down/tab while filtering scripts should have some expected behavior, r=past 2012-09-12 13:39:29 +03:00
Victor Porof
99861f3be9 Bug 779732 - Make search operations in the debugger more intuitive, r=past 2012-09-11 22:50:20 +03:00
Victor Porof
bc58dd0993 Bug 785650 - Make it easier to stop searching for scripts in the Debugger, r=past 2012-09-11 22:50:19 +03:00