Commit Graph

54451 Commits

Author SHA1 Message Date
cls%seawood.org
52b103d9d3 Mingw32 fixes. 2000-03-02 15:58:02 +00:00
cls%seawood.org
deb12d64ee Remove the HAVE_UINT define & uint typedef as NSPR unconditionally typedefs uint. 2000-03-02 15:57:10 +00:00
cls%seawood.org
09c37a19ec Fix for compilers that can't deal with the extra ; that results in an "incorrectly terminated declaration" (namely Sun's Workshop 5.0 & AIX's xlC) 2000-03-02 15:27:09 +00:00
jst%citec.fi
882da396f0 Temporary (untill the real problem gets fixed) fix for PDT+ bug 18186. r=vidur, a=chofmann 2000-03-02 15:06:05 +00:00
bruce%cybersight.com
53f52035ac Fix small, localized leak of HTTP atoms. Well tested on MacOS and under Purify with no ill effects. r=gagan 2000-03-02 13:45:28 +00:00
cls%seawood.org
192e307283 Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
Fixed the recursive makes into GtkMozilla so that they will report build failures like the other dirs.
Removed LIBS_NEQ_INSTALL variable and associated ifdefs.
2000-03-02 13:29:03 +00:00
cls%seawood.org
f8ec204a17 Remove unused -lmozjs from LIBS. 2000-03-02 12:52:01 +00:00
cls%seawood.org
08e716cb3e Reverted part of slamm's checkin so that non-official builds (including tinderboxes) stop on errors. Changed makefiles to use gmake's -C option instead of 'cd'. 2000-03-02 12:41:47 +00:00
cls%seawood.org
7d85eea7c4 More fixes for motif build. Bug 22266 2000-03-02 12:33:06 +00:00
cls%seawood.org
80f42db84e Use HOST_AR & HOST_RANLIB when building host version of libxpt. Needed for cross-compiling. Bug #11890 2000-03-02 12:29:47 +00:00
cls%seawood.org
18d8f2f08c Use EXPORT_XPT_API define when building libraries. Needed for mingw32. 2000-03-02 12:27:58 +00:00
cls%seawood.org
19b05072d7 Reset default build number to 000000000 to avoid user confusion about non-official builds. Bug 26798 2000-03-02 12:23:10 +00:00
cls%seawood.org
8810958471 Long overdue removal of broken comment from --enable-mathml. Sorry guys. 2000-03-02 11:14:38 +00:00
hyatt%netscape.com
a84f152eec Fixing a merge conflict. Fallout from same checkin. r=travis,a=jar 2000-03-02 10:47:58 +00:00
hyatt%netscape.com
ef422972c6 Same checkin. a=jar 2000-03-02 10:26:42 +00:00
scc%netscape.com
d1724d8b93 Added new radiogroup files to the project on behalf of hyatt (since camelot is down) r=hyatt, a=jar 2000-03-02 10:07:10 +00:00
hyatt%netscape.com
d6796e3c65 XUL RadioGroup element, not used in XUL. r=ben, a=jar 2000-03-02 10:00:09 +00:00
kvisco%ziplink.net
b0b39dc16e updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
kvisco%ziplink.net
7f64585de5 initial checkin, a list implementation using an array which will grow
automatically as elements are added.
2000-03-02 09:19:38 +00:00
kvisco%ziplink.net
1ff5862115 initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
mcafee%netscape.com
0aad0e99ec Bumping Full Circle copyright (27477). r=leaf, a=jar 2000-03-02 08:57:52 +00:00
pavlov%netscape.com
54ae2bbf0f fix travis's "issues" 2000-03-02 07:51:35 +00:00
rjc%netscape.com
db6dd2d89f Part of fix for PDT+ bug # 26334: add "MultiSearch: true" HTTP header when doing search aggregation to aid in tracking; Netcenter search enhancement request. Review: gagan. Approval: jevering 2000-03-02 07:50:33 +00:00
tbogard%aol.net
4eec4fb506 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
ben%netscape.com
1da67ff961 search appearance tweaks, single click hookup, default search engine hookup (b=26887, 29591, 28103) r=german@netscape.com, waterson@netscape.com (pref hookup) a=jar@netscape.com 2000-03-02 06:34:54 +00:00
ben%netscape.com
007eeea0e3 oops forgot to cvs add this file with the previous checkin 2000-03-02 06:33:42 +00:00
karnaze%netscape.com
44f5bd2cc0 new regression test not affecting the build. 2000-03-02 06:21:38 +00:00
mscott%netscape.com
8085e187d1 Bug #22960 --> help improve message display performance. This routine would get called for each
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil
2000-03-02 06:14:33 +00:00
rhp%netscape.com
c8143e7e8c Just updating a test harness... THIS IS NOT PART OF ANY BUILD! 2000-03-02 06:14:01 +00:00
karnaze%netscape.com
fb8782b61f PDT+ bug 28341 - Destroy caption frame when outer table frame is destroyed. Add caption to outer frame rather than inner frame. r=troy, a=rickg 2000-03-02 06:09:37 +00:00
rpotts%netscape.com
6c5d4777ca bug #18267. Changed the marshalled OnDataAvailable event to cancel the transport if the consumer returns a failure. THis ensures that the transport is notified of the error... 2000-03-02 05:49:09 +00:00
sspitzer%netscape.com
fc15ea4ee1 fix for #29894, newsrc file corruption. need to truncate the newsrc when
we open it.  otherwise, if we go to write it out and it has gotten smaller,
we will leave garbage at the end of the file.  big thanks to Ken Dowling (kdowling@concentric.net) reporting this bug. a=jar
2000-03-02 05:19:18 +00:00
dougt%netscape.com
565d93720f Removing nested eventQ. bug 29474. a=jar 2000-03-02 04:38:33 +00:00
pinkerton%netscape.com
cfb234a542 rewrite of popup positioning code to avoid placing a popup on top of the parent frame it is anchored to and to prevent moved popups from coming up under the mouse when they are too big or too close to the edge of the screen. Fixes bugs 29141 21155 23191. r=saari,hyatt a=jevering. 2000-03-02 04:08:04 +00:00
waldemar%netscape.com
a07f1abdee *** empty log message *** 2000-03-02 03:46:10 +00:00
waldemar%netscape.com
3abb50f20b Workarounds for VC6 bugs 2000-03-02 03:43:40 +00:00
slamm%netscape.com
49b3f0c4be Eliminate about 8 shell commands in LOOP_OVER_DIRS. That is 8 shell commands for every directory (~1300) for three build targets. Cuts export target by half on my machine. 2000-03-02 03:39:19 +00:00
jefft%netscape.com
4cb964ecf5 fixed bug 29746 - startup imap folder cache bypassed; reset online folder name should only happen when rename; a=phil,r=bienvenu 2000-03-02 03:21:15 +00:00
tbogard%aol.net
8ca243538f Adding the new webProgress interfaces to the build. a=jevering. 2000-03-02 03:03:32 +00:00
evaughan%netscape.com
cf0d42fc25 bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
terry%mozilla.org
421437ef3c *** empty log message *** 2000-03-02 03:01:10 +00:00
law%netscape.com
18639f4ca8 Dynamically create console, if requested; b=26103, r=roc+moz@cs.cmu.edu,a=jevering@netscape.com 2000-03-02 02:37:46 +00:00
tbogard%aol.net
b601c2d4b5 First cut at new webProgress interfaces. Not yet connected to the build. 2000-03-02 02:24:57 +00:00
dp%netscape.com
dbc7ea3807 Eliminating 11 hits to the registry for Progid if we already have
prepopulated the registry. This improves startup performance.
a=jevering, r=dveditz
2000-03-02 02:13:11 +00:00
slamm%netscape.com
070afa8f25 Avoid forking a process for every directory for every pass of the build for a value that is never used. 2000-03-02 02:11:34 +00:00
waldemar%netscape.com
31bb7ef286 Added Visual C++ workspace 2000-03-02 02:06:40 +00:00
waldemar%netscape.com
9c407890b0 *** empty log message *** 2000-03-02 02:02:58 +00:00
av%netscape.com
0271ec9277 Fix for 27486, r=stanley.ho@eng.sun.com, a=rickg 2000-03-02 01:57:14 +00:00
waldemar%netscape.com
ad182ae0cb Visual C++ version 2000-03-02 01:54:49 +00:00
sfraser%netscape.com
ee824cdaa3 Fix for 29521 -- i18n issues saving text area state, and 29827 problems with linebreaks going back to a forms page. r=ftang,akkana, a=jar 2000-03-02 01:16:29 +00:00