Commit Graph

79964 Commits

Author SHA1 Message Date
danm%netscape.com
9551de3157 removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-08 01:32:13 +00:00
mscott%netscape.com
51e440b924 Bug #32222 --> Implement a subclass of nsMsgprotocol which performs asynch writes. Re-write how we send
post data to use this subclass. We'll now read in the post file asynchronously and write out the post
data asynchronously to the server. When necessary, we'll pause and resume the file request for the incoming
post data since that comes in faster than data goes out.

this part is to the smtp code to use async writes.
sr=bienvenu
r=ducarroz/varada
2001-04-08 00:41:37 +00:00
mscott%netscape.com
0b2f68bfdd Bug #32222 --> Implement a subclass of nsMsgprotocol which performs asynch writes. Re-write how we send
post data to use this subclass. We'll now read in the post file asynchronously and write out the post
data asynchronously to the server. When necessary, we'll pause and resume the file request for the incoming
post data since that comes in faster than data goes out.
sr=bienvenu
r=ducarroz/varada
2001-04-08 00:40:30 +00:00
cls%seawood.org
2125ecc29a La la la. Still redefine NSPR_CFLAGS for OS/2. nsinstall should not be using NSPR_CFLAGS in any case. Hopefully fixing tb bustage 2001-04-07 22:15:54 +00:00
mscott%netscape.com
e59d6e2e12 Bug #32222 --> re-expose the search method on the input stream of a pipe.
r/sr=darin,bienvenu
2001-04-07 21:29:11 +00:00
dbragg%netscape.com
0011559bf6 Fixes for Ports bustage when original fix for 65678 was checked in. Original r=dveditz and sr=mscott 2001-04-07 19:42:15 +00:00
oeschger%netscape.com
eba0e359da minor updates to help, NOT PART OF BUILD 2001-04-07 19:32:34 +00:00
leaf%mozilla.org
f69a9a7522 Automated update 2001-04-07 17:30:09 +00:00
dbaron%fas.harvard.edu
1244386ebc Fix bustage on VC++ and gcc 2.7.2.x caused by incorrect overload resolution. 2001-04-07 17:25:16 +00:00
justdave%syndicomm.com
a3c8569fdf Fix for bug 71808: Can't set email preferences for voters (which caused voters to get OldEmailTech notifications.
Patch by jake@acutex.net
r= justdave
2001-04-07 17:09:28 +00:00
justdave%syndicomm.com
47cea0555a Fix for bug 71912: changes email pref for "If I'm removed from that capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave 2001-04-07 16:36:45 +00:00
leaf%mozilla.org
1c2644b238 Automated update 2001-04-07 15:30:09 +00:00
dbaron%fas.harvard.edu
780cb86a7a Replace my previous incorrect fix for |operator==| ambiguities with a correct one: provide additional |operator==| and |operator!=| for comparing nsCOMPtrs to raw pointers that take a non-const raw pointer argument so that builtin operators will not have a better conversion for one argument. b=65664 r=waterson@netscape.com sr=scc@mozilla.org 2001-04-07 15:29:39 +00:00
ben%netscape.com
3aad2295ca another small update to test file. not part of build. 2001-04-07 12:06:42 +00:00
ben%netscape.com
7aa9ec30fb update test case for outliner bookmarks. not part of build. 2001-04-07 12:04:23 +00:00
cls%seawood.org
5cf2a300ad Do not redefine NSPR_LIBS & NSPR_CFLAGS for OS/2 VA builds. Should fix tb bustage 2001-04-07 11:33:52 +00:00
cls%seawood.org
e2b3cf5ae0 Lose the directory comparison and just use MOZ_NATIVE_NSPR ifdef. 2001-04-07 11:10:58 +00:00
cls%seawood.org
19decd6750 Fix check for system NSPR 2001-04-07 10:59:36 +00:00
locka%iol.ie
7a230e1edb Fixed some refcounting problems. URLs for linked files are now made relative to the main document path. BASE tag is removed if present. Anchors are made absolute. Added support for BACKGROUND attribute on BODY tag. b=73690, r=rpotts@netscape.com, sr=blizzard@mozilla.org 2001-04-07 10:23:25 +00:00
bryner%uiuc.edu
79912dede8 Fixing NSS to know about the new include path for NSPR. Patch from cls, r=bryner. 2001-04-07 07:22:18 +00:00
mcafee%netscape.com
1a2f8b4047 comment for jrgm test. 2001-04-07 06:49:40 +00:00
bryner%uiuc.edu
14511a00b6 Adding correct include path for NSPR, since it has changed. Patch from cls, r=bryner. 2001-04-07 06:37:07 +00:00
anatoliya%netscape.com
4910c2740a New smileys bug-4013 r=andreww sr=hewitt 2001-04-07 05:49:24 +00:00
sspitzer%netscape.com
253a75ebc6 fix for #75055. get "choose this folder" working in search again.
sr=bienvenu
2001-04-07 05:49:13 +00:00
sspitzer%netscape.com
8b19b98722 fix for #74930. Go | Next | Message crashes on an empty view.
sr=bienvenu
2001-04-07 05:44:11 +00:00
danm%netscape.com
9586d7ac8c nope. nix last checkin 2001-04-07 05:37:20 +00:00
danm%netscape.com
41c72864f4 fix more expected senna bustage 2001-04-07 05:27:56 +00:00
dbaron%fas.harvard.edu
e4bada04d5 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 05:27:06 +00:00
anatoliya%netscape.com
8ec22bed04 New smileys bug-4013 r=andreww sr=hewitt 2001-04-07 05:27:00 +00:00
dbaron%fas.harvard.edu
ff7ff84484 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 05:11:47 +00:00
dbaron%fas.harvard.edu
b5099bad79 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 04:56:29 +00:00
anatoliya%netscape.com
917b6faefc New smileys bug-4013 r=andreww sr=hewitt 2001-04-07 04:53:29 +00:00
cls%seawood.org
de2432686f Mozilla copy of nspr's .m4 file bug 73919 2001-04-07 04:41:30 +00:00
anatoliya%netscape.com
23fe16f62a New smileys bug-4013 r=andreww sr=hewitt 2001-04-07 04:39:35 +00:00
cls%seawood.org
a39e7ef806 Update build to use nspr.m4.
Start using nspr-config to set NSPR_CFLAGS & NSPR_LIBS.
Start placing nspr headers under $(DIST)/include/nspr to match a system installed NSPR.
Bug #73919 r=blizzard@mozilla.org
2001-04-07 04:34:53 +00:00
dbaron%fas.harvard.edu
f332609125 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 04:29:01 +00:00
sdagley%netscape.com
2f0ab0218a Fix Carbon tinderbox build by turning off build of xpt_link which currently can't build with Pro 6 MSL. r=beard 2001-04-07 04:11:00 +00:00
stephend%netscape.com
d8c5db1fca Adding myself to the contributer list. Comments only, no code. 2001-04-07 04:09:14 +00:00
danm%netscape.com
a2c1465637 moved to windowwatcher directory 2001-04-07 03:55:47 +00:00
danm%netscape.com
33594c68ff removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
justdave%syndicomm.com
d89ccdc16c Fix for bug 71607: remove "month-day only" date format from bug list views.
Patch by Stephan Niemz <st.n@gmx.net>
r= justdave
2001-04-07 03:30:59 +00:00
danm%netscape.com
ef006ede45 moving nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:29:53 +00:00
danm%netscape.com
f636001675 moving new nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:27:28 +00:00
idk%eng.sun.com
621c209443 *not part of the build*
urp. initial checkin
2001-04-07 02:42:23 +00:00
hyatt%netscape.com
e0b15c4f11 Fix for 75039. sr=waterson 2001-04-07 01:57:21 +00:00
mjudge%netscape.com
c950145d10 66318 bug for api change of editor unicode not needed. nsAReadableString is what we need now. 2001-04-07 00:48:44 +00:00
mjudge%netscape.com
aa665a57f4 as per jst review of dom part of 66318 added what was in this file a native descriptor. it is not necessary any more 2001-04-07 00:46:16 +00:00
mjudge%netscape.com
0d5b00ec9a 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
mjudge%netscape.com
da2106f186 api change for editor changing null strings to empty nsStrings 66318 2001-04-07 00:44:59 +00:00
mjudge%netscape.com
e96ac1c564 sr = jst r = kin. 66318 extra dom stubs needed for editor 2001-04-07 00:44:06 +00:00