axel%pike.org
eb8d25597d
bug 78127, xsl:choose and stacks, code by sicking@bigfoot.com, r=keith, r/a=peterv, sr=shaver
2001-05-15 06:13:02 +00:00
stephend%netscape.com
067b8c6b7d
Typo in 'Understanding Privacy page (in wallet) patch by Stephen Walker <walk84@us.net> r=db48x@yahoo.com sr=alecf@netscape.com. Bug 78380
2001-05-15 06:07:21 +00:00
axel%pike.org
80246a90fb
fix for 77889; item(k) -> getNextSibling; r/a=peterv, sr=jst
2001-05-14 14:22:49 +00:00
cls%seawood.org
b026faa262
Update our intermodule dependencies list.
...
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
rpotts%netscape.com
f3e719c2c1
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
rginda%netscape.com
800ffd0887
- not built -
...
s/HTMLElement/Components.interfaces.nsIDOMHTMLElement/
2001-05-13 22:01:09 +00:00
rginda%netscape.com
54be887bfe
- not built -
...
make the spacer image 0x0px
add decorations for SOURCE and STEP message types
2001-05-13 21:28:49 +00:00
rginda%netscape.com
08378762a0
- not built -
...
add breakpoint messages
2001-05-13 21:28:05 +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
21224db1b1
- not built -
...
whitespace cleanup
add url loader and munger files to the jar
2001-05-13 21:15:44 +00:00
rginda%netscape.com
a9514d1e38
- not built -
...
adding url loader and munger files
2001-05-13 21:15:05 +00:00
peterv%netscape.com
56322da18f
Fixing BeOS bustage, it doesn't like PI (PI -> PROC_INST).
2001-05-12 12:00:43 +00:00
nisheeth%netscape.com
ee5a52488c
Enable Transformiix on Linux. Don't build on OS/2 for now until bug 53518 is fixed.
2001-05-12 09:54:16 +00:00
cls%seawood.org
5f5b0ae021
Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.)
2001-05-12 07:08:27 +00:00
darin%netscape.com
c18fe7ef56
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
mkaply%us.ibm.com
933d37983f
OS/2 TB breakage
...
Normally in this case we would ifeq OS2 and use a semicolon
in the VPATH, but I am going to attempt to fix this with a space
so that I can see if this fix will work on other compilers. Using
a space is acceptable according to the GMAKE docs.
2001-05-11 12:00:05 +00:00
peterv%netscape.com
75d6929df9
Bustage fix.
2001-05-11 10:13:38 +00:00
peterv%netscape.com
2622d95a49
72141 (Enable XSLT in default builds). r=nisheeth, sr=jst.
2001-05-11 08:43:45 +00:00
peterv%netscape.com
6459be8401
72141 (Enable XSLT in default builds) and 74879 (Makefiles must die). r=nisheeth, sr=jst.
2001-05-11 08:33:21 +00:00
dr%netscape.com
da269460c0
fix for 80067 (assignment vs. equality typos). r=mkaply, mjudge, sr=jst
2001-05-11 05:36:00 +00:00
cls%seawood.org
fcf4ac01ee
Pass -Bsymbolic to linker when building shared libs.
...
Bug #76710
2001-05-10 09:12:29 +00:00
mkaply%us.ibm.com
352a5619f2
Need short name for OS/2
2001-05-10 03:26:27 +00:00
dr%netscape.com
0b8398d67b
fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt
2001-05-10 02:35:00 +00:00
dbaron%fas.harvard.edu
eb58f88cfc
Fix bustage from XPCDOM landing by including nsCRT.h.
2001-05-08 22:29:06 +00:00
dbaron%fas.harvard.edu
496c1799d3
Fix bustage from XPCDOM landing by including nsIScriptContext.h.
2001-05-08 21:40:24 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
morse%netscape.com
965845638d
bug 78262, can't delete certain passwords, r=matt, sr=alecf
2001-05-08 01:37:18 +00:00
morse%netscape.com
6924db5f51
bug 77525, shouldn't save password when password field is empty, r=matt, sr=alecf
2001-05-08 01:34:54 +00:00
ccarlen%netscape.com
df1a6e78a8
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +00:00
dbaron%fas.harvard.edu
229ec01726
Fix potential bustage pointed out by mkaply - "$(LIB_SUFFIX)" rather than ".a". b=75924
2001-05-06 02:41:20 +00:00
dbaron%fas.harvard.edu
4d40563ed6
Fix creation of two copies of the archive resulting from a space after the LIBRARY_NAME line. r=cls@seawood.org b=75924
2001-05-06 01:34:50 +00:00
dbaron%fas.harvard.edu
07d4abac78
Attempt to fix AIX bustage by linking against gkgfx and gkconshared_s (ugh!).
2001-05-05 21:56:46 +00:00
dbaron%fas.harvard.edu
c1045b5b95
Change true and false to PR_TRUE and PR_FALSE to fix AIX and OS/2 bustage from adding inspector to --with-extensions=all. b=75924
2001-05-05 17:50:09 +00:00
dbaron%fas.harvard.edu
a3a4ce4fc0
Change CRLF line endings to LF to fix IRIX bustage from adding access-builtin to --with-extensions=all.
2001-05-05 15:34:50 +00:00
dbaron%fas.harvard.edu
42217ccd08
Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924
2001-05-05 14:20:44 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
rginda%netscape.com
f93537935f
- not built -
...
fix help tip
2001-05-05 00:11:49 +00:00
rginda%netscape.com
ebf2272da9
- not built -
...
add more l10n strings!
2001-05-04 22:35:33 +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