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

230 Коммитов

Автор SHA1 Сообщение Дата
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 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 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 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 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 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 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 d9036ad5d4 - not built -
factoring basic outliner functionality out of venkman-outliners.js
2001-06-14 09:27:51 +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 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