mscott%netscape.com
2d4ae2ea33
Part of my mailnews reduce disk footprint cleanup effort. No longer need to link with mozjs and xplib.
...
git-svn-id: svn://10.0.0.236/trunk@26243 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:22:04 +00:00
mscott%netscape.com
9c3dec8e40
Part of my mailnews reduce disk footprint cleanup effort. No longer need to link with JS and with xplib.
...
git-svn-id: svn://10.0.0.236/trunk@26242 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:20:57 +00:00
mscott%netscape.com
0aa485c42f
Part of my mailnews reduce disk footprint cleanup effort. Add definitions that we used to get from allxpstr.h.
...
git-svn-id: svn://10.0.0.236/trunk@26241 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:20:06 +00:00
mscott%netscape.com
dfde26ae22
Part of my mailnews reduce disk footprint cleanup effort. Remove XP_Hash stuff and replace it with PL_Hash.
...
git-svn-id: svn://10.0.0.236/trunk@26240 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:19:47 +00:00
mscott%netscape.com
2844d1dc6f
Part of my mailnews reduce disk footprint cleanup effort. Don't include mkutils.h. Remove extern for out of memory which we used to get from allxpstr.
...
git-svn-id: svn://10.0.0.236/trunk@26239 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:18:59 +00:00
mscott%netscape.com
8ac6971ce7
Part of my mailnews reduce disk footprint cleanup effort. Many changes to remove dependencies on xplib. Removed all StrAllocCopy and StrAllocCat calls. Isolated the externs we needed from allxpstr.h, we'll defines those in nntpCore.h for now.
...
git-svn-id: svn://10.0.0.236/trunk@26238 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:18:14 +00:00
mscott%netscape.com
9b4ca1dca4
Part of my mailnews reduce disk footprint cleanup effort. No longer need to link against xplib.
...
git-svn-id: svn://10.0.0.236/trunk@26237 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:09:04 +00:00
mscott%netscape.com
c50482b78f
Oops...we still need to link against rdfutils_s (because of nsMsgFolder...)
...
git-svn-id: svn://10.0.0.236/trunk@26236 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:08:25 +00:00
mscott%netscape.com
ef8034fff3
Part of my mailnews reduce disk footprint cleanup effort. We no longer need to link against xplib.
...
git-svn-id: svn://10.0.0.236/trunk@26235 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 22:00:06 +00:00
mscott%netscape.com
50f73a5df4
Part of my mailnews reduce disk footprint cleanup effort. Add macro defintions for IS_DIGIT, IS_ALPHA, etc. I know it is bad to do it here. I need to talk to a raptor base owner and look into adding the macros where everyone besides just mailnews can use them!
...
git-svn-id: svn://10.0.0.236/trunk@26234 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:59:22 +00:00
mscott%netscape.com
80eecaca6c
Part of my mailnews reduce disk footprint cleanup effort. Remove use of XP_IS* to help remove dependencies on xplib. don't include xp.h. Use nsCRT::mem* functions.
...
git-svn-id: svn://10.0.0.236/trunk@26233 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:57:28 +00:00
mscott%netscape.com
05ca34167e
Part of my mailnews reduce disk footprint cleanup effort. We no longer need to be linking against rdfutils and xplib.
...
git-svn-id: svn://10.0.0.236/trunk@26232 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:44:51 +00:00
mscott%netscape.com
e4025f3419
Part of my mailnews reduce disk footprint cleanup effort. We are linking against many many more libraries than we need to. Remvoing xplib, js, newstest among others...
...
git-svn-id: svn://10.0.0.236/trunk@26231 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:42:53 +00:00
mscott%netscape.com
3eb04596ff
Part of my mailnews reduce disk footprint cleanup effort. Use PR_MAX and PR_MIN instead of the versions through xp.h. Use nsCRT::mem* functions instead of those obtained through xp.h. Remove dep. on XP_QSORT.
...
git-svn-id: svn://10.0.0.236/trunk@26230 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:42:02 +00:00
mscott%netscape.com
15fbc30d4c
Part of my mailnews reduce disk footprint cleanup effort. Remove needless dependencies on fe_proto and allxpstr.h
...
git-svn-id: svn://10.0.0.236/trunk@26229 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:39:53 +00:00
mscott%netscape.com
ee87c324b0
Fix crash when running mailnews app. Problem: we're creating an object that is an interface without going through the component manager and are calling new on it directly. so the object returned has a ref count of 0. We need to add ref it before returning it..This change should be moot if we were going through the component manager though.
...
git-svn-id: svn://10.0.0.236/trunk@26228 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:12:10 +00:00
mscott%netscape.com
c6b09b5171
One more change...we need to link against mork to remove some unresolved symbols which occurr when we load the library.
...
git-svn-id: svn://10.0.0.236/trunk@26227 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:27:48 +00:00
mscott%netscape.com
1f6e75b46c
Help fix Linux build problems for bienvenu. Link with correct name for the msgdb library.
...
git-svn-id: svn://10.0.0.236/trunk@26226 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:24:36 +00:00
mscott%netscape.com
0ff5d82417
Help fix Linux build for bienvenu. We want to build the static library for this...
...
git-svn-id: svn://10.0.0.236/trunk@26225 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:23:16 +00:00
mscott%netscape.com
35fb3df29c
We now need to link with msgcorutil since we are no longer linking with msgdb.lib directly (which is where we were getting it before). This fixes the unresolved symbols problem when loading this library.
...
git-svn-id: svn://10.0.0.236/trunk@26224 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:22:28 +00:00
buster%netscape.com
937b6ed03a
Improved setting text property for next type-in (that is, setting text properties with a collapsed selection.) Bold, italic, and underline
...
all work. Better error checking, and factored out some common code.
git-svn-id: svn://10.0.0.236/trunk@26223 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:10:39 +00:00
buster%netscape.com
803f3d9473
fixed some broken asserts
...
git-svn-id: svn://10.0.0.236/trunk@26222 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 20:10:24 +00:00
rickg%netscape.com
8c1c633c9a
tweaked top 100 list
...
git-svn-id: svn://10.0.0.236/trunk@26221 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 19:52:47 +00:00
buster%netscape.com
c77050b2ad
GetTextProperty interface change
...
git-svn-id: svn://10.0.0.236/trunk@26220 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 18:11:44 +00:00
bienvenu%netscape.com
b6b6c5355c
add build makefile
...
git-svn-id: svn://10.0.0.236/trunk@26219 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 18:08:06 +00:00
buster%netscape.com
baaca59f79
implemented simple cases of RemoveTextProperty. other cases are no-op'd now.
...
added aFirst out param to GetTextProperty, so the caller can know if the first character has the property in the case of aAny=true and aAll=false.
fixed a bunch of places where result was being used incorrectly as a return val from do_QueryInterface
some minor undo/redo fixes to split and join of interior nodes.
git-svn-id: svn://10.0.0.236/trunk@26218 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 18:01:35 +00:00
buster%netscape.com
8a761fe6ca
added aFirst out param to GetTextProperty, so the caller can know if the first character has the property
...
in the case of aAny=true and aAll=false.
git-svn-id: svn://10.0.0.236/trunk@26217 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 17:59:09 +00:00
bienvenu%netscape.com
8406bf6069
make msgdb a dll
...
git-svn-id: svn://10.0.0.236/trunk@26216 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 17:48:16 +00:00
bienvenu%netscape.com
2db81d5495
start imap db
...
git-svn-id: svn://10.0.0.236/trunk@26215 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 17:42:41 +00:00
bienvenu%netscape.com
599db9b1e1
start implementing port table cursor
...
git-svn-id: svn://10.0.0.236/trunk@26214 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 17:38:39 +00:00
bienvenu%netscape.com
c4d01b646b
make msgdb a dll
...
git-svn-id: svn://10.0.0.236/trunk@26213 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 17:38:02 +00:00
endico%mozilla.org
1e40acf6a6
add labels for linking directly to an article
...
git-svn-id: svn://10.0.0.236/trunk@26212 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 15:51:14 +00:00
mcafee%netscape.com
289a3550a3
Adding XIFFormatConverter to widget factory.
...
git-svn-id: svn://10.0.0.236/trunk@26211 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 08:44:05 +00:00
mcafee%netscape.com
98bbb23f4f
Adding default window icon; SetIcon() method for nsWindow. Gtk-only for now.
...
git-svn-id: svn://10.0.0.236/trunk@26210 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 08:20:51 +00:00
troy%netscape.com
740598490c
Changed nsHTMLImageLoader::StartLoadImage() to just use mURLSpec as the
...
absolute URL if mBaseURL is NULL, and not call NS_MakeAbsoluteURL.
This fixes a crash
git-svn-id: svn://10.0.0.236/trunk@26209 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 05:56:23 +00:00
nisheeth%netscape.com
07c7e38896
Checking in latest expat version dated 3/7/1999...
...
git-svn-id: svn://10.0.0.236/trunk@26208 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 05:50:50 +00:00
fur%netscape.com
bd06159a58
Limit JavaScript directories to just those needed to build. That way,
...
we can add subdirs to mozilla/js without them showing up in SeaMonkey
CVS pulls.
git-svn-id: svn://10.0.0.236/trunk@26207 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 04:18:47 +00:00
morse%netscape.com
227c98b65b
don't create wallet subdirectory under res
...
git-svn-id: svn://10.0.0.236/trunk@26206 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 04:04:41 +00:00
morse%netscape.com
e4597ff656
build the dll
...
git-svn-id: svn://10.0.0.236/trunk@26205 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:54:52 +00:00
morse%netscape.com
5ac470c542
general housecleaning
...
git-svn-id: svn://10.0.0.236/trunk@26204 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:54:35 +00:00
beard%netscape.com
ca0588241a
backed out XP_MAC crash test, since it does work with checked in .xpt files.
...
git-svn-id: svn://10.0.0.236/trunk@26203 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:40:20 +00:00
beard%netscape.com
ea973ff065
turned off relaxed pointer checking, now that jband has fixed the sources.
...
git-svn-id: svn://10.0.0.236/trunk@26202 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:33:43 +00:00
jband%netscape.com
470025ffd3
fix the struct member column alignment (in the source code) after mass type renaming
...
git-svn-id: svn://10.0.0.236/trunk@26201 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:13:47 +00:00
jband%netscape.com
a65bf40ffe
prepare makefiles for building libxpt and xpidl before xpcom/public and xpcom/src. Fix warnings and errors in libxpt exposed in Mac port
...
git-svn-id: svn://10.0.0.236/trunk@26200 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:09:12 +00:00
jband%netscape.com
ddbd9b556a
re-order DIRS in preparation for using libxpt and tools/xpidl in order to generate stuff in xpcom/public
...
git-svn-id: svn://10.0.0.236/trunk@26199 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 03:06:33 +00:00
beard%netscape.com
3bc6b53be5
xptinfo needs access to nsID::ToString().
...
git-svn-id: svn://10.0.0.236/trunk@26198 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 02:23:01 +00:00
beard%netscape.com
421a1a2027
#define NS_COM __declspec(export) on XP_MAC.
...
git-svn-id: svn://10.0.0.236/trunk@26197 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 02:22:08 +00:00
beard%netscape.com
5690e21e2a
#defining _IMPL_NS_COM, so NS_COM will be defined correctly on XP_MAC.
...
git-svn-id: svn://10.0.0.236/trunk@26196 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 02:21:44 +00:00
beard%netscape.com
365903d91b
added xptinfo interfaces, base, and xpcom.
...
git-svn-id: svn://10.0.0.236/trunk@26195 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 01:51:47 +00:00
beard%netscape.com
031b394987
XP_MAC doesn't have <sys/stat.h>, <stat.h> instead.
...
git-svn-id: svn://10.0.0.236/trunk@26194 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 01:51:00 +00:00