16 Commits

Author SHA1 Message Date
gijskruitbosch%gmail.com
456a9ccddf Bug 410943 - Expanding more than one level of watches is not possible
r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.


git-svn-id: svn://10.0.0.236/trunk@242511 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-06 21:34:25 +00:00
silver%warwickcompsoc.co.uk
3b7ff6cb91 Bug 345305 - Evaluate strings in target's execution frame to read properties instead of unwrapping and accessing directly. r=gijs. Venkman Only (NPOTB)
git-svn-id: svn://10.0.0.236/trunk@235432 18797224-902f-48f8-a5cc-f745e15eee43
2007-09-09 20:37:46 +00:00
dmose%mozilla.org
4584e059e0 Fix TypeError launching Venkman from firefox (bug 247507); p=silver@warwickcompsoc.co.uk, r=rginda. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@184278 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-07 23:58:46 +00:00
silver%warwickcompsoc.co.uk
cedd400094 Bug 237233 - Add /show-constants command and menu item for hiding/showing read-only properties, like functions and ECMA properties.
Also bumping locale version number.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@159490 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-19 19:21:28 +00:00
silver%warwickcompsoc.co.uk
1749236843 Bug 239753 - Allow 'browser.xul' as well as 'navigator.xul' to increase functionality on Firefox.
r=rginda@hacksrus.com


git-svn-id: svn://10.0.0.236/trunk@155526 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-26 10:03:32 +00:00
gerv%gerv.net
d6544e324a Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@155092 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-18 22:14:17 +00:00
jshin%mailaps.org
2f279f9772 bug 225695 : replacing incorrectly used escape/unescape() with en/decodeURI(Component). 3rd installment (for Venkman) (r=rgina, sr,a=brendan)
git-svn-id: svn://10.0.0.236/trunk@150076 18797224-902f-48f8-a5cc-f745e15eee43
2003-12-05 06:12:59 +00:00
rginda%netscape.com
3f19d9edb4 bug 203848, landing the latest venkman xpi, a=asa@mozilla.org
Fix the following bugs:
  * Sometimes HTML files would not completely load in the source view.  I had
    been reusing a scriptable input stream in a place where that's not allowed.
  * When you reloaded a file in the source view, the loaded scripts view would
    stop responding to double clicks.
  * If you cycled the ``Exclude Browser Files'' option from on to off, the
    browser files would appear as disabled files, even though they were
    no longer disabled.
  * There was no way to delete a pref with the /pref command.
  * If you moved a tree-based view, it would stop responding to double-clicks.
  * The debugger would get into a bad state if you examined an object that
    had a property named "__proto__".

Adds tabbed views.


git-svn-id: svn://10.0.0.236/trunk@141996 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-01 04:48:47 +00:00
rginda%netscape.com
8d6d06d3b5 nly -
landing venkman 0.9.60

add x-jsd:debugger url handler to launch venkman.  Useful to start venkman from feonix.
convert some of the 81 column files to 80 column.
Show disabled scripts (and files that contian them) in red italics in the Loaded Scripts view.
Fix some issues with step over.  Requres the latest js engine fixes from bug 202177 to be completely effective.
add default window flags value for the /open-dialog command.
fix xml charset detection.
Use Math.floor instead of parseInt.
remove the "paint-hack" hack.
remove ":" from the list of illegal url characters.
unmark the stop line before setting a new one, to avoid the case where you see two yellow indicators in a single file.
add complete, selectable url below the source window in the source2 view.
e
clean up after bug 127589.


git-svn-id: svn://10.0.0.236/trunk@141551 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-21 23:55:12 +00:00
rginda%netscape.com
fccaedbbcf bug 197106, land venkman 0.9.53, venkman only
* adds the abillity to change values right from the Local Variables or Watch
views.  Just double-click on the value and enter a new expression to be evaluated.
* adds the ability to add watches from the Local Variables view.  Just select
"Add Watch Expression" from the context menu of the Local Variables view.
* adds the ability to save and restore breakpoints and watches.
* adds close buttons to the source view tabs.
* adds a pref to enable "clost tab on middle click" behavior, and a pref to
disable the new close buttons.
* changed from "type" attribute to "orient".


git-svn-id: svn://10.0.0.236/trunk@140267 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-25 19:50:32 +00:00
rginda%netscape.com
4cba297e5a venkman only, bug 194234, changes from 0.9.46 to 48, a=asa@mozilla.org
fixes ASSERTs about chrome calling window.alert, etc in debug builds
fixes problems setting breakpoints in files loaded by hand
"add watch expression..." added to context menu of Watch view
fixes file:/ urls loaded form the Open Windows view


git-svn-id: svn://10.0.0.236/trunk@138049 18797224-902f-48f8-a5cc-f745e15eee43
2003-02-20 23:06:12 +00:00
rginda%netscape.com
560b390670 - venkman only -
landing venkman 0.9.44

refactor prefs code, adding pref-manager.js
move CSS rules with english words into locale subdir
add fallback function hook to be called when regexp based name guessing fails
add "hide duplicates" option
add quicksearch-like textbox to the loaded scripts view


git-svn-id: svn://10.0.0.236/trunk@135458 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-18 09:11:49 +00:00
rginda%netscape.com
4a419c26e3 venkman only, bug 176604, a=dbaron@fas.harvard.edu
* Fixes errors in the default string bundle
* Prevents a double-click on a scrollbar from being interpreted as a
double-click on the currently selected item
* Displays the value for Boolean and Number objects in the Local Variables and
Watch views.
* Fixes a problem saving profile data on versions of Mozilla from before Sept. 2002
* Makes breakpoints set as a result of a ``Scan for Meta Comments'' act as
future breakpoints, as well as hard breakpoints, so you don't have to rescan
after reloading.
* Fixes the "Two help menus" problem on the Mac (bug 162285)


git-svn-id: svn://10.0.0.236/trunk@132509 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-25 05:03:43 +00:00
rginda%netscape.com
32c4dca990 - venkman only -
crop view titles.
hide js components when "Exclude Browser Files" is enabled.
fix strict warnings.
use jsds to get parent instead of __parent__ to avoid warning.
make sure script is valid before trying to pretty print it.
don't trace errors from chrome urls if "Exclude Browser Files" is enabled.
add a source code colorization limit, default to 1500 lines.
add "Include ECMA Properties" and "Include Functions" options in the Locals and Watch views.
fix "Files" node in the Open Windows view.
Don't get property counts in the Locals and Watch views, because it takes too long.
don't print the hook error, of the hook in question was the display hook, to avoid an infinite loop.
Fix logic to reuse tabs once max-tab limit has been reached.
show an error when an unknown pref or pref pattern is passed to the /pref command.


git-svn-id: svn://10.0.0.236/trunk@128805 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-04 04:27:32 +00:00
rginda%netscape.com
001dde457c - venkman only -
bug 160003, "land venkman 0.9.28", a=asa
Adds "scriptable breakpoints" and "meta comments", described in <news://news.mozilla.org:119/3D45310E.8080206@netscape.com>.
Also adds "run to cursor" and "find in file" functionaliy, and fixes bug 126779.


git-svn-id: svn://10.0.0.236/trunk@126029 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-29 23:31:19 +00:00
rginda%netscape.com
a0e80802d0 - venkman only -
bug 157638, "Land VENKMAN_FLOATS_MY_BOAT branch", a=scc
Landing the 3 month old branch, which fixes the following bugs...
121409, 103898, 116102, 116099, 127750, 127099, 121501, 127102, 127737, 127733, 150481, 156776, 156769, 153381, 153066, 152946, 127752, 116286, 143682, 130398, 129692, 156111, 127736, 130050, 139565, 128604, 127751, 127732, 127727, 103425, 85634, 139557, 125394


git-svn-id: svn://10.0.0.236/trunk@125420 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-18 00:54:32 +00:00