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
heikki%netscape.com
9b41a83193
Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann.
2001-04-24 00:04:11 +00:00
rginda%netscape.com
12fe432ef0
- not built -
...
add venkman-link effects
assorted color/style changes
2001-04-23 19:33:20 +00:00
rginda%netscape.com
61423bd778
- not built -
...
more l10n strings
2001-04-23 19:32:27 +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
stephend%netscape.com
04d6e45aa7
Bug 33724. 'Block Image' is mis-named. r=blakeross@telocity.com sr=alecf@netscape.com a=blizzard@mozilla.org (on behalf of drivers@mozilla.org)
2001-04-22 01:13:09 +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
c29bc95f12
- not built -
...
add some strings.
2001-04-21 02:07:57 +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
4379779a25
- not built -
...
add new files to the jar
2001-04-21 01:58:50 +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
39703eab35
reverting bogus checkin
...
r=peterv, a=asa
2001-04-21 00:39:29 +00:00
ccarlen%netscape.com
fad24de4ee
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
disttsc%bart.nl
8e6f28a2cc
Make help extension actually be installed on platforms which use Makefile.in, bug 76935, r=sgehani@netscape.com, r=cls@seawood.org, a=tor@cs.brown.edu
2001-04-20 23:00:36 +00:00
bryner%uiuc.edu
cbc8cea88c
Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
2001-04-20 06:45:56 +00:00
rginda%netscape.com
2994edd393
- not built -
...
stop for debugger keyword
2001-04-20 04:43:03 +00:00
bnesse%netscape.com
6a048b1a8f
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
rginda%netscape.com
138e2d8e2c
initial add of template processor
2001-04-18 21:45:10 +00:00
maolson%earthlink.net
7915e17171
bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
...
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
timeless%mac.com
ee959d2767
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
morse%netscape.com
7530282353
bug 76386, cookies no longer being sorted, r=blakeross, sr=alecf
2001-04-17 23:04:19 +00:00
peterv%netscape.com
7a5f8089d9
Fix access paths and remove expat lib, we're not using that. Not part of the default build. r/sr=me.
2001-04-17 11:14:39 +00:00
peterv%netscape.com
f6267628cf
Fix for bug 56087 (XSLTProcessor::TransformDocument can't work on existing document). Not part of the default build. r=dr, sr=jst.
2001-04-17 11:13:13 +00:00
rginda%netscape.com
37086c2f94
moving the xpcom wrapper into js/jsd
2001-04-17 08:57:15 +00:00
rginda%netscape.com
93ed1a183e
- not built -
...
fixed NS_IF_ADDREF(aHook)s
added more hook attributes
2001-04-16 23:43:09 +00:00
morse%netscape.com
b29ebab2a2
bug 27417, select new cookie/password when previous one is deleted, r=dbragg, sr=alecf
2001-04-16 20:32:17 +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
00781c8cbf
checking in irc library updates described in 74164
...
chatzilla only, r=ssieb
2001-04-15 00:04:32 +00:00
rginda%netscape.com
5577187d8b
- not built yet -
...
initial checkin of jsdebugger extension
2001-04-14 19:15:10 +00:00
axel%pike.org
b8afba4946
not part of default build; PathExpr did wrong for //; code by sicking, r=me, sr=shaver, bug 75307
2001-04-14 17:24:59 +00:00
markh%activestate.com
1034ad92c9
A number of changes moving towards dynamic linking support on Linux.
...
Not part of the build.
2001-04-14 13:41:35 +00:00
markh%activestate.com
f3b47afd41
Add DOMString tests.
...
Not part of the build.
2001-04-14 08:15:29 +00:00
markh%activestate.com
c40538fcf5
Almost complete support for DOMStrings. Also fix a crash with some Unicode objects.
...
Not part of the build.
2001-04-14 08:14:33 +00:00
markh%activestate.com
62bfdb29dd
Remove a misleading comment.
...
Not part of the build.
2001-04-14 08:04:37 +00:00
sfraser%netscape.com
7f8f24eb0a
Fix the build. This was EXACTLY what my nsFileStream.h changes were meant to detect. Ha!
2001-04-13 23:29:16 +00:00
morse%netscape.com
04a92be68d
bug 75748, crash when viewing a particular message, r=sspitzer, sr=mscott
2001-04-13 21:45:34 +00:00
sspitzer%netscape.com
ddbe800950
#75948 , bullet proof crasher when reading mail. sr=mscott, a=leaf
2001-04-13 20:30:10 +00:00
morse%netscape.com
33495f510e
bug 75654, bogus cookie description when multiple cookies selected, r=evaughan, sr=alecf
2001-04-13 02:26:19 +00:00