account for the fact that optional matches now return undefined, instead of nothing at all (see bugs 123437 and 85721)
git-svn-id: svn://10.0.0.236/trunk@150377 18797224-902f-48f8-a5cc-f745e15eee43
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
git-svn-id: svn://10.0.0.236/trunk@142538 18797224-902f-48f8-a5cc-f745e15eee43
fix array.sort fallout form bug 178722
show view names in floating window titles
don't spew to IS view when changing frames from the UI
bump version number
git-svn-id: svn://10.0.0.236/trunk@134707 18797224-902f-48f8-a5cc-f745e15eee43
bump version number again.
consider commands invoked via a hotkey as "interactive"
git-svn-id: svn://10.0.0.236/trunk@126582 18797224-902f-48f8-a5cc-f745e15eee43
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
part of bug 109652, "Venkman needs to profile" r=peterv,a=shaver
add profiling support to debugger front end
git-svn-id: svn://10.0.0.236/trunk@115417 18797224-902f-48f8-a5cc-f745e15eee43
Adds a "Windows" child to the project view, which tracks all open windows. Script tags and sub-windows are displayed as children of windows. Users can now visit files even if they aren't loaded by the js engine. Clicking on the margin of a line in a file which is not currently loaded by the engine sets a future breakpoint. See also bug 110312.
find-url command exposed to the console.
fixed strict warning in the command-manager.
git-svn-id: svn://10.0.0.236/trunk@115059 18797224-902f-48f8-a5cc-f745e15eee43
fix bogus parse code. Old code had problems when the last argument before an optional was missing.
git-svn-id: svn://10.0.0.236/trunk@113886 18797224-902f-48f8-a5cc-f745e15eee43
fix feedback call in cmdBreak
remove busted code in soruceView.onSelect, which tried to prevent users from selecting multiple ranges. It didn't work, and we don't need it anyway.
catch exceptions during dispatchCommand and display a message on the consoel view
fix = vs. == mixup in sourceView.getContext, arg!
add breakpointIndexList to sourceView.getContext so we can disable all selected breakpoints.
remove some debug dumps
add command name to dbgDispatch message
git-svn-id: svn://10.0.0.236/trunk@113275 18797224-902f-48f8-a5cc-f745e15eee43
store commandname attribute on menuitem so we don't need to parse it onpopupshowing, makes for faster menus.
git-svn-id: svn://10.0.0.236/trunk@112928 18797224-902f-48f8-a5cc-f745e15eee43
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
git-svn-id: svn://10.0.0.236/trunk@112685 18797224-902f-48f8-a5cc-f745e15eee43