Commit Graph

104 Commits

Author SHA1 Message Date
rginda%netscape.com
5f6edbb24c - not built -
install the -venkman command line handler on 'nix and windows
2001-06-14 04:47:43 +00:00
rginda%netscape.com
aa60509022 - not built -
initial add of venkman command line handler
2001-06-14 04:46:42 +00:00
rginda%netscape.com
4d75f03be1 - not built -
remove trailing \r from source before displaying it
2001-06-13 10:38:06 +00:00
rginda%netscape.com
fd9e098062 - not built -
remove old window.onkeypress based [tab] handler
2001-06-13 09:43:42 +00:00
rginda%netscape.com
d6dd40a980 - not built -
make [tab] always focus the input textbox
2001-06-13 09:40:55 +00:00
rginda%netscape.com
c9d699ee31 - not built -
css for step-in and continue toolbar buttons
2001-06-13 09:36:29 +00:00
rginda%netscape.com
1ecc873d9f - not built -
add strings for step-into and continue ui elements
2001-06-13 09:35:54 +00:00
rginda%netscape.com
b73b26b258 - not built -
remove vkm. prefix from some entities
add toolbar and menu items for continue and step-into
crop filenames in the stack list on the left
2001-06-13 09:35:15 +00:00
rginda%netscape.com
3cbc532cd2 - not built -
disable UI for debugger commands after continue and step
implement disable/enable debugger UI functions
2001-06-13 09:33:32 +00:00
rginda%netscape.com
694384d8e3 - not built -
add option to view script filenames as filename portion only (no path), or full url.  Clicking on the column header will toggle between the two modes.
2001-06-13 09:32:40 +00:00
rginda%netscape.com
2a5cbdbe1a - not built -
factor step and continue commands.
Toggle script list mode (short name/ full url) on column header click
fix bug focusing a source file more than once
enable UI for debug commands onDebugTrap
2001-06-13 09:31:12 +00:00
rginda%netscape.com
8495b60b5e - not built -
whitespace fixes
add new toolbar images
2001-06-13 09:28:27 +00:00
rginda%netscape.com
78e1de6dbe - not built -
initial add of continue and step-into toolbar images
2001-06-13 09:27:57 +00:00
rginda%netscape.com
89ed560f93 - not built -
put getCellProperties in the right place
2001-06-12 23:44:23 +00:00
rginda%netscape.com
dd4c77a285 - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.curre
ntFrameIndex
2001-06-12 23:43:57 +00:00
rginda%netscape.com
a28386d56a - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
2001-06-12 23:43:46 +00:00
rginda%netscape.com
237c92c0ac - not built -
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com
b32b879bdf - not built -
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com
c338b8b71e - not built -
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
rginda%netscape.com
4c5d2fbc18 - not built -
adding support for source, stack, and script list outliners.

include venkman-outliners.js in the party.
add the three outliners mentioned above, with splitters and grippies and all that jazz.
2001-06-12 20:26:47 +00:00
rginda%netscape.com
37b947770f - not built -
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com
efd583d7b6 - not built -
adding support for source, stack, and script list outliners.

add startupTests() function to run a few tests on startup.
add cont() to continue from a debugTrap()
add focusSource() to bring a filename/linenumber up in the source text outliner
fix window._content code in init()
add const for "no stack" error
2001-06-12 20:25:09 +00:00
rginda%netscape.com
3cb1369c47 - not built -
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com
da356fb05b - not built -
adding support for source, stack, and script list outliners.

add onDebugTrap and onFrameChanged handlers, to be called by debugger.js when something happens that the UI might want to know about.
moved breakpoint related display()s into debugger.js
refactored break, clear, fbreak, and fclear command handlers to use set[Future]Breakpoint()
added handlers for clicks on the three outliners
2001-06-12 20:22:37 +00:00
rginda%netscape.com
f973eadac2 - not built -
adding support for source, stack, and script list outliners.
moved breakpoint related status display()s from handlers.js to here, to that you get console feedback when you set a breakpoint with the UI.
moved initDebugger() and attachDebugger() to the top of the file.
add setCurrentFrameByIndex(), clearCurrentFrame(), getCurrentFrameIndex(), and getCurrentFrame(), migrated code that accessed console._currentFrameIndex to these functions.
make setBreakpoint() smarter (it doesn't blindly clear any breakpoints before setting the new one anymore.  that spewed extra "clearing breakpoint" "setting breakpoint" messages.  now we scan the breakpoint list ourselves for dupes.)
2001-06-12 20:19:24 +00:00
rginda%netscape.com
ded0eaf937 - not built -
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com
96d0cdf3d5 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
rginda%netscape.com
50fcbf5369 - not built -
initial add of some debugger images
2001-06-12 19:59:31 +00:00
rginda%netscape.com
45e0618a1d - not built -
bug 82462, break in scripts that arent loaded yet

messages related to fbreak and fclear commands
2001-06-04 22:52:10 +00:00
rginda%netscape.com
0cd60df52f - not built -
bug 82462, break in scripts that arent loaded yet

message name hookup for fbreak and fclear related strings
2001-06-04 22:51:45 +00:00
rginda%netscape.com
468f6dd355 - not built -
bug 82462, break in scripts that arent loaded yet

implement fbreak and fclear commands
2001-06-04 22:51:13 +00:00
rginda%netscape.com
52d4339163 - not built -
bug 82462, break in scripts that arent loaded yet

move console._scripts/_sources creation into initDebugger()
check to see if we need to set a breakpoint when new scripts are loaded
add some comments to initDebugger()
implement isFutureBreakpoint() and setFutureBreakpoint()
2001-06-04 22:50:37 +00:00
rginda%netscape.com
48c50c3047 - not built -
bug 82462, break in scripts that arent loaded yet

hook up fbreak and fclear commands
2001-06-04 22:48:50 +00:00
rginda%netscape.com
b5fb17680f - not built -
enumerate existing scripts on load for the case where the user has js.debugger.autoload set.  This will allow for the setting of breakpoints in scripts that were loaded before the debugger.
2001-05-21 07:16:06 +00:00
rginda%netscape.com
1011f0b1aa - not built -
s/HTMLElement/Components.interfaces.nsIDOMHTMLElement/
2001-05-13 22:01:09 +00:00
rginda%netscape.com
27dfc73382 - not built -
make the spacer image 0x0px
add decorations for SOURCE and STEP message types
2001-05-13 21:28:49 +00:00
rginda%netscape.com
ff67255911 - not built -
add breakpoint messages
2001-05-13 21:28:05 +00:00
rginda%netscape.com
70ab3635e0 - not built -
load url loader and munger scripts
2001-05-13 21:27:26 +00:00
rginda%netscape.com
c86bc3775c - not built -
add zeroPad() function
2001-05-13 21:27:02 +00:00
rginda%netscape.com
caa2acc8ea - not built -
use (a modified copy of chatzilla's) munger on output text instead of the one-off hardcoded line break code that was here.
add rules for hyperlinks and long word breaking to munger
implement matchFileName()
add stringToDOM() to turn a string into DOM nodes via the munger
add ERR_FAILURE exception type
2001-05-13 21:26:43 +00:00
rginda%netscape.com
cff695be49 - not built -
add SOURCE and STEP message types
whitespace changes
add message consts
2001-05-13 21:23:50 +00:00
rginda%netscape.com
afee1431c3 - not built -
list breakpoints if not data given tot he break command
factor filename matching code into matchFileName()
add clear command to clear breakpoints by file/line number, or breakpoint id
show source text when changing frames
2001-05-13 21:23:03 +00:00
rginda%netscape.com
88cbd5adc1 - not built -
print a debug message when we catch execptions from the console.
2001-05-13 21:20:41 +00:00
rginda%netscape.com
17239f77f2 - not built -
add console._sources object to hold source text
clear breakpoints associated with a script when the script is deleted
show source text when the debugger stops
add findNextExecutableLine (Not done, not used)
add loadSource(), displaySource(), getBreakpoint(), clearBreakpoint(), clearBreakpointByNumber() functions
store fileName and line in breakpoint object
2001-05-13 21:20:00 +00:00
rginda%netscape.com
6208db8f8e - not bult -
hookup clear command
2001-05-13 21:16:44 +00:00
rginda%netscape.com
41b3e7f68e - not built -
uncomment HTML_* consts
2001-05-13 21:16:21 +00:00
rginda%netscape.com
97096ec055 - not built -
whitespace cleanup
add url loader and munger files to the jar
2001-05-13 21:15:44 +00:00
rginda%netscape.com
493f92a115 - not built -
adding url loader and munger files
2001-05-13 21:15:05 +00:00
cls%seawood.org
74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
rginda%netscape.com
2c136c1de2 - not built -
fix help tip
2001-05-05 00:11:49 +00:00