Commit Graph

72697 Commits

Author SHA1 Message Date
rogerl%netscape.com
2d9a47fce0 Removed unused parameter. 2000-10-28 00:01:58 +00:00
disttsc%bart.nl
70d3c722a1 Clean up profileMigrationProgress js code. bug=58266, r=sspitzer, a=alecf 2000-10-28 00:01:18 +00:00
rogerl%netscape.com
ddf915e607 Named parameter work. 2000-10-27 23:55:31 +00:00
warren%netscape.com
f0d64921df Added NS_GetLog to export list 2000-10-27 23:50:07 +00:00
warren%netscape.com
810f462251 Removed extra 0 arg from macro 2000-10-27 23:41:27 +00:00
warren%netscape.com
5feaa5b397 Removed extra 0 arg from macro. 2000-10-27 23:37:22 +00:00
warren%netscape.com
7ecb14fab0 Removing nslog from .c file 2000-10-27 23:29:55 +00:00
warren%netscape.com
d7a5405f11 Added nslog.h 2000-10-27 23:25:45 +00:00
warren%netscape.com
0735771512 Removed extra 0 arg 2000-10-27 23:21:30 +00:00
warren%netscape.com
bd558d84b0 Removed extra 0 arg. 2000-10-27 23:14:42 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
peterlubczynski%netscape.com
65e745be68 Prevent call into plugin if plugin is stopped. Fixes crash in plugin while reload/navigate while plugin is streaming. bug 54186, r=av, sr=buster 2000-10-27 22:05:07 +00:00
scc%mozilla.org
d2593e5546 fix wrong error return; bug #57981 r=waterson, sr=brendan 2000-10-27 21:46:20 +00:00
sfraser%netscape.com
28ab9656a4 Allowing 'pull all 1' in the prefs file to turn on pulling for the build scripts. Also change from using $0 to cwd() to enable calling scripts to work better. NOT PART OF THE BUILD 2000-10-27 20:42:24 +00:00
pinkerton%netscape.com
2e5bc79403 changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
nboyd%atg.com
af79f7675a Add javadoc. 2000-10-27 20:17:56 +00:00
nboyd%atg.com
577b2d7b62 Fix tree and icode printing. 2000-10-27 20:17:19 +00:00
varada%netscape.com
1a1a0b749a fix for bug#55964; changes to icon in setup.exe 2000-10-27 19:31:42 +00:00
mkaply%us.ibm.com
5ed55b8e9a OS/2 Tinderbox break
Need PR_CALLBACK for OS/2, and bad include of windows.h for XP_PC...hurrah we have XP_WIN now
2000-10-27 18:30:16 +00:00
kestes%staff.mail.com
7a7019e8ca add use Time::Local because we need it. Must have removed it by
accident.
2000-10-27 15:29:52 +00:00
buster%netscape.com
cae9d32741 bug 56704 (Crash selecting text)
r=erik
a=waterson
2000-10-27 14:16:36 +00:00
buster%netscape.com
15150c7cfb bug 57596 (crash caused by reframing XBL reparented explicit children)
fix by rickg
r=buster
a=waterson
2000-10-27 14:14:36 +00:00
buster%netscape.com
03568a9420 bug 57054 (<MAP> should be display:inline; in quirks mode)
r=rickg
a=waterson
2000-10-27 13:56:33 +00:00
ccarlen%netscape.com
f9b02df9ba Bug 57388 - Parent dir had a space in it. NOT PART OF BUILD. 2000-10-27 12:44:46 +00:00
cls%seawood.org
32a4c09b68 Adding additional types to the strip exclusion list 2000-10-27 09:52:31 +00:00
axel%pike.org
f88be7fd5b making makejs.pl builddir aware, see 22062, r=sgehani@netscape.com, moa=dveditz@netscape.com, a=brendan@mozilla.org 2000-10-27 09:20:28 +00:00
jst%netscape.com
bafa544b10 Fixing rtm+ bug 57495. Making element.getElementsByTagName() case insensitive if called on an HTML element. r=pollmann, sr=vidur. 2000-10-27 09:01:33 +00:00
cls%seawood.org
6054c6ef1c Use MOZILLA_DIR instead of $(topsrcdir)/../mozilla to remove netscapism. Bug #54210 2000-10-27 08:47:51 +00:00
warren%netscape.com
7017831b21 Added forgotten nsILoggingService.idl 2000-10-27 06:41:11 +00:00
warren%netscape.com
95e38718ea Bug 47207 - removing printf / logging changes. Sticking in big toe. r=valeski,sr=waterson 2000-10-27 06:18:39 +00:00
cls%seawood.org
c31ee05e55 No longer used. Bug #26798 2000-10-27 06:13:47 +00:00
warren%netscape.com
3ab01ebc2d Changes to build on Mac. 2000-10-27 05:11:58 +00:00
dougt%netscape.com
3eed331614 First draft of a embedding makefile. 2000-10-27 04:39:43 +00:00
mscott%netscape.com
a372473038 Bug #56934 --> properly determine the status for on end document load. We used to
use the status of the last request processed in loading the document to determine
 success or failure. That's incorrect. Instead, test to see if the load group is being
canceled. If it is, use that as the status for the entire document. Otherwise, ignore
the status for the last request and instead use the status for the main document
(the default load channel).

this also means making sure the http channel properly sets it's status code in ResponseComplete (r=gagan)
 sr=rpotts, r=sspitzer
2000-10-27 04:13:51 +00:00
bienvenu%netscape.com
c8a5f01f55 fix handling of interrupted news urls wrt connection cache r=sspitzer, sr=alecf 57665 2000-10-27 03:21:02 +00:00
timeless%mac.com
7ef4db2efb fix bug 46610 Status bar is missing offline indicator r=scottip, a=waterson 2000-10-27 03:15:52 +00:00
pinkerton%netscape.com
bee5cb78f5 If we're being minimized, don't tell Gecko. This allows us to remember the
scroll position when we're un-minimized. bug#56156, r=rods/a=hyatt.
2000-10-27 02:41:08 +00:00
jj%netscape.com
8de3d651d5 #58151: fixed 3 bogus tags 2000-10-27 02:39:08 +00:00
mccabe%netscape.com
bf56ffa531 Changes to update standalone JavaScript and Liveconnect library builds to the New Era of NSPR 4 and JDK 1.2.
Fixes for OSF; they they assume the existence of /share/builds/components/[jdk|nspr]/SOME_VERSION/etc/etc.  Sorry, external folks!

Not part of the Mozilla build.
2000-10-27 01:10:09 +00:00
alecf%netscape.com
de3d1dd9fb #52116 - Show URL for XBL element & method/attribute when a JS warning or exception happens
r=dveditz,mccabe, sr=hyatt
2000-10-27 00:51:23 +00:00
sfraser%netscape.com
7bedc0120a Minor output cleanup. NOT PART OF THE BUILD 2000-10-27 00:38:58 +00:00
mccabe%netscape.com
eedc61dabe Changes to update standalone JavaScript and Liveconnect library builds to the New Era of NSPR 4 and JDK 1.2.
Fixes for Linux and SunOS; they assume the existence of /share/builds/components/[jdk|nspr]/SOME_VERSION/etc/etc.  Sorry, external folks!

Not part of the Mozilla build.
2000-10-27 00:08:31 +00:00
darin%netscape.com
82d8519f52 Fixes bug 56785. 303 HTTP response now handled. r=gagan, sr=mscott 2000-10-27 00:04:18 +00:00
mccabe%netscape.com
cf952461b1 Fix standalone liveconnect build to not complain about missing fdlibm when asked to clean or clobber.
Not part of the Mozilla build.
2000-10-26 23:48:16 +00:00
mccabe%netscape.com
acde6ae541 Make commandline shells for javascript and xpconnect-enabled javascript not return failure error codes when a warning occurs.
The failure codes were confusing our test drivers.

Not part of the Mozilla product.
2000-10-26 23:45:43 +00:00
nelsonb%netscape.com
575f23cc64 Performance benchmark for modular exponentiation.
Test modulus and exponent to be added later.
2000-10-26 23:30:50 +00:00
cls%seawood.org
043c17fe22 Fix typo 2000-10-26 22:36:29 +00:00
ccarlen%netscape.com
638ea12ee6 Bug 57388. NOT PART OF BUILD - Re-adding because old dir had a space in it. 2000-10-26 21:17:23 +00:00
ccarlen%netscape.com
e9d832f509 Bug 57388. NOT PART OF BUILD - Re-adding because old dir had a space in it. 2000-10-26 21:09:49 +00:00
ccarlen%netscape.com
8a9c9518f5 Bug 57388. NOT PART OF BUILD - Removing because parent dir had a spece in it. 2000-10-26 21:05:23 +00:00