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
Abraa
8b3d2c0eeb
Bug 788229 - Change String.indexOf to String.contains. r=jaws
2012-09-12 10:23:34 -04:00
Panos Astithas
9d80fc739c
Bug 786169 - Corrupt non-latin text into debugger; r=msucan
2012-09-11 11:40:54 +03:00
Panos Astithas
9a2501ddd2
Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof
2012-09-10 11:48:52 +03:00
Abhishek Potnis
482c9a8d8a
Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao
2012-09-19 12:59:26 +02:00
Jim Mathies
8dedd019df
Bug 789360 - devtools references to modules using wrong url. r=past
2012-09-08 06:13:37 -05:00
Victor Porof
9b0772e447
Bug 783810 - Intermittent browser_dbg_location-changes-new.js | There should be a selected script, | The source editor should have some text displayed, | The menulist should not display a notice that there are no scripts availalble, | The menulist should have a too... - r=robcee
2012-08-29 03:17:18 +03:00
Victor Porof
d916c92ec2
Bug 780198 - Intermittent browser_dbg_reload-same-script.js | Test timed out, followed by browser_dbg_script-switching.js | an unexpected uncaught JS exception reported through window.onerror, r=past
2012-08-26 01:13:59 +03:00
Victor Porof
7effe84a9c
Bug 773732 - After reloading a page, the selected script and line should remain the same. r=robcee
2012-08-25 17:23:23 +03:00
Victor Porof
2b29b7b7af
Bug 766054 - [debugger] experiment with collapsed panels, r=rcampbell
2012-07-20 11:56:46 +03:00
Victor Porof
eb334315eb
Bug 774788 - free text search across all scripts, r=rcampbell
2012-08-18 12:29:47 +03:00
Panos Astithas
73af0b8253
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
2012-08-24 10:41:02 +03:00
Matt Brubeck
8df05dede8
Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
...
--HG--
extra : transplant_source : %F4%97%281%7F%AD%7E%C0Vb%00t%9Bd%FC%EC%A5%92%B5%C8
2012-08-23 14:37:29 -07:00
Panos Astithas
4734deb1cb
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
2012-08-17 04:32:21 +03:00
Abhishek Potnis
a8e82b6716
Bug 781122 - orion.css does not exist from debugger tests; r=msucan
2012-08-21 14:42:02 +03:00
Ed Morley
3efc8bac9a
Bug 773732 - Temporarily disable browser_dbg_reload-same-script.js due to frequent failures (bug 780198 & bug 782179)
2012-08-15 15:30:58 +01:00
Ed Morley
c57acce09c
Backout 3b46b03dff5c, effectively relanding bug 781186 and 773732 because it seems like a clean backout isn't going to be possible
2012-08-15 15:26:46 +01:00
Ed Morley
ad19cf3ac8
Backout 2a6310e0ed9a (bug 781186) and 64bc6b0e9127 (bug 773732) for causing bug 780198 and bug 782179
2012-08-15 13:30:09 +01:00
Victor Porof
140b4b2d34
Bug 780631 - Don't change the selected script while filtering if the file part from the search expression hasn't changed, r=rcampbell
2012-08-09 00:37:23 +03:00
Victor Porof
561c3a3ea1
Bug 781102 - Continue with debugger initialization after the editor finished loading, r=rcampbell
2012-08-09 00:36:58 +03:00
Victor Porof
04b1287cc4
Bug 781186 - Navigating between pages initially shows 'No Scripts' in the menulist, r=rcampbell
2012-08-09 00:36:23 +03:00
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Victor Porof
8921a6673f
Bug 773732 - After reloading a page, the selected script and line should remain the same, r=rcampbell
2012-08-03 08:20:33 +03:00
Victor Porof
b3118bf2cb
Bug 775050 - Add keyboard shortcuts for stepping, r=rcampbell
2012-08-02 08:31:15 +03:00
Victor Porof
faf69525d5
Bug 770193 - Make it easier to start searching for scripts in the Debugger, r=rcampbell
2012-08-01 23:25:46 +03:00
Victor Porof
6d726656ec
Bug 777093 - Long script urls still confuse the debugger menulist, r=rcampbell
2012-08-01 23:25:46 +03:00
Victor Porof
3ebd0b60d2
Bug 773653 - Intermittent leak in browser_dbg_breakpoint-new-script.js; r=rcampbell
2012-07-18 17:06:45 +03:00
Victor Porof
0f55081f85
Bug 770542 - Intermittent leak in browser_dbg_bug723069_editor-breakpoints.js, browser_dbg_bug723071_editor-breakpoints-pane.js & browser_dbg_bug731394_editor-contextmenu.js of browser_dbg_script-switching.html; r=rcampbell
2012-07-18 17:21:57 +03:00
Victor Porof
74901db492
Bug 774220 - Script URLs should appear in tooltips even when the menu list is not open; r=past
2012-07-18 09:42:51 +03:00
Victor Porof
9cc1750189
Bug 771481 - 'No scripts.' should be displayed in the dropdown when there are no scripts matching the search string; r=past
2012-07-18 16:13:15 +03:00
Victor Porof
e1031f191e
Bug 767384 - The script from the dropdown is kept when loading a page with no scripts after loading one with scripts and opening the Debugger; r=past
2012-07-15 10:06:02 +03:00
Victor Porof
0d3e7e512b
Bug 723071 - Add a pane to display the list of breakpoints across all scripts in the debuggee; f=msucan,past r=past
2012-07-15 09:40:37 +03:00
Victor Porof
9d03d7155a
Bug 767401 - Clearing the searched token in the scripts filter should also clear the 'find next' history; r=past
2012-07-15 10:12:06 +03:00
Victor Porof
7bbf7017e0
Bug 768677 - Remote debugger asks for host:port, displays http://host:port/ as default value; r=past
2012-07-15 09:47:03 +03:00
Panos Astithas
399f3d044f
Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell
2012-07-13 13:10:22 +03:00
Panos Astithas
443168bbb2
Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell
2012-07-13 13:10:21 +03:00
Panos Astithas
80c077f1cd
Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell
2012-07-12 14:03:43 +03:00
Nathan Froyd
5b30baa4c3
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Victor Porof
dd9e5cefff
Bug 767373 - The 'Filter scripts' textbox is cleared when checking/unchecking the 'Pause on exceptions' checkbox. r=past
2012-07-03 13:33:00 +02:00
Victor Porof
067c035755
Bug 761174 - Always show a property tooltip; r=past
2012-06-21 18:25:34 +03:00
Victor Porof
f1ecdcae93
Bug 710258 - Don't allow the debugger to be open in more than one window; r=past
2012-06-20 15:21:46 +03:00
Panos Astithas
80680028cb
Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun
2012-06-20 16:31:50 +03:00
Paul Rouget
d4a3fc2d46
Bug 764625 - Web Console and Debugger stay checked in Web Developer menu after closing them with the close X button. r=msucan,past
2012-06-19 18:56:31 +02:00
Victor Porof
557ce3f89c
Bug 762452 - file filtering behaves strangely; r=past
2012-06-19 18:11:27 +03:00
Panos Astithas
d6a71e89ec
Ensure that with multiple windows open, the debugger's selected tab belongs to the top-level window (bug 761742); r=dcamp
2012-06-19 17:46:25 +03:00
Michael Wu
539066cff5
Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey
2012-05-27 23:25:22 -04:00
Victor Porof
f1f3134f58
Bug 762454 - File filtering @ operator doesn't search for functions; r=past
2012-06-08 12:14:33 +03:00
Panos Astithas
035efc50e0
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
2012-06-08 11:21:59 +03:00
Panos Astithas
147618191a
Backout 61e0d5d09f77 due to test breakage
2012-06-08 11:18:28 +03:00
Panos Astithas
69e8b205cb
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
2012-06-08 10:00:48 +03:00
Victor Porof
191c48909e
Bug 760868 - Gmail includes scripts names that make the debugger script list too long; r=past
2012-06-04 15:35:24 +03:00
Victor Porof
28f8993d4d
Bug 753225 - Intermittent browser_dbg_createRemote.js; r=past
2012-06-04 13:02:32 +03:00
Panos Astithas
42c72ae67b
Bug 757282 - Pause when an exception is hit; r=rcampbell
2012-06-03 16:39:51 +03:00
Panos Astithas
011b89bf23
Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell
2012-06-03 16:39:50 +03:00
Mihai Sucan
395219db95
Bug 751901 - Slow Source View in Debugger on large files; r=past
2012-06-01 23:05:31 +03:00
Dave Camp
ef586de31c
Bug 760752 - Frequent browser_dbg_debugger-tab-switch.js | leaked window property: _scriptDebugger and 87 more test failures; r=past
2012-06-02 18:43:19 +03:00
Victor Porof
dae8884afd
Bug 753677 - Visually distinguish between configurable, enumerable and writable properties; r=past
2012-05-30 16:13:05 +03:00
Panos Astithas
0b6cecb6b6
Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 1: Firefox); r=rcampbell
2012-06-01 18:25:08 +03:00
Victor Porof
49257d2c23
Bug 759135 - Move a __proto__ property at the bottom of the list; r=rcampbell
2012-05-30 12:11:55 +03:00
Victor Porof
ee77cf08e2
Bug 757278 - Handle positions are not saved.; r=rcampbell
2012-05-31 12:27:22 +03:00
Victor Porof
88b72e445c
Bug 753311 - Prevent the Debugger from opening on more than one tab; r=past
2012-05-31 13:01:13 +03:00
Victor Porof
4c5066dfa5
Bug 752834 - UI tweaks for the property view; r=past
2012-05-29 16:12:29 +03:00
Victor Porof
b89a55a23a
Bug 746648 - Too large script labels in various pages. r=past
2012-05-30 13:43:37 +03:00
Panos Astithas
bde61972f6
Small perf improvement to bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=vporof
2012-05-29 14:22:18 +03:00
Victor Porof
b4faddcfdf
Bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=past
2012-05-25 21:40:40 +03:00
Panos Astithas
c36515f6df
Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell
2012-05-29 12:08:20 +03:00
Victor Porof
66b81d617c
Bug 758208 - Intermittent failure in browser_dbg_stack-04.js | Should have no frames after resume - Got 2, expected 0; r=msucan
2012-05-26 13:21:39 +03:00
Paul Rouget
144c63410e
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-25 09:46:09 +03:00
Ed Morley
f5e33af6f1
Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js
2012-05-24 19:48:10 +01:00
Paul Rouget
c30f22e4e0
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-24 16:00:56 +02:00
Victor Porof
4311b83913
Bug 753313 - Some divs and spans are created dynamically in debugger-view; r=rcampbell
2012-05-20 23:49:51 +03:00
Victor Porof
c8099fcfd3
Bug 753651 - Unselectable class is useless; r=past
2012-05-10 20:59:55 +03:00
Victor Porof
d4e5550ce1
Bug 724229 - Briefly flash the variables that changed between pauses; r=rcampbell
2012-05-09 19:05:53 +03:00
Panos Astithas
cdd39e141f
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
2012-05-24 14:23:53 +03:00
Victor Porof
bab93ec7df
Bug 723062 - Allow the user to edit the value of a debuggee object's property in the debugger; r=past
2012-03-15 10:17:03 +02:00
Panos Astithas
674b75f99b
Stop using 'frame.arguments' now that 'arguments' is always present in the environment bindings (Bug 752770); r=rcampbell
2012-05-22 08:40:51 +03:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Luke Wagner
e214ef27bb
Bug 752770 - temporarily disable browser_dbg_propertyview-07 and 08
2012-05-08 12:09:21 -07:00
Paul Rouget
a434d0d299
Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell
2012-05-09 15:50:33 +02:00
Joe Walker
d564306c56
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Rob Campbell
a63828b366
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=paul
2012-05-09 07:22:11 -03:00
Rob Campbell
e00eaa71a8
Bug 732452 - create a no scripts label for an empty scripts menu in the debugger; r=past
2012-04-24 12:42:00 -03:00
Rob Campbell
b0169b268a
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=past
2012-05-05 06:35:00 -03:00
Victor Porof
bce2be309d
Bug 749127 - Intermittent browser/devtools/debugger/test/browser_dbg_propertyview-06.js | The localScope doesn't contain all the created variable elements. - Got 6, expected 7; r=past
2012-04-26 07:36:27 -04:00
Victor Porof
1b9d795461
Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past
2012-04-27 17:18:02 -04:00
Victor Porof
680db60c37
Bug 747429 - Make it possible to start a remote debugger only in a new chrome window; r=rcampbell
2012-05-03 20:36:40 +03:00
Mihai Sucan
b767a68709
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell
2012-04-26 14:47:55 +03:00
Victor Porof
981ba016e5
Bug 749222 - Create a separate way to start a chrome debugger; r=past
2012-04-26 14:28:11 -04:00
Rob Campbell
a9972182c0
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-23 10:47:00 -03:00
Victor Porof
0bfe9c253c
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
61bb0b4f28
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Victor Porof
be9fcb410b
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell
2012-04-12 18:47:56 +03:00
Panos Astithas
e6e974e210
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Ehsan Akhgari
eca4125e02
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Victor Porof
5d75527e5b
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,rcampbell,zpao
2012-04-12 18:47:56 +03:00
Rob Campbell
78f6b71c52
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-26 09:41:44 -04:00
Mihai Sucan
95c0cad781
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=robcee
2012-04-26 14:47:55 +03:00
Victor Porof
b33b5dc1d6
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
99f1a4b287
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Joe Walker
2831a551ce
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Panos Astithas
f44dd854d0
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Panos Astithas
ea474aecfc
Bug 740805 - Treat JSM files as JS scripts in the debugger; r=rcampbell
2012-03-23 10:08:59 +00:00