Commit Graph

18 Commits

Author SHA1 Message Date
gerv%gerv.net
86486431ae Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:14:17 +00:00
rginda%netscape.com
f7f04032cd bug 204572, "land latest venkman", a=sspitzer
check in differences between 0.9.67 and 0.9.75
* Fixes literal tab expansion in the new source view
* Fixes places where search() was used instead of indexOf.  bug 204341
* Makes it so that editing properties on a hard breakpoint also modifies
properties on the future breakpoint.
* Makes it so that venkman can load source for files are are currently being
loaded by mozilla.  bug 166935
* Catches exceptions thrown by file picker widget
* fixes a typo in the change-container command
* fixes a bug where splitters would be misplaced if you dragged a view directly from one tab container to another
* adds tooltips to the buttons in the toolbar
2003-05-16 05:03:39 +00:00
rginda%netscape.com
9d5388e629 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".
2003-03-25 19:50:32 +00:00
rginda%netscape.com
e18b5a960c - 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
2002-12-18 09:11:49 +00:00
rginda%netscape.com
d7a2386027 - venkman only -
bug 160917, land venkman 0.9.33
makes eval the default command, require / before all other commands.
add "evaluation object" to eval against objects in arbitrary windows without being stopped.
adds charset detection to the new source view.
add "msg.report.charset" to specify which charset localizd messages should be converted to before writing them into a profile report or generated help text.
move profile report templates into the locale directory so they can be properly localized.
change file->quit to file->exit on windows machines.
consider ";" to be a filename separator for getFileFromPath()
abbreviate long filenames when placing them in a source tab.
rename leftmost vertical container form "vleft" to "gutter" in the factory layout, so new views are displayed there by default.
2002-08-07 00:25:00 +00:00
rginda%netscape.com
072d6e6436 - 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.
2002-07-29 23:31:19 +00:00
rginda%netscape.com
92b1e3b67c - 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
2002-07-18 00:54:32 +00:00
rginda%netscape.com
ee3e81c9ee - venkman only -
part of bug 109652, "Venkman needs to profile" r=peterv,a=shaver
add profiling support to debugger front end
2002-02-27 10:14:32 +00:00
rginda%netscape.com
a71b5f5e4a - venkman only -
ASSERT that we have children in removeChildAtIndex
dump the context object if |console.dbgContexts| in the contextFunction.
make cmdClear work if given a breakpointIndexList.
fix cmdFindBp.
add script realization debugging if |console.dbgRealize|.
add command dispatch debugging if |console.dbgDispatch|.
fix bug 110387, crash on exiting venkman.
add dbg* prefs and sync-debug command in venkman-dev.js.
2002-01-31 00:48:57 +00:00
rginda%netscape.com
7544d3415d - venkman only -
remove debug dumps in variious getContext functions
warning cleanup in outliner-utils.js
add chrome-filter command to set the state of console.enableChromeFilter
if on, chrome files will not be displayed in the scripts view, and they will be filtered by the debugger service.  If off, chrome files will be treated the same as others.  chrome files are identified by a leading "chrome:" in the url.
add "Display Browser Files" checkitem to View menu.
add |feedback| function, which calls |display| only if the event began at the console.
fix async loading issue in SourceText.loadSource
fix boolean pref getter in venkman-prefs.js
2002-01-30 03:05:49 +00:00
rginda%netscape.com
e014e7e663 - venkman only -
Large landing of new Venkman command structure, also fixes...
Bug 120988 Generalized command manager for Venkman
Bug 103419 hitting a breakpoint should focus debugger
Bug 119867 Should not be possible to hide source code
Bug 118923 Venkman's outliners sometimes don't repaint twisty
Bug 116098 Would be nice with a contextmenu in the functions-pane
2002-01-24 12:46:47 +00:00
rginda%netscape.com
8ec4ff073e - not built -
change tab width pref from "tab string" to numerical width
remove wordbreak pref (it's just a const now)
2001-09-01 18:41:53 +00:00
rginda%netscape.com
0ab4bb0303 - not built -
add tab with pref default value
2001-07-03 22:40:11 +00:00
rginda%netscape.com
c46f545623 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
2001-06-28 08:08:32 +00:00
rginda%netscape.com
859ef10b4d - not built -
remove command character pref
2001-04-24 21:57:18 +00:00
rginda%netscape.com
182dd02715 - not built -
add preff for tab-tab timeout
2001-04-24 00:49:17 +00:00
rginda%netscape.com
89b45ccdd0 - not built -
i18n change
2001-04-21 02:04:21 +00:00
rginda%netscape.com
553623e45e - not built yet -
initial checkin of jsdebugger extension
2001-04-14 19:15:10 +00:00