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

220 Коммитов

Автор SHA1 Сообщение Дата
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
rginda%netscape.com 4af1ebfbde - not built -
add tmode related entities
2001-07-03 22:43:26 +00:00
rginda%netscape.com 3cc6f4c275 - not built -
add tmode commands, keys, and menu items
2001-07-03 22:42:54 +00:00
rginda%netscape.com 135fe16176 - 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 2d752dd6e6 - not built -
add tab with pref default value
2001-07-03 22:40:11 +00:00
rginda%netscape.com 8f28940613 change from body class= to body id=, so we can getElementById it later 2001-07-03 22:39:43 +00:00
rginda%netscape.com 525f046dfa - 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 a84d291168 - 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 90db8f036b - 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 5e492740e1 - 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 801d70b33b - not built -
hook up tmode command
2001-07-03 22:27:37 +00:00
rginda%netscape.com 7d288ddcb1 - not built -
add strings for startup failure, and exception formatting
2001-06-28 08:10:57 +00:00
rginda%netscape.com 7eaa0eaca9 - not built -
tear down in onclose, instead of onunload
2001-06-28 08:10:14 +00:00
rginda%netscape.com 71991725c5 - not built -
fix for xpconnect name change
2001-06-28 08:09:29 +00:00
rginda%netscape.com 7e0208ed53 - 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 65d0cc4783 - 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 aa829f037a - not built -
add message consts for startup error and exception formats
2001-06-28 08:03:24 +00:00
rginda%netscape.com 81eec79846 - 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 a71cbeb830 - 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 f3d6f202e0 - 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 ae629a3fc2 - not built -
intial add of a simple read-eval app, for testing the basics.
2001-06-28 07:54:50 +00:00
rginda%netscape.com c3fca9339c - not built -
add default size for window
persist outliner column visibility and position
2001-06-14 09:32:34 +00:00
rginda%netscape.com 82247dbe6d - 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 42edfa9a86 - not built -
fixed test for no index in "frame" command
2001-06-14 09:30:25 +00:00
rginda%netscape.com ae17d6a61f - 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 e10ae7023a - not built -
package new outliner-utils file
2001-06-14 09:28:22 +00:00
rginda%netscape.com d9036ad5d4 - not built -
factoring basic outliner functionality out of venkman-outliners.js
2001-06-14 09:27:51 +00:00
rginda%netscape.com 3c66ed5f5c - not built -
add messages for new pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:04:56 +00:00
rginda%netscape.com 7530d2b5cd - not built -
use comma-space message instead of literal ", "
2001-06-14 06:02:31 +00:00
rginda%netscape.com 5a480c46ea - not built -
add arguments to function name in call stack outliner
2001-06-14 06:01:49 +00:00
rginda%netscape.com ea0ca9e02f - 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 8871c69633 - 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 fb844961a8 - not built -
remove trailing \r from source before displaying it
2001-06-13 10:38:06 +00:00
rginda%netscape.com aea98be246 - not built -
remove old window.onkeypress based [tab] handler
2001-06-13 09:43:42 +00:00
rginda%netscape.com c3f8620e04 - not built -
make [tab] always focus the input textbox
2001-06-13 09:40:55 +00:00
rginda%netscape.com cd54d7f44a - not built -
css for step-in and continue toolbar buttons
2001-06-13 09:36:29 +00:00
rginda%netscape.com efb57965c0 - not built -
add strings for step-into and continue ui elements
2001-06-13 09:35:54 +00:00
rginda%netscape.com 2e27359938 - 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 33ed9ed2bb - 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 c8660b2275 - 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 300127f7a6 - 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 afe97bb4d5 - not built -
whitespace fixes
add new toolbar images
2001-06-13 09:28:27 +00:00
rginda%netscape.com f83956beb5 - not built -
initial add of continue and step-into toolbar images
2001-06-13 09:27:57 +00:00
rginda%netscape.com 2e1366a89d - not built -
put getCellProperties in the right place
2001-06-12 23:44:23 +00:00
rginda%netscape.com 3fb1067c09 - 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 630b9df3ff - 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 c2b54f9fcf - not built -
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com 7f7a3f53e5 - not built -
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com a6a892459b - not built -
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
rginda%netscape.com dded67ac00 - 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 96e02bc3ea - not built -
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com a7f072fb13 - 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 d3bc382027 - not built -
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com 21ab1c462c - 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 ccd5b22a3b - 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 d5d9568e4b - not built -
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com 8d9b51a7d9 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
rginda%netscape.com 237d3740a5 - not built -
initial add of some debugger images
2001-06-12 19:59:31 +00:00
rginda%netscape.com 0347a640d8 - 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 b7fbc5d96d - 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 0932a401ca - 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 c928e673c9 - 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 a7298cb63d - 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