Commit Graph

148 Commits

Author SHA1 Message Date
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
rginda%netscape.com
5691564b08 - not built -
style tweaks
2001-08-03 06:24:17 +00:00
rginda%netscape.com
e7887b1b5b - not built -
remove the "reload ui" menu item
make some checkbox menu items radios instead
2001-08-03 06:23:52 +00:00
rginda%netscape.com
878c71ad9b - not built -
use the available value we're given, instead of asking the input stream
2001-08-03 06:23:06 +00:00
rginda%netscape.com
e47c6eee68 - not built -
fix function names.
2001-08-03 06:22:01 +00:00
rginda%netscape.com
c8e4d5cd7e - not built -
move stuff around.
fix function names.
2001-08-03 06:21:26 +00:00
rginda%netscape.com
0afcb3f9c4 - not built -
modify script loading to work with the corrected script extent information (fixed in bug 82188)
2001-08-03 06:20:38 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
rginda%netscape.com
790ef3bbd4 - not built -
add styles for executable/not executable lines in the source code window.
2001-07-03 22:45:45 +00:00
rginda%netscape.com
7057dee1b2 - not built -
add styles for executable/not executable lines in the source code window.
add style for exception trace messages.
color stop (red) and continue (green) messages so they're easy to spot.
2001-07-03 22:45:13 +00:00
rginda%netscape.com
ad08b81949 - not built -
add tmode related strings
2001-07-03 22:43:51 +00:00
rginda%netscape.com
25111652bd - not built -
add tmode related entities
2001-07-03 22:43:26 +00:00
rginda%netscape.com
5116277c1c - not built -
add tmode commands, keys, and menu items
2001-07-03 22:42:54 +00:00
rginda%netscape.com
450435a635 - not built -
decrement console._stopLevel in cont() and step() functions, like good little boys and girls
initDebugger *after* setting up the console routines, we'll need them
2001-07-03 22:41:27 +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
013b2d7c3b change from body class= to body id=, so we can getElementById it later 2001-07-03 22:39:43 +00:00
rginda%netscape.com
1c71f4cf27 - not built -
propagate executable/not executable information to he outliner to we can CSS it.
2001-07-03 22:39:00 +00:00
rginda%netscape.com
fc772eec1e - not built -
add ETRACE message type for traced exceptions
add other message names mostly related to the tmode command and exception tracing.
2001-07-03 22:37:05 +00:00
rginda%netscape.com
e7ab8f45ae - not built -
set up the excetions submenu checkmarks correctly onCreate
load the source if it's not there in onDebugTrap
add onDebugContinue to clear our state when we continue
implement tmode command
move onclose back to onunload, onclose doesn't fire if the user selects "Quit" from the file menu.
2001-07-03 22:36:01 +00:00
rginda%netscape.com
8b27bf568c - not built -
add tmode command to trace/ break when the target throws an exception.
fix "breakpoint hit while servicing breakpoint" behavior.  When we hit the second breakpoint, its stack is put on top of the current stack.  Not the best solution, but better than leaving the user in an undefined state.
distunguish between executable and non-executable lines in the source array so we can distinguish the lines in CSS.
expand tabs in the source (outliner doesn't know what to do with \t.)
if we can't load a source file sync, try it async.
2001-07-03 22:31:38 +00:00
rginda%netscape.com
d41bbaca42 - not built -
hook up tmode command
2001-07-03 22:27:37 +00:00
rginda%netscape.com
9307dd9430 - not built -
add strings for startup failure, and exception formatting
2001-06-28 08:10:57 +00:00
rginda%netscape.com
0ca07c06f7 - not built -
tear down in onclose, instead of onunload
2001-06-28 08:10:14 +00:00
rginda%netscape.com
049fb0d6e8 - not built -
fix for xpconnect name change
2001-06-28 08:09:29 +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
5863ee2785 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
add formatException() function
redo BadMojo() to construct a new object, we'll need the prototype chain set up right so we can test exceptions with instanceof
2001-06-28 08:08:08 +00:00
rginda%netscape.com
afd9d057bf - not built -
add message consts for startup error and exception formats
2001-06-28 08:03:24 +00:00
rginda%netscape.com
7c0b8d809a - not built -
catch startup exceptions and complain.
use MSG_COMMASP instead of ", "
print formatted jsdIValue in the props command's error message
detach debugger onClose instead of onUnload
2001-06-28 08:02:40 +00:00
rginda%netscape.com
b61d4de677 - not built -
test for a valid exception before we start looking up properties on it.
2001-06-28 07:59:52 +00:00
rginda%netscape.com
7adb0389b4 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
split on $ (end of line) instead of \n, as discussed in bug 85968
2001-06-28 07:58:36 +00:00
rginda%netscape.com
0ea34eb8cc - not built -
intial add of a simple read-eval app, for testing the basics.
2001-06-28 07:54:50 +00:00
peterv%netscape.com
7ae38114cc Fix for bug 85606 (Need -venkman command line handler). r=rginda, sr=sfraser. 2001-06-26 11:42:10 +00:00
rginda%netscape.com
cc5bcf6ab1 - not built -
add default size for window
persist outliner column visibility and position
2001-06-14 09:32:34 +00:00
rginda%netscape.com
3014e8fc88 - not built -
factor basic outliner view out into outliner-utils.js
attach setCurrentLine() to _sourceOutlinerView, instead of BasicOView
2001-06-14 09:31:33 +00:00
rginda%netscape.com
35c1bc1101 - not built -
fixed test for no index in "frame" command
2001-06-14 09:30:25 +00:00
rginda%netscape.com
82e6838098 - not built -
fix bug in formatArguments where we were printing the wrong value
fix summarized version of object in formatValue
2001-06-14 09:29:53 +00:00
rginda%netscape.com
bee5b95bb7 - not built -
package new outliner-utils file
2001-06-14 09:28:22 +00:00
rginda%netscape.com
8c6cea1b4c - not built -
factoring basic outliner functionality out of venkman-outliners.js
2001-06-14 09:27:51 +00:00
rginda%netscape.com
133ecbbf21 - not built -
changed classid copied from the chatzilla code to a new one for venkman.  oops.
2001-06-14 08:07:35 +00:00
rginda%netscape.com
f3cb77d7a8 - not built -
add messages for new pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:04:56 +00:00
rginda%netscape.com
dcfcf6df11 - not built -
use comma-space message instead of literal ", "
2001-06-14 06:02:31 +00:00
rginda%netscape.com
74bfef7fc8 - not built -
add arguments to function name in call stack outliner
2001-06-14 06:01:49 +00:00
rginda%netscape.com
90942baa35 - not built -
add message names for new, pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:01:12 +00:00
rginda%netscape.com
d998e748d9 - not built -
implement formatArguments(), returns a strig including only the argument properties of a given jsdIValue.
made the rest of the format* functions more pro-bidi (swapped out string math in favor of format strings)
add comment to loadSource about why we use new String()
2001-06-14 06:00:22 +00:00
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