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

230 Коммитов

Автор SHA1 Сообщение Дата
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 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 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 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 8d9b51a7d9 - not built -
initial add of outliner utility file
2001-06-12 20:12:50 +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
rginda%netscape.com 219d5ecddc - 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 800ffd0887 - not built -
s/HTMLElement/Components.interfaces.nsIDOMHTMLElement/
2001-05-13 22:01:09 +00:00
rginda%netscape.com b151e3b28c - not built -
load url loader and munger scripts
2001-05-13 21:27:26 +00:00
rginda%netscape.com 440cd3c9ea - not built -
add zeroPad() function
2001-05-13 21:27:02 +00:00
rginda%netscape.com ba4c070310 - 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 a0193d5652 - not built -
add SOURCE and STEP message types
whitespace changes
add message consts
2001-05-13 21:23:50 +00:00
rginda%netscape.com 1601ec082e - 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 15d541293e - not built -
print a debug message when we catch execptions from the console.
2001-05-13 21:20:41 +00:00
rginda%netscape.com d8775c5186 - 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 ef6381f02f - not bult -
hookup clear command
2001-05-13 21:16:44 +00:00
rginda%netscape.com eb8f2f1dc3 - not built -
uncomment HTML_* consts
2001-05-13 21:16:21 +00:00
rginda%netscape.com a9514d1e38 - not built -
adding url loader and munger files
2001-05-13 21:15:05 +00:00
rginda%netscape.com 5e573e8c10 - not built -
hook up new l10n strings
2001-05-04 22:35:01 +00:00
rginda%netscape.com 4ff83f5a95 - not built -
implement break and step commands
2001-05-04 22:34:27 +00:00
rginda%netscape.com ae7099ca50 - not built -
consolidate Hooker objects into a single _executionHook object
add script create and destroy listeners
keep track of all loaded scripts in console._scripts (insertScriptEntry(), removeScriptEntry(), addScript(), and removeScript())
Add TYPE_INTERRUPTED case to debugTrap for single stepping.
call clearAllBrakpoints() before turning the debugger off in detachDebugger()
add TYPE_BOOLEAN case to formatProperty()
add setBreakpoint() (whee!)
2001-05-04 22:32:06 +00:00
rginda%netscape.com 1561ae32ab - not built -
wiring for break and step commands
2001-05-04 22:25:37 +00:00
rginda%netscape.com d6d4165bed - not built -
add a "two objects in scope" sample stack
2001-04-26 06:48:32 +00:00
rginda%netscape.com c041880c9c - not built -
check type of param in display()
refactor result printing from evalIn*Scope over to routines in venkman-handlers.js
add refreshResultsArray() to call refresh() on all elements of the $ array
add new exception number
2001-04-26 06:47:52 +00:00
rginda%netscape.com 857ee851c8 - not built -
add new error and header message names
2001-04-26 06:46:10 +00:00
rginda%netscape.com 228d07a162 - not built -
refactor result display from the evalIn*Scope functions to onInputEval[D]()
print header information for props[D]
2001-04-26 06:45:27 +00:00
rginda%netscape.com d12d03516b - not built -
add breakpoint hook
throw an error if there is no debugger service
use new on() and off() methods
check type of param in displayProperties()
2001-04-26 06:43:55 +00:00
rginda%netscape.com 331cce4c09 - not built -
capture window.onkeypress so we can focus the input control whenever the user hits tab
2001-04-24 21:59:34 +00:00
rginda%netscape.com 632916dd5f - not built -
declare warn and ASSERT vars
use message type constants instead of hardcoded "EVAL-IN", etc
focus the input widget onload
2001-04-24 21:58:48 +00:00
rginda%netscape.com 402420d97b - not built -
remove command character pref
2001-04-24 21:57:18 +00:00
rginda%netscape.com e9191368a8 - not built -
seperate VAL message types into WORD and VAL, VAL messages are words surrounded in <>, used as a variable name in a text message, WORD messages are single (well, no more than a few) words usually replaced into longer messages.
added more strings
2001-04-24 21:56:56 +00:00
rginda%netscape.com 1b22258eb8 - not built -
remove the "/" before commands.  No reason to use "/where" over just "where" in a debugger
implement evald, props, and propsd commands
s/VAL/SCOPE/ where appripriate
remove unused parameter from quit and where
add pgup and pgdn handkers
2001-04-24 21:54:59 +00:00
rginda%netscape.com 64527eadeb - not built -
s/VAL/WORD/
2001-04-24 21:52:07 +00:00
rginda%netscape.com 8222feee61 - not bult -
add evald, props, and propsd commands
2001-04-24 21:51:36 +00:00
rginda%netscape.com af65e34f00 - not built -
add tons of .js files for drag-and-drop and tooltips support
add tooltip popupset
switch from an html:iframe (which supports .contentDocument) to a xul:iframe (which supports tooltips and dnd)
2001-04-24 00:55:04 +00:00
rginda%netscape.com d4de90329e - not built -
copy getCommonPfx() from chatzilla's utils.js, used for tab complete
2001-04-24 00:53:41 +00:00
rginda%netscape.com 75af3f0b1b - not built -
promote console.display() to display()
add displayCommands(), evalInDebuggerScope(), evalInTargetScope(), fillInToolTip() [copied from chatzilla], formatEvalException() [refactored from venkman-handlers.js]
set window._content for drag-and-drop foo
call displayCommands() on startup.
add "venkman-link" to CSS class in htmlVA() for the case where the caller is providing custom attributes that do not include "class"
2001-04-24 00:53:00 +00:00
rginda%netscape.com a5d6aaffcb - not built -
add preff for tab-tab timeout
2001-04-24 00:49:17 +00:00
rginda%netscape.com aa879b5e48 - not built -
wrap string bundle calls in a try/catch
add CMD_* consts and other l10n strings
2001-04-24 00:48:57 +00:00
rginda%netscape.com 752a94d07c - not built -
don't print usage if a command returns false, that's lame
imeplement /commands, /cont
factor exception formatting into formatEvalException now that there are two places that need it
make onInputEval evaluate in the target scope instead of the debugger's scope
copy tab complete code from chatzilla
2001-04-24 00:47:57 +00:00
rginda%netscape.com 6aaf907808 -not built-
add $ array to hold return values from /eval commands
save currentFrameIndex into the frames array, instead of a reference to the current frame.
2001-04-24 00:45:45 +00:00
rginda%netscape.com 7682a19921 - not built -
switch from hardcoded strings to localizable things
add /commands, and /cont commands
2001-04-24 00:44:30 +00:00
rginda%netscape.com 03ae2d10c9 - not built -
add argumentsAsArray() utility function to create an array out of extra arguments passed to a function
2001-04-23 19:31:53 +00:00
rginda%netscape.com b759c6565b - not built -
add htmlVA() to create anchors with the "venkman-link" class
print hello message on successful startup, with link to sample debug target.
add exception IDs missing parameter, invalid parameter, and subscript load exceptions
add function name property to BadMojo objects
throw invalis parameter from display() if the parameter looks bad.
switch from document.createElementNS to the new html utility functions.
allow message to be a string (we create the testnode), or a DOM object (we just append it to the content tree)
2001-04-23 19:30:44 +00:00
rginda%netscape.com 9340dfdf29 -not built-
more l10n strings
2001-04-23 19:26:04 +00:00
rginda%netscape.com 4c34cb71d7 -not built-
remove sample output
s/console.commands/console._commands/g, leading _ indicates variable is "private"
l10n in onInputCommand()
report function name for caught exceptions, if it is available
implement /frame, /help, /scope, /quit, and /where
2001-04-23 19:24:32 +00:00
rginda%netscape.com 36d6794ed6 - not built -
factor debug stop code into debugTrap()
add detachDebugger() function to cleanup the debugger onunload
add formatProperty, formatScript, formatStackFrame, and formatValue fucntions to turn jsdI* values into strings
add displayCallStack() function to dump the call stack to the console
add displayFrame() function to dump a frame to the console
2001-04-23 19:21:53 +00:00
rginda%netscape.com e66a99cb5c - not built -
add eval, frame, help, scope, and where commands.  The hardcoded strings need to be moved into the .properties file.
2001-04-23 19:18:48 +00:00
rginda%netscape.com ba07f02b77 - not built -
add utility functions for creating html elements
2001-04-23 19:17:39 +00:00
rginda%netscape.com 3ee6f385d5 - not built -
don't need to getMsg for MSG_*, they're already gotten.
2001-04-21 02:55:47 +00:00
rginda%netscape.com e531960980 - not built -
include more javascript!
2001-04-21 02:07:17 +00:00
rginda%netscape.com c5628da51c - not built -
add warn and ASSERT
make load() a top level function
exception i18n, add numeric code to exceptions
2001-04-21 02:06:41 +00:00
rginda%netscape.com d86ff3e66c - not built -
i18n change
2001-04-21 02:04:21 +00:00
rginda%netscape.com c7d63588d9 - not built -
l18n changes
fix exception reporting
2001-04-21 02:02:41 +00:00
rginda%netscape.com 38596baa45 - not built -
move variables into better places, flesh out the debuggerHook a bit more
add detachDebugger()
2001-04-21 02:01:17 +00:00
rginda%netscape.com 7e592c314c -not built-
initial add
move the eval into it's own file, if we catch an exception with from this file, we know it came from something the user typed.
2001-04-21 01:58:24 +00:00
rginda%netscape.com 4d29a2b3a9 - not built -
initial add
message utils and defines for l18n
2001-04-21 01:57:15 +00:00
rginda%netscape.com 2994edd393 - not built -
stop for debugger keyword
2001-04-20 04:43:03 +00:00
rginda%netscape.com 37086c2f94 moving the xpcom wrapper into js/jsd 2001-04-17 08:57:15 +00:00
rginda%netscape.com 52a084c6b3 - not built -
Mac warning fixes by peterv
comment fixed
2001-04-16 20:22:42 +00:00
rginda%netscape.com 5577187d8b - not built yet -
initial checkin of jsdebugger extension
2001-04-14 19:15:10 +00:00