Граф коммитов

189 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com b12bf93a66 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ftang%netscape.com 5d38b7d1b9 fix bug 54468. r=cata sr=erik. add boundary condiction and return
different result code for those cases.
2000-10-06 21:54:00 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
yueheng.xu%intel.com 4cd043ed89 fix for #42484 (extra ";" after the loop control). r=cata, a=waterson 2000-06-14 22:13:13 +00:00
yueheng.xu%intel.com 2794f073d6 fixed #39640 (regression of UnicodeToGB2312GL converter) and #34626( optimization of table initialization. Do it only when it is needed at first time). r=ftang, a=waterson. 2000-06-02 22:18:42 +00:00
ftang%netscape.com f6f5127a5f check in fix of 34617 for Xu.Yueheng@intel.com r=ftang@netscape.com
Use the new implementation for GB2312GL
2000-05-17 05:19:04 +00:00
yueheng.xu%intel.com 75c868fc04 fix for #31380 (Unicode to GBK converter not working for some GBK chars) reported
and fix suggested by Xianping Ge ( xge@ics.uci.edu).
2000-05-03 01:59:55 +00:00
ftang%netscape.com c5728a0a70 fix 27886. Swap implementation to the new one. 2000-04-05 05:13:52 +00:00
ftang%netscape.com f6b1e3e8e9 fix bug 32290 . Use the GBK converter to convert incomming data. 2000-04-05 00:12:40 +00:00
pavlov%netscape.com ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
dveditz%netscape.com 9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dveditz%netscape.com 41d2b2b563 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
pp%ludusdesign.com 58065dda04 Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
cata%netscape.com 903be6b576 Cleanup time: remove files not in build anymore. 1999-12-04 19:30:22 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tbogard%aol.net 10ded258a5 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
cata%netscape.com 554e203471 Fix for bug #16186 build warnings; eliminating unused var. 1999-10-29 20:32:00 +00:00
dp%netscape.com 038812ce67 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-23 17:33:29 +00:00
hoa.nguyen%intel.com 4c325b4b3e Optimized decoder. Removed warnings. 1999-10-21 00:17:48 +00:00
hoa.nguyen%intel.com b7e688a8ac Optimized decoder. 1999-10-21 00:05:16 +00:00
hoa.nguyen%intel.com 382ac45a79 Correctly check for the HZ converter engine state. 1999-10-21 00:03:52 +00:00
hoa.nguyen%intel.com 5d6d24cce9 Changed from char types to PRUint8. 1999-10-20 23:21:56 +00:00
ftang%netscape.com 40f306300f fix bug 15647 r=sdagley. Swap progid base between ENCODER/DECODER 1999-10-06 07:11:40 +00:00
cata%netscape.com 1f327eb1f1 Fix my Unix breakage. 1999-10-05 22:33:09 +00:00
cata%netscape.com b73381597c Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 21:25:47 +00:00
shaver%netscape.com 7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
ftang%netscape.com 49217a4b1e check in code drop from Xu, Yueheng <yueheng.xu@intel.com> 1999-09-22 03:35:31 +00:00
ftang%netscape.com c10f65262d add HZ to the dll 1999-09-21 00:21:24 +00:00
ftang%netscape.com ccab0cf140 check in for Xu, Yueheng <yueheng.xu@intel.com> 1999-09-21 00:14:15 +00:00
ftang%netscape.com 741d7a3627 fix FreeBSD problem 1999-09-18 00:15:22 +00:00
ftang%netscape.com dbe706448c check in HZ to Unicode contributed by Xu, Yueheng <yueheng.xu@intel.com> 1999-09-18 00:05:27 +00:00
ftang%netscape.com 766b3c2234 wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com d2893cb7db check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com 1999-09-13 19:27:05 +00:00
bruce%cybersight.com db84eb691c Fix nID::ToString() leaks in autoregistration. 1999-09-12 04:13:52 +00:00
briano%netscape.com d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
ftang%netscape.com 174aa29224 split the nsEncoderSupport to two classes 1999-09-10 19:05:08 +00:00
jdunn%netscape.com e527acab06 Fix the HP failure... per joe@nall.com's suggestion. For some reason
HP can't handle the '-' sign righ on top of the #'s so just added spaces.
1999-09-08 14:59:22 +00:00
ftang%netscape.com 75015be57c declare methode in protect. Remove unnecessary INTEL_CHANGE ifdef, add () to #define 1999-09-08 12:58:26 +00:00
briano%netscape.com 23c9aa07c0 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
ftang%netscape.com 08c1e15c53 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
ftang%netscape.com dc72b69ba8 check in mac fix 1999-09-07 20:35:56 +00:00
ftang%netscape.com 70d9b38304 add new chinese converters for UNIX build 1999-09-07 20:07:45 +00:00
ftang%netscape.com e6cf025fd0 add new Chinese converters as non default one for now 1999-09-07 20:07:21 +00:00
ftang%netscape.com bd6142fe1b add new implementation of GB converters 1999-09-07 20:04:53 +00:00
cata%netscape.com 8902bf118c Fixing build warnings. Step 3: remove the old deprecated API. 1999-09-02 21:41:40 +00:00
cata%netscape.com 0639d0a90c Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
ftang%netscape.com 9a4f42018e fix bug 7970. Add progid for all converters 1999-07-14 21:33:51 +00:00
cata%netscape.com f15ef21611 Using the registry for converter info. Should improve startup performance. 1999-07-02 21:15:16 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ftang%netscape.com 9996fbaaac add cid for cp936 1999-06-11 00:41:23 +00:00
ftang%netscape.com 446f00bcec add new files to Unix makefiles 1999-06-10 21:21:08 +00:00
ftang%netscape.com ca044044db add new files into makefiles 1999-06-10 21:19:48 +00:00
ftang%netscape.com 22d83ff1b4 add empty file as place holder 1999-06-10 01:00:45 +00:00
ftang%netscape.com f1964c992d add cid and class mapping 1999-06-09 03:17:50 +00:00
ftang%netscape.com b706d5e26b add new CIDs 1999-06-08 23:53:22 +00:00
ftang%netscape.com a02c540bf1 add new CIDs 1999-06-08 23:44:50 +00:00
ftang%netscape.com 8460d8820d add GB2312 GL 1999-06-08 23:22:23 +00:00
ftang%netscape.com cd1ca5d019 add convert to GB2312 GL files 1999-06-08 23:11:46 +00:00
ftang%netscape.com dc0e05c264 fix Chinease/Korean encoder problem 1999-06-08 21:06:47 +00:00
ftang%netscape.com 1fc865d90f fix typo 1999-06-07 20:40:53 +00:00
ftang%netscape.com c1384463fa add FillInfo 1999-06-07 20:32:15 +00:00
ftang%netscape.com 16080eeaa6 move files to ucvtw, ucvtw2, ucvko 1999-05-31 16:58:38 +00:00
ftang%netscape.com 7693eb8059 move cid 1999-05-31 16:54:52 +00:00
ftang%netscape.com 6d0d39643f remove big5, euc-kr, euc-tw converter 1999-05-31 16:14:14 +00:00
ftang%netscape.com 1807b4918d remove big5, euc-kr and euc-tw converter and place them into ucvtw ucvtw2 adn ucvko 1999-05-31 16:10:36 +00:00
ftang%netscape.com 325442910e remove Big5, euc-kr, euc-tw converter. Big5 will move to ucvtw, euc-tw will move to ucvtw2, euc-kr will move to ucvko 1999-05-31 16:03:16 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
ftang%netscape.com a7ed69ffb9 fix buffer growing problem and wrong value when we return NS_UPEXPECTED error 1999-05-05 23:52:48 +00:00
cata%netscape.com fb47a91eca Support class for fast table decoder added. 1999-04-19 20:41:30 +00:00
sspitzer%netscape.com 7ab6d8f00e adding these cvsignore files 1999-04-10 00:39:11 +00:00
ftang%netscape.com 7329fbfca6 fix bug 4672, 4673, 4674, 4676 , check in for cata from ftang's account 1999-04-07 23:00:28 +00:00
tague%netscape.com 4505d71b44 Fixed MANIFEST again. I don't know what caused the bustage. 1999-04-07 03:07:45 +00:00
tague%netscape.com 1083710294 back out changes...doesn't build 1999-04-07 01:53:01 +00:00
tague%netscape.com 537da048d7 Fixed build bustage by moving Manifest to MANIFEST 1999-04-07 01:30:27 +00:00
cata%netscape.com 0a8662065a Components exported. 1999-04-06 23:32:31 +00:00
cata%netscape.com 00143bf309 Converters added. 1999-04-06 22:54:04 +00:00
cata%netscape.com 451273212e Created 1999-04-06 22:53:19 +00:00
cata%netscape.com 77e05799f5 Created. 1999-04-06 22:39:18 +00:00
cata%netscape.com ed88aff063 Converters added. 1999-04-06 22:34:40 +00:00
cata%netscape.com f76eab1197 Shift table fix. 1999-04-06 21:23:56 +00:00
cata%netscape.com 6a4677a035 Chinese converters added. 1999-04-06 21:11:54 +00:00
ftang%netscape.com 56957704ba add readme.txt file for serveral directory 1999-02-25 19:59:47 +00:00