mcafee%netscape.com
745570522a
Debug printfs
1999-12-03 01:01:25 +00:00
pnunn%netscape.com
e7c156f41f
bug#15585. changes so logging macros don't generate warngings. pn.
1999-12-03 01:01:16 +00:00
pnunn%netscape.com
b89fae48b4
bug#15585. changes so logging macros don't generate warnings. pn.
1999-12-03 00:54:25 +00:00
pnunn%netscape.com
977902cb43
bug#15585. changes so logging macros don't generate warngings. pn.
1999-12-03 00:53:11 +00:00
dougt%netscape.com
ed8c8b3cd1
Fix for 20652.
1999-12-03 00:50:42 +00:00
briano%netscape.com
58d123c63b
Automated update
1999-12-03 00:45:42 +00:00
dougt%netscape.com
f831175b47
updating to new interface and design.
1999-12-03 00:44:01 +00:00
rickg%netscape.com
2b0e62b70a
inadvertently left debug #ifdefs in
1999-12-03 00:43:36 +00:00
dougt%netscape.com
8af8cfcfb6
removing nsFileUtils.
1999-12-03 00:43:35 +00:00
wtc%netscape.com
4fa0e13341
Checked in patch for OpenVMS contributed by Colin Blake.
1999-12-03 00:42:18 +00:00
wtc%netscape.com
27e479dae3
Bugzilla bug #17040 : compile with -ansi -D__POSIX_SOURCE -D_BSD_SOURCE
...
-D_SVID_SOURCE on all CPU architectures.
1999-12-03 00:39:54 +00:00
dougt%netscape.com
1f8e921d88
Removing Dir enumerator as it will be part of nsIFile
...
removing nsFileUtils.
Changing the name of nsIFile children to directoryEntries
removing nsIFile trucate.
Rewrote large parts of nsIFileImplWin to use native APIs.
not part of build
1999-12-03 00:39:31 +00:00
rickg%netscape.com
6b2d2e6043
fixed bug 20229; r=beard. Special thanks to patrick for his persistence with leaks.
1999-12-03 00:33:17 +00:00
petitta%netscape.com
b2e2deed65
Changed Delivery location
1999-12-03 00:31:09 +00:00
rickg%netscape.com
f5607b5bca
fixed PDT+19121; r=kmcclusk
1999-12-03 00:30:29 +00:00
drapeau%eng.sun.com
f0789172d2
Fix for bug 18899 ('Make "--enable-oji" as part of the default Mozilla
...
Build'). Modified files that conditionally compiled in support for
OJI, replacing with code that looks for OJI as an XPCOM service, and
failing gracefully if the OJI XPCOM service is not found. The four
files modified by this fix are the only active ones; other modules
that conditionally compile in support for OJI appear to be dead code.
r=drapeau@eng.sun.com . Fix contributed by Jayashri Visvanathan
(visvan@eng.sun.com ).
1999-12-03 00:26:09 +00:00
petitta%netscape.com
37791546fe
Changed Delivery location
1999-12-03 00:25:43 +00:00
petitta%netscape.com
566ef9aca5
Build Mods
1999-12-03 00:19:37 +00:00
alecf%netscape.com
5b68d2b9a2
more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
...
r=rhp
1999-12-03 00:12:49 +00:00
ssu%netscape.com
2f000d254c
fixing bug #20623 . commercial installer is no longer 4mb. This is not part of tinderbox. would affect only windows platforms.
1999-12-03 00:12:27 +00:00
ducarroz%netscape.com
cc9f91e6d8
Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman
1999-12-03 00:12:23 +00:00
rogerl%netscape.com
4c286f0250
Don't let Undefined prototype be assigned to new objects, revert to Object
...
instead. Also, detect Undefined prototype in hasInstance and bail.
1999-12-03 00:10:36 +00:00
alecf%netscape.com
4340f0dc28
fix unicode support for prettyName, #20405
...
retrieve name from prefs using CopyUnicharPref()
r=sspitzer
1999-12-03 00:10:00 +00:00
briano%netscape.com
1b6676992e
QNX-specific build fix. This should solve the stupid memory model segment size too small thing.
1999-12-03 00:07:18 +00:00
kmcclusk%netscape.com
85e3c0493a
Added NS_RELEASE's to fix leaking of nsIImage's. bug=19114; r=karnaze@netscape.com
1999-12-03 00:06:32 +00:00
norris%netscape.com
51068bf196
Fix the following bug:
...
Subject:
Rhino request URGENT
Date:
Thu, 02 Dec 1999 15:58:40 -0500
From:
slobo@espialgroup.com
To:
Norris Boyd <norris@netscape.com>
References:
1 , 2
Hello Norris
In Rhino, the following script gives the error : "function does not always return a value" during the parsing phase. The script
runs perfectly fine in Netscape 4.61. It is an urgent requirement. Many thanks in advance.
Steven
///////////////////////////////////////////////////////SCRIPT BEGIN ///////////////////////////////////////////////
function test (a) {
this.arg = a;
if (a>20)
return;
return this;
}
//print = alert;
function joe() {
a = new test (20);
print (a.arg);
a = new test (25);
print (a.arg);
}
joe();
///////////////////////////////////////////////////////SCRIPT END ///////////////////////////////////////////////
1999-12-03 00:04:46 +00:00
norris%netscape.com
f19259af3e
Fix bug 18636 java script security problem when accessing my.netscape.com/
...
r=mstoltz
1999-12-02 23:56:25 +00:00
pavlov%netscape.com
e24bed0deb
if an alpha pixmap is there destroy it and not only in the case where we have alpha bits
1999-12-02 23:56:12 +00:00
dmose%mozilla.org
399dbbb2eb
special cased DUPLICATE in the make_options() sanity-checking code
1999-12-02 23:56:07 +00:00
tonyr%fbdesigns.com
76b619c9ac
Updated to use new nsIMsgAccountManager interfaces
1999-12-02 23:53:30 +00:00
waterson%netscape.com
3b8299d2ed
Bug 20309. Use nsCAutoString. Kudos to buhr@stat.wisc.edu
1999-12-02 23:53:25 +00:00
alecf%netscape.com
2900b68958
don't load about:blank unless we have to
...
(no bug, but it makes ctrl-selecting messages faster)
r=scottip
1999-12-02 23:49:12 +00:00
mscott%netscape.com
54059e6bab
Fix a webshell leak! improper nsCOMPtr useage in DestroyChildren was causing us to leak
...
all child webshells!!! uhuh...that couldn't have been good
1999-12-02 23:46:00 +00:00
ftang%netscape.com
e4c5a0077b
add Mac implmenetation of nsIFontEnumerator r=erik
1999-12-02 23:27:16 +00:00
ftang%netscape.com
331338ca67
Add <U+ > for Unicode fallback instead of ?
1999-12-02 23:26:42 +00:00
ftang%netscape.com
6ada3ddd02
add nsIFontEnumerator.h
1999-12-02 23:26:06 +00:00
dmose%mozilla.org
7c1f7185c8
a bug fix or two and a whole bunch of sanity-checking of form submissions stuff
1999-12-02 23:21:42 +00:00
idk%eng.sun.com
83fe170a5e
20208
...
Add exception trowing in case
peer object is not existing. (Stream closed, not created, etc)
1999-12-02 23:20:29 +00:00
pinkerton%netscape.com
6a0d20417f
Fix for bug 18409. clipboard/d&d now converts incoming text to DOM linebreaks. r=saari
1999-12-02 23:18:23 +00:00
pinkerton%netscape.com
08200dac55
Removed a bunch of duplicated code. r=saari
1999-12-02 23:17:31 +00:00
putterman%netscape.com
31ffb1441c
Fix 20556 and change printf to dump in js.
1999-12-02 23:14:42 +00:00
rpotts%netscape.com
d9c7dbe807
bug #13157 (r=valeski). Added support for HTTP/0.9 server responses. This fixes a whole class of bugs where CGI scripts were displaying blank pages because we just ignored the response :-(
1999-12-02 23:09:15 +00:00
locka%iol.ie
8b7e5e8425
Added CommandStateChangeConstants
1999-12-02 22:49:27 +00:00
fur%netscape.com
42f42f7011
Fix 20594: C++ comments in C files
1999-12-02 22:41:02 +00:00
akkana%netscape.com
661f837d79
Forgot to add the idl file to the makefile
1999-12-02 22:36:34 +00:00
sspitzer%netscape.com
2dc58e715b
fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs
1999-12-02 22:34:19 +00:00
sfraser%netscape.com
3635577371
Add nsISelectionController.idl for akkana
1999-12-02 22:31:27 +00:00
sfraser%netscape.com
98de07bacc
Add nsISelectionController.idl for akkana.
1999-12-02 22:31:17 +00:00
pavlov%netscape.com
692f111746
reuse pixmaps when image bits are changed instead of destroying them and recreating them every time r=blizzard
1999-12-02 22:25:20 +00:00
sdagley%netscape.com
8b680d405f
Checking in fix for bug #20558 for sfraser. Calling pr_UnlockedFindLibrary() with a NULL fragment name not a good idea. sfraser and I both though he'd fixed this before but apparently the change was lost.
1999-12-02 22:25:17 +00:00