Mihai Sucan
e7a0a5f4b7
Bug 725392 - Source Editor: add a method to convert mouse coordinates to character offsets, r=msucan
2012-08-02 22:30:46 +03:00
Victor Porof
eff70cd18c
Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past
2012-11-16 08:34:13 +02:00
Mihai Sucan
0f022cdb3d
Bug 787981 - Use LongStringActor in the Web Console actors; r=past
2012-11-05 18:41:59 +02:00
Mario Alvarado [:marioalv]
d600e5b1dc
Bug 806720 - Port browser_styleeditor_private.js to the new per-tab PB APIs; r=ehsan
...
--HG--
rename : browser/devtools/styleeditor/test/browser_styleeditor_private.js => browser/devtools/styleeditor/test/browser_styleeditor_private_perwindowpb.js
2012-11-12 19:42:47 -06:00
Victor Porof
16313d3ff8
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
Ryan VanderMeulen
98202c7326
Merge fx-team to m-c.
2012-11-10 16:53:55 -05:00
Victor Porof
8a9ce74024
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
e2d1746c5d
Bug 809002 - Stick the variables view exported symbols on 'this', r=past
2012-11-10 13:14:40 +02:00
Victor Porof
83bab9da09
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
7dba54f417
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
26d567403e
Bug 808691 - The remote and chrome debugger windows should remember their size across sessions, r=past
2012-11-10 13:14:40 +02:00
Paul Rouget
4c35fe75f4
Bug 762571 - Intermittent browser_layoutview.js; r=past
2012-11-07 13:28:04 +01:00
Johan Charlez
a114936c71
Bug 793031 - Open recent file fails if the file doesn't exists anymore. r=robcee
2012-11-06 13:26:00 -05:00
Panos Astithas
24d9d0ae1d
Merge m-c to fx-team
2012-11-07 11:14:37 +02:00
Ed Morley
0ebccf77e2
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
Ed Morley
e12116ef55
Bug 707891 - Disable browser_styleeditor_reopen.js for too many intermittent failures
2012-11-06 22:26:02 +00:00
Victor Porof
25807e7d90
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
092f2cf1f0
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
4d334e4daf
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
ce3c4d522a
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
21fe763a1d
Bug 798874 - The variables view should be filterable, r=past
2012-11-04 01:01:05 +02:00
Ryan VanderMeulen
7ce522bbc4
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Victor Porof
d963678d37
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
Boris Zbarsky
2e34a9a752
Bug 807222 part 6. Fix getOwnPropertyNames to work correctly on Window. r=jst
...
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Jim Mathies
8ee8d804b6
Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin
2012-11-01 14:28:49 -05:00
Panos Astithas
fdfd985c80
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Victor Porof
e0501e8f86
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
e0fab10863
Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell
2012-11-02 09:31:55 +02:00
Joe Walker
ec4475a595
Bug 801387 - GCLI rollup bug fix for bugs 795324, 797016, 791085; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
060d6f1b50
Bug 800346 - Autocompletion hint text is not visible in the latest Nightly; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
a13e71a2db
Bug 798458 - changes to make minification of GCLI work; r=dcamp
2012-11-02 02:54:14 +00:00
Grant Gayed
b59a20d19a
Bug 806821 - GCLI should ensure that 'string' command return types are treated as plaintext; r=jwalker
...
* * *
Bug 800363 - XSS in Web Developer Toolbar's chrome privilege page
2012-11-02 02:54:13 +00:00
Panos Astithas
fbc64fb6e0
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
N Bosma
e370784c40
Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp
2012-10-31 18:30:37 +02:00
Michael Ratcliffe
dba75fc5c1
Bug 788458 - Fix issues with copy / paste in rule and computed views; r=dcamp
2012-10-31 18:25:08 +02:00
Anton Kovalyov
5a69f4f33f
Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell
2012-10-31 18:23:51 +02:00
Panos Astithas
dca32622e6
Backed out changeset 9e56a20d367f on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 16:27:37 +02:00
Panos Astithas
019bd65baf
Backed out changeset 0ef0321ebe88 on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 15:16:41 +02:00
Ed Morley
3df60ccac7
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-01 13:42:02 +00:00
Panos Astithas
800a5ec8e2
Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 13:33:26 +02:00
Panos Astithas
27ea7566ea
Backed out changeset 59598af5e407 on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 13:30:52 +02:00
Mihai Sucan
bb29f25a15
Bug 805960 - Intermittent toolkit/devtools/webconsole/test/test_file_uri.html | an unexpected uncaught JS exception reported through window.onerror - NS_ERROR_FILE_IS_LOCKED; r=past
2012-10-30 17:53:58 +02:00
N Bosma
a9f58f6f5f
Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp
2012-10-26 14:07:00 +03:00
Boris Zbarsky
51ea2f70a7
Back out rev 6d36471ab3ca (part 5 of bug 807222) because now Android is shipping busted stuff on the global.
2012-11-05 11:54:37 -05:00
Boris Zbarsky
06fca213bc
Bug 807222 part 5. Fix getOwnPropertyNames to work correctly on Window. r=jst
...
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Victor Porof
a7b9d70502
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
1482122303
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
Tom Schuster
85c2e983ae
Bug 805222 - Change some usages of GetFunctionId to GetFunctionDisplayId for better JS stacktrace. r=bholley,robcee
2012-10-31 13:34:42 +01:00
Vicamo Yang
8297cdabd6
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb
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
777eed8444
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a
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
cfeb868739
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
Ryan VanderMeulen
d716366c32
Merge m-c to inbound.
2012-11-02 16:11:46 -04:00
Girish Sharma
80cd2cac85
Bug 800231 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out, | Found a Tools:StyleEditor after previous test timed out; r=msucan
2012-11-02 18:24:42 +05:30
Michael Ratcliffe
2e1920025c
Bug 788458 - Fix issues with copy / paste in rule and computed views; r=dcamp
2012-10-01 12:59:23 +01:00
Anton Kovalyov
950b47aa6b
Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell
2012-10-23 11:28:37 -07:00
Dave Camp
983f5e458e
Bug 796866: Make style inspector's computed view display more reliable. r=robcee
2012-10-29 17:29:24 -07:00
Victor Porof
a4918d3e12
Bug 790216 - Optimize global search results, r=past
2012-10-26 23:28:54 +03:00
Victor Porof
5110f5643e
Bug 790556 - Remember last IP address for remote debugger, r=past
2012-10-26 23:28:54 +03:00
Victor Porof
3795d7000f
Bug 804575 - Implement a way of keeping the debugger panes always visible, r=past
2012-10-26 23:28:54 +03:00
Victor Porof
23894e6a79
Bug 796148 - Implement a 'gear menu', r=past
2012-10-26 23:28:54 +03:00
Victor Porof
896057a772
Bug 794886 - Avoid confusion caused by accidentally prefing off the panels, r=past
2012-10-26 23:28:54 +03:00
Victor Porof
85b1ebb05d
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
e167d0dbe1
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
b73c53c7c5
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
Tim Taubert
101d75524c
merge m-c to fx-team
2012-10-25 21:23:58 +02:00
Mihai Sucan
ae8184230d
Bug 798951 - Intermittent browser_webconsole_bug_737873_mixedcontent.js | Test timed out; r=robcee
2012-10-23 15:59:57 +03:00
Anton Kovalyov
0e2d16de78
Bug 794898 - Scratchpad should ask for confirmation before closing; r=harth
2012-10-22 15:53:23 -07:00
Girish Sharma
7df04d51da
Bug 800231 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out, | Found a Tools:StyleEditor after previous test timed out; r=msucan
2012-10-22 11:20:08 +05:30
Phil Ringnalda
a1120dfca2
Merge mozilla-central to fx-team
2012-10-19 22:13:58 -07:00
Anton Kovalyov
36a10f3e5a
Bug 661762 - Scratchpad source link may focus the wrong Scratchpad window; r=msucan
2012-09-14 13:12:57 -07:00
Mihai Sucan
776d41b784
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
2012-10-11 21:24:57 +03:00
Anton Kovalyov
dc42312ee0
Bug 801982 - Scratchpad doesn't show confirmation dialog after opening a file; r=harth
2012-10-18 11:00:33 -07:00
Heather Arthur
e098b85128
Backed out changeset 0c63519f8e41 due to failing test (bug 801982)
2012-10-17 18:18:56 -07:00
Anton Kovalyov
e1ddb0d723
Bug 801982 - Scratchpad doesn't show confirmation dialog after opening a file; r=harth
2012-10-16 15:32:39 -07:00
Anton Kovalyov
1fed68bb7f
Bug 801937 - JavaScript strict warning in scratchpad.js; r=harth
2012-10-15 16:30:37 -07:00
Girish Sharma
1dc4ee209f
Bug 744021 - Source Editor jump to prev/next block should move to prev/next sibling block when caret has no parent block; r=msucan
2012-10-12 22:27:18 +05:30
Mihai Sucan
f97ad13a13
Bug 797294 - Intermittent browser_webconsole_bug_595934_message_categories.js | Timed out while waiting for: test #N successful finish; r=rcampbell
2012-10-09 20:46:01 +03:00
Ryan VanderMeulen
d37755dc84
Merge the last PGO-green inbound changeset to m-c.
2012-10-13 19:26:29 -04:00
Tim Taubert
528cf2ffe4
merge m-c to fx-team
2012-10-13 23:20:19 +02:00
Oonishi Atsushi
f0d30acf35
Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz
2012-10-13 13:20:55 -04:00
Paul Rouget
05fad9c539
Bug 799498 - [responsive mode] Disable floating scrollbars; r=past
2012-10-09 17:04:34 +02:00
Johan Charlez
a1c6d966ea
Bug 793031 - Open recent file fails if the file doesn't exists anymore. r=robcee
2012-10-01 13:04:00 +03:00
Girish Sharma
d9d97479af
Bug 800231 - More logging to check where test times out, r=past
2012-10-12 13:08:09 +05:30
Tim Taubert
56a91bbd83
merge m-c to fx-team
2012-10-10 09:32:35 +02:00
Gavin Sharp
5ec5310498
Fix line endings in these tests, no bug
...
--HG--
extra : rebase_source : aad2a9b54a69182f75de437cf0f15316729ca64a
2012-10-09 14:44:49 +02:00
Anton Kovalyov
427c365cb3
Add 'Show hidden properties' checkbox (Bug 786070); r=past f=gavin,rcampbell,vporof
2012-10-05 11:20:47 -07:00
Girish Sharma
dbaabd3439
Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan
2012-09-25 23:02:11 +05:30
Anton Kovalyov
a0d071a5a8
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
Panos Astithas
c47c3badab
Merge m-c to fx-team
2012-10-08 16:26:41 +03:00
Panos Astithas
74bce35cd2
Disable browser_responsiveui.js and browser_responsiveuiaddcustompreset.js on OS X for intermittent failures (bug 798772, bug 798775); r=jwalker
2012-10-08 12:15:56 +03:00
Mihai Sucan
7ba4e89fc3
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
2012-10-05 19:15:51 +03:00
Mihai Sucan
168aca5118
Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-10-05 14:54:43 +03:00
Mihai Sucan
9ff6a83ab3
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
2012-09-26 18:02:04 +01:00
Mihai Sucan
348454ccd7
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Girish Sharma
d186e86f03
Bug 790272 - Unnecessary repaints of the Layout View, r=paul, r=jaws
2012-10-04 10:24:46 +05:30
Paul Rouget
8cc1a42cad
Bug 798284 - [responsive mode] dispatch some events; r=past
2012-10-05 13:23:12 +02:00
saran
9e945bb876
Bug 768399 - GCLI output should not be forced to be xhtml; r=jwalker
2012-10-05 00:46:38 +01:00
Joe Walker
cc17a25aaf
Bug 788215 - GCLI problems when replacing valid arg value with a new value; r=dcamp
2012-10-05 00:46:38 +01:00