Граф коммитов

187 Коммитов

Автор SHA1 Сообщение Дата
rginda%netscape.com 241218e6b0 - venkman only -
increase max string display length
2001-09-10 22:07:23 +00:00
rginda%netscape.com b4ae76a731 - venkman only -
prepare for "group/ungroup" UI in the file list
2001-09-06 22:57:34 +00:00
rginda%netscape.com 9dce84cf80 - venkman only -
fix sort tests
2001-09-06 22:56:56 +00:00
rginda%netscape.com 0694bfa5b1 - venkman only -
fix line ending split regexp to avoid the brain dead $ meta character (which considers \r\n to be TWO line endings.)
2001-09-06 22:29:14 +00:00
rginda%netscape.com 4897ca96e2 - venkman only -
fix imput history regression
2001-09-06 22:28:09 +00:00
rginda%netscape.com 693fc52a91 - venkman only -
fixing popup events
2001-09-06 01:54:53 +00:00
rginda%netscape.com df6ab56955 - venkman only -
strict mode fixes
2001-09-06 01:05:50 +00:00
rginda%netscape.com 3014b89c5d - venkman only -
remove debug spoo
2001-09-06 01:05:20 +00:00
rginda%netscape.com c3fe85c00c - venkman only -
record last stack depth. when the stack depth changes, we display a frame header in the console for single step mode.
2001-09-06 01:05:02 +00:00
rginda%netscape.com e157005cdf - venkman only -
strict mode fixes.
2001-09-06 01:04:01 +00:00
rginda%netscape.com 26cc97268a - venkman only -
move debugTrap code that may involve network activity from venkman-debugger.js to this file.
strict mode fixes.
fix outliner select events, which range checked against the wrong properties.
2001-09-06 01:03:06 +00:00
rginda%netscape.com 93857198c6 - venkman only -
move calls that might involve network activity to *after* te enterNestedEventLoop() call so their requests go on the pushed thread.  The call is made after enterNestedEventLoop (which, by definition, blocks) via a setTimeout call.
2001-09-06 01:01:34 +00:00
rginda%netscape.com e711edc14f - venkman only -
strict mode fixes
remove some debugging spoo
2001-09-06 00:59:24 +00:00
rginda%netscape.com f8c79e71f4 - venkman only -
remove guessed function style, as this is now indicated by surrounding the function name in square brackets.
2001-09-05 01:41:07 +00:00
rginda%netscape.com d77846fa46 - venkman only -
add formatting messages, remove fclear
2001-09-05 01:40:01 +00:00
rginda%netscape.com 2dae9d88ef - venkman only -
make dump tree function taka a param
remove bogus _cache dance
add matchesScriptRecord method to breakpoint record
only do the icode replacement if the breakpoint is enabled in addScriptRecord
2001-09-05 01:39:09 +00:00
rginda%netscape.com ff6506c7b7 - venkman only -
remove unused messages
add used messages
2001-09-05 01:37:11 +00:00
rginda%netscape.com f77bea5ef4 - venkman only -
change string concats to getMsg calls, to make bidi more better
don't duplicate setBreakpoints()s efforts by checking for matching files in onInputBreak
reimpliment onInputFBreak
remove onInputFClear.  future breakpoints can now be cleared wit the standard clear command.
remove dead onScriptCreated function
2001-09-05 01:36:44 +00:00
rginda%netscape.com 3e2a7ef0b1 - venkman only -
dont pay attention to scripts without filenames
remove script from the script tree when it is unloaded
if a newly created script matches an existing breakpoint record, add that script to the breakpoint record.
remove obsoleted future breakpoint functions
2001-09-05 01:34:23 +00:00
rginda%netscape.com c5398e3db2 - venkman only -
remove fclear command, future breakpoints now share the same list as normal breakpoints.  the standard clear comman will suffice
2001-09-05 01:31:56 +00:00
rginda%netscape.com 97bbea59ab - venkman only -
reset childIndex and parentRecord on a removed tree item
2001-09-05 01:30:59 +00:00
rginda%netscape.com e63a5d1d05 - not built -
package new stack, project, and breakpoint icons
package new step over, step out, and stop toolbar icons
2001-09-01 18:51:51 +00:00
rginda%netscape.com a83ae059a7 - not built -
add css for new step out, step over, stop buttons
change continue and step in commands to use the new png images
add css for breakpoint, script, and watch views
2001-09-01 18:49:40 +00:00
rginda%netscape.com 6eb126e2c3 - not built -
make links in error messages less ugly
2001-09-01 18:48:36 +00:00
rginda%netscape.com 4dabc9c6d1 - not built -
add strings for stack outliner, disable breakpoint, finish and next commands
2001-09-01 18:47:42 +00:00
rginda%netscape.com 52fd2c4b86 - not built -
new strings for step over, step out, stop commands
remove unused strings
add strings for script, source, and stack outliners
2001-09-01 18:46:48 +00:00
rginda%netscape.com df2380e9c4 - not built -
hook up step out, step over, and stop commands
add outliners for new project, script, and stack views
2001-09-01 18:45:34 +00:00
rginda%netscape.com e300595978 - not built -
brace/whitespace cleanup
implement leftPadString()
2001-09-01 18:44:18 +00:00
rginda%netscape.com b63463642e - not built -
implement next, step out, and stop state commands
bring breakpoint implementation in line with the new breakpoint and script views
add destroy() method to tear down the debugger
2001-09-01 18:43:43 +00:00
rginda%netscape.com 8307aaf141 - 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 8b7cf56c9f - not built -
change doctype to avoid quirks mode
2001-09-01 18:40:33 +00:00
rginda%netscape.com 6df07b9092 - not built -
implement new script, stack, and project views
2001-09-01 18:39:58 +00:00
rginda%netscape.com 760ef9cc6e - not built -
hookup new messages
2001-09-01 18:39:01 +00:00
rginda%netscape.com 77548ce76e - not built -
hook up next, stepout, finish, and stop commands
event handler work for the new project, script, and stack views
2001-09-01 18:37:49 +00:00
rginda%netscape.com a4bdc7a60d - not built -
whitespace cleanup
use new TreeOView stuff, add breakpoint, project, and stack view support
2001-09-01 18:35:36 +00:00
rginda%netscape.com b4f3b896f2 - not built -
hook up finish and next commands
2001-09-01 18:32:30 +00:00
rginda%netscape.com b5020dfbca - not built -
add scrollTo to BasicOView
add generic tree outliner view support (TreeOView and TreeOViewRecord)
2001-09-01 18:31:48 +00:00
rginda%netscape.com 7f05bf853c - not built -
adding new icons
2001-09-01 18:28:24 +00:00
rginda%netscape.com 1bae40f546 - not built -
adding tree outliner view test
2001-09-01 18:20:23 +00:00
hyatt%netscape.com 079c95cba2 Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
rginda%netscape.com d7493ab193 - not built -
style tweaks
2001-08-03 06:24:17 +00:00
rginda%netscape.com 0ace35eb76 - 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 725b8c84b7 - 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 56fd80add1 - not built -
fix function names.
2001-08-03 06:22:01 +00:00
rginda%netscape.com 994457e969 - not built -
move stuff around.
fix function names.
2001-08-03 06:21:26 +00:00
rginda%netscape.com 59cfbd7c01 - 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 d85f0a7154 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 72d5e3fb20 - 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 432fd7eb95 - 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 8b31800d13 - not built -
add tmode related strings
2001-07-03 22:43:51 +00:00