Commit Graph

127 Commits

Author SHA1 Message Date
cata%netscape.com
67b4a7c121 "extern" declaration for global vars fixed. 1999-03-09 23:48:10 +00:00
cata%netscape.com
8ecb1f457e Docs added. 1999-03-09 22:41:09 +00:00
warren%netscape.com
4d219a153d Fixed return. 1999-03-09 12:36:13 +00:00
warren%netscape.com
8d4be95029 Fixed include problem. 1999-03-09 12:34:01 +00:00
warren%netscape.com
1db44452f9 Fixed include problem. 1999-03-09 12:16:34 +00:00
warren%netscape.com
44568143d6 Backed out the nsService template stuff. 1999-03-09 11:49:41 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
dp%netscape.com
1576712e2f dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
ftang%netscape.com
549a8068fc add iso-8859-7 and windows-1253 1999-03-05 04:11:25 +00:00
brade%netscape.com
3005ae08ce add curly braces to reduce Macintosh compiler warnings 1999-03-03 14:47:18 +00:00
mcafee%netscape.com
b95bf6ec27 Removing tests that link with components, we need to dlopen() these libraries and not link with them. 1999-03-03 09:17:32 +00:00
dp%netscape.com
06a110237c Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
ftang%netscape.com
77181427f0 fix some unix warnning 1999-02-26 17:11:43 +00:00
ftang%netscape.com
7d08d53c85 fix some unix warnning 1999-02-26 16:58:33 +00:00
ftang%netscape.com
52a6310f37 fix some unix warnning 1999-02-26 16:52:34 +00:00
ftang%netscape.com
189fbf22da fix a log of unix warnning- 1) make sure all XPCOM class destructor are virtual and fix warnning in new file 1999-02-26 16:32:08 +00:00
ebina%netscape.com
ec691d8a4c Changing RegisterFactory to use the new API. 1999-02-26 16:18:23 +00:00
ftang%netscape.com
319c260a12 first check in.This should fix the bustage 1999-02-26 15:36:02 +00:00
ftang%netscape.com
919aa7b2fc add CharsetAlias factory 1999-02-26 15:24:56 +00:00
ftang%netscape.com
c030bb0ffc check in hack implementation 1999-02-26 15:16:56 +00:00
ftang%netscape.com
d6f3e0c3a2 fix some interface probelm 1999-02-26 15:15:57 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
sfraser%netscape.com
3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
sfraser%netscape.com
313ee557d8 Mac project changes -- convert from using MLSShLibRuntime to MSLDropinRuntime. 1999-02-26 00:44:01 +00:00
ftang%netscape.com
56957704ba add readme.txt file for serveral directory 1999-02-25 19:59:47 +00:00
ftang%netscape.com
18e81c95a5 First check in 1999-02-25 19:57:03 +00:00
ftang%netscape.com
0db8e6e24b First Checked In. 1999-02-25 19:50:08 +00:00
alecf%netscape.com
4abb853003 fix HPUX bustage - don't put commas after last element in enum declaration 1999-02-25 19:45:44 +00:00
ftang%netscape.com
b7e8b4bf87 add nsCharsetAliasImp.cpp 1999-02-25 19:32:34 +00:00
ftang%netscape.com
96e578ff5c add two cpp file into uconv.toc 1999-02-25 19:29:52 +00:00
ftang%netscape.com
cf8d9b9908 add placeholder for nsCharsetAliasImp.cpp 1999-02-25 19:27:18 +00:00
ftang%netscape.com
46a75001e4 add placehodler for nsCharsetAliasImp.cpp 1999-02-25 19:26:33 +00:00
ftang%netscape.com
c9e99e509c add nsICharsetAlias.h interface 1999-02-25 19:21:25 +00:00
cata%netscape.com
fd567aaef4 Generic factory used. 1999-02-25 15:48:41 +00:00
cata%netscape.com
13df9d732a Small output format change. 1999-02-25 14:46:46 +00:00
cata%netscape.com
9699fd33e2 Generic factory used. 1999-02-25 14:44:44 +00:00
cata%netscape.com
a49fe45a32 UnicodeToLatin1 component added. 1999-02-25 14:22:42 +00:00
cata%netscape.com
bb6177fbf8 added files: mozilla/intl/uconv/ucvlatin/nsUnicodeToLatin1.cpp, mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.cpp 1999-02-25 14:16:13 +00:00
cata%netscape.com
8ec4a2028c added files: mozilla/intl/uconv/src/nsUnicodeEncodeHelper.cpp 1999-02-25 13:36:27 +00:00
cata%netscape.com
ce58a3d563 Generic factory used. 1999-02-25 13:15:07 +00:00
ftang%netscape.com
1b6f3eb390 add charset properties file. Currently we do not use it but hard code the mapping inside the nsXXXCharset.cpp, In the future, we will use these properties file so we can have better extensibility 1999-02-25 01:29:31 +00:00
ftang%netscape.com
c19ea09b86 fix nsIPlatformCharset factory problem, add test cases for it. 1999-02-25 01:28:04 +00:00
waterson%netscape.com
de0f22053c Fix build bustage: make sure to include nsIUnicodeEncodeHelper.h for NS_IMPLIDS. 1999-02-24 19:12:27 +00:00
cata%netscape.com
81c2ecdae0 UnicodeToLatin1 added. 1999-02-24 17:10:37 +00:00
cata%netscape.com
a9f9f5ed84 nsUnicodeToLatin1 added. 1999-02-24 17:10:04 +00:00
cata%netscape.com
829a27f75f Small fixes. 1999-02-24 17:05:23 +00:00
pinkerton%netscape.com
1f2b378d80 add nsUnicodeEncodeHelper.cpp for cata. 1999-02-24 16:31:18 +00:00
cata%netscape.com
47cf3c0bbc UnicodeToLatin1 test added. 1999-02-24 16:27:30 +00:00
cata%netscape.com
55ee029902 nsUnicodeEncodeHelper added 1999-02-24 15:17:40 +00:00
cata%netscape.com
4adc3f53da nsConverterCID.h not included anymore. 1999-02-24 15:05:33 +00:00