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

1262 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com 690f6bff3b fix 17409. rewrite the Notify method to take care random order of HTTP-EQUIV or CONTENT. performance enhance the code. keep the old code in the #else of #if 1 statement for now. r=nhotta 1999-11-10 05:55:58 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sfraser%netscape.com 378944dd51 Did a 'Remove object code and compact' on this project, and tidied up some access paths to try to eliminate the CodeWarrior hangs. a=leaf 1999-11-04 21:16:02 +00:00
ftang%netscape.com b568afdc17 back out 1.32 to fix 17811. This will break 14914 1999-11-03 05:47:25 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
nhotta%netscape.com 476f5d3ee6 Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang. 1999-11-02 23:24:10 +00:00
nhotta%netscape.com 6aee914612 First Checked In. 1999-11-02 21:09:05 +00:00
nhotta%netscape.com 45b89f9427 Removing a file (not part of the build), this project file was checked in as a text instead of binary. 1999-11-02 21:08:38 +00:00
ftang%netscape.com 6b7b34194a fix one typo. add new locale name for Chinese. r=nhotta 1999-11-02 20:58:47 +00:00
ftang%netscape.com 17b716df1b fix bug 14914. r=cata (several weeks ago). change the GetEncoder/GetDecoder from a loop which create/destroy/IsEqual of nsString to use PROGID directly 1999-11-02 08:49:20 +00:00
ftang%netscape.com d5184d1d2e check in the patch submit by Jonas Utterstrom <jonas.utterstrom@vittran.norrnod.se in message news://news.mozilla.org/381B3757.FEC144BC%40vittran.norrnod.se fix bug 17706. r=ftang 1999-11-02 07:01:44 +00:00
nhotta%netscape.com 69af03f210 Fixed a typo in the entity definition, r=ftang. 1999-11-02 01:19:19 +00:00
tbogard%aol.net c9198a207c Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
dp%netscape.com 33f28075ee Removing double check for failure. Checking for nsresult is sufficient. 1999-11-01 08:54:06 +00:00
cata%netscape.com c853a80ce7 Fix for bug #16186 build warnings; eliminating unused var. 1999-10-29 20:32:00 +00:00
cata%netscape.com 5fc1add3d4 Fix for bug #15706; r=nhotta 1999-10-29 20:29:40 +00:00
nhotta%netscape.com 23e41abd39 Check input for the null pointer and empty string, bug 17287, r=ducarroz,jefft. 1999-10-28 20:41:45 +00:00
ftang%netscape.com eafaaac0dd fix two comment after brade review and point out my error in prev checkin. r=brade 1999-10-28 14:46:37 +00:00
ftang%netscape.com d1a60bc390 move all end of line # comment to the previous line. Remove all end of line tab and whitespace. Need this to fix Trad Chinese IME. Somehow our property file reader do not treat # as start of comment in a key value pair line. r=brade 1999-10-28 14:28:22 +00:00
tague%netscape.com a8735e7c15 Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com 1999-10-27 22:52:56 +00:00
nhotta%netscape.com f890249d9c Unicode encoder related change for unmapped characters.
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
scc%netscape.com 4125213bc3 Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton. 1999-10-26 00:49:33 +00:00
dp%netscape.com 781776f1f8 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
dp%netscape.com 563fe84567 bug# 16742 Fixing delete on nsISupports Thanks for patch from <heikki@citec.fi>. r=dp 1999-10-23 06:15:31 +00:00
ftang%netscape.com b3ac665323 fix locale mapping for CLE. r=ftang 1999-10-22 21:11:50 +00:00
cata%netscape.com 21cdb2b468 bug #16754, r=erik, fixing memory leak 1999-10-21 22:25:44 +00:00
hoa.nguyen%intel.com 93a539cce9 Optimized decoder. Removed warnings. 1999-10-21 00:17:48 +00:00
hoa.nguyen%intel.com 1877e4880c Optimized decoder. 1999-10-21 00:05:16 +00:00
hoa.nguyen%intel.com 8e22258b1a Correctly check for the HZ converter engine state. 1999-10-21 00:03:52 +00:00
nhotta%netscape.com 23c8550861 Fix a warning, it was assigning NULL to char type, r=ftang. 1999-10-20 23:55:31 +00:00
hoa.nguyen%intel.com d401acac96 Changed from char types to PRUint8. 1999-10-20 23:21:56 +00:00
kipp%netscape.com efbfb39a19 r=ftang; fixed off by one error that made return value oPrev inconsistent 1999-10-19 23:06:27 +00:00
nhotta%netscape.com 637abbf31c Fixing the linux build bustage. 1999-10-19 00:03:57 +00:00
nhotta%netscape.com df06979b80 Changed interface and implementation of nsIEntityConverter,
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.
1999-10-18 22:33:14 +00:00
cata%netscape.com db7dfb14bc Conversion to Module. Reviewed by dp. Bug #15589. 1999-10-18 22:23:28 +00:00
ftang%netscape.com 8ecb052071 fix bug 16656, change the test condiction for NS_PRECONDICTION. also add some error checking code for null ptr. r=erik 1999-10-18 22:17:16 +00:00
dp%netscape.com 2506a5fe97 Removing extra backslashes at the end of the install lines. Fixing
build.
1999-10-18 20:43:11 +00:00
nhotta%netscape.com 297ea40b46 Add new propertie files for html entity, part of bug fix 8865, r=ftang. 1999-10-18 20:02:20 +00:00
nhotta%netscape.com 1406ba604b Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang. 1999-10-15 00:13:00 +00:00
nhotta%netscape.com 5e409f5504 Changed to get a charset name from a locale instead of hard code, also fixed a memory leak, bug=10816, r=tague 1999-10-15 00:11:38 +00:00
nhotta%netscape.com e6ec82e910 Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang. 1999-10-15 00:05:23 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
nhotta%netscape.com bfa5908333 Adding a new interface which does a charset conversion plus NE and NCR for fallback. Part of bug fix #8865, r=ftang. 1999-10-11 23:47:27 +00:00
law%netscape.com dd27620983 Bug #14999; removed use of toolkit app core; rev=tao@netscape.com 1999-10-09 06:17:46 +00:00
ftang%netscape.com 4f8e669e1a remove obsolted file 1999-10-08 20:35:24 +00:00
ftang%netscape.com a79cccd380 change to nsIModule r=kipp 1999-10-08 20:30:58 +00:00
ftang%netscape.com 063fc27c69 remove factory file and add module file 1999-10-08 20:30:42 +00:00
ftang%netscape.com cf7e66906b add new file for nsIMoudle work, r=kipp 1999-10-08 20:27:24 +00:00
warren%netscape.com b90a06a288 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
ftang%netscape.com 64cfb29cd5 fix bug 15647 r=sdagley. Swap progid base between ENCODER/DECODER 1999-10-06 07:11:40 +00:00
cata%netscape.com e2c72945ad added files: mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp, removed files: mozilla/intl/uconv/ucvtw2/nsUCvTW2Dll.cpp 1999-10-05 23:58:49 +00:00
cata%netscape.com 513228fe55 added files: mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp, removed files: mozilla/intl/uconv/ucvtw/nsUCvTWDll.cpp 1999-10-05 23:57:29 +00:00
cata%netscape.com 640bde40eb added files: mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp, removed files: mozilla/intl/uconv/ucvlatin/nsUCvLatinDll.cpp 1999-10-05 23:56:08 +00:00
cata%netscape.com 6d9f90e4fb Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 23:54:18 +00:00
cata%netscape.com 2b142a5abe added files: mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp, removed files: mozilla/intl/uconv/ucvko/nsUCvKODll.cpp 1999-10-05 23:53:21 +00:00
cata%netscape.com 3ecb1058dd added files: mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp, removed files: mozilla/intl/uconv/ucvja/nsUCVJADll.cpp 1999-10-05 23:51:46 +00:00
cata%netscape.com 5ad8c1a585 Fix my Unix breakage. 1999-10-05 22:33:09 +00:00
cata%netscape.com 0c893b8641 added files: mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp, removed files: mozilla/intl/uconv/ucvcn/nsUCvCnDll.cpp 1999-10-05 21:26:47 +00:00
cata%netscape.com 98839cdafd Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 21:25:47 +00:00
rickg%netscape.com 87482eb5ba no changes made; just forcing a recompile 1999-10-05 05:52:12 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
briano%netscape.com 7460b70e7e Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. 1999-10-01 23:07:38 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
beard%netscape.com ff12c678b7 added nsLWBrkModule.cpp. r=vidur 1999-10-01 01:21:40 +00:00
sdagley%netscape.com 243af8029d Fix for Mac build bustage (removed .cpp file was still referenced in project). a=leaf 1999-09-30 23:39:54 +00:00
kipp%netscape.com 9690a811f2 added files: mozilla/intl/uconv/src/nsUConvModule.cpp, removed files: mozilla/intl/uconv/src/nsUConvDll.cpp 1999-09-30 22:05:41 +00:00
kipp%netscape.com 446f6c551c Convert to module from component 1999-09-30 21:11:05 +00:00
kipp%netscape.com 419ce4a77b removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com 1c302643e2 Build module instead of component 1999-09-30 21:09:11 +00:00
kipp%netscape.com 7df811aef0 Fixed oopsie that prevented the factory from working 1999-09-30 21:08:59 +00:00
kipp%netscape.com 86e2a922de Convert to a module from a component 1999-09-30 21:07:12 +00:00
kipp%netscape.com 0ba7bbfc19 nuked 1999-09-30 21:06:47 +00:00
kipp%netscape.com 182bf337d3 removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp 1999-09-30 21:06:40 +00:00
kipp%netscape.com 59e1949423 added files: mozilla/intl/chardet/src/nsCharDetModule.cpp 1999-09-30 21:05:46 +00:00
kipp%netscape.com 1a5d525fd3 Convert over to module from factory 1999-09-30 21:02:41 +00:00
kipp%netscape.com e10ba0651d work around linkage woes (still not in build) 1999-09-29 04:39:59 +00:00
shaver%netscape.com 5f79eabd13 missed one nsIRegistry::Key usage 1999-09-29 03:17:56 +00:00
shaver%netscape.com a0d5aa9034 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
kipp%netscape.com 779b5d68c4 new 1999-09-28 22:58:23 +00:00
kipp%netscape.com 8e07f81107 new 1999-09-28 19:03:20 +00:00
beard%netscape.com 307149d3e3 fixed a copy/paste bug that caused a bunch of nsCIDs to leak. 1999-09-27 07:15:43 +00:00
beard%netscape.com bcaf11466b fixed leaks on Mac using GetUnicode() rather than ToNewUnicode(). Removed some warnings. 1999-09-27 01:27:15 +00:00
bruce%cybersight.com cfa551a51a Fix mismatched delete 1999-09-26 18:12:39 +00:00
warren%netscape.com 017be78c96 Cleaned up, using NS_WITH_SERVICE 1999-09-26 10:05:06 +00:00
warren%netscape.com 530372c150 Fixed leaked unicode strings. 1999-09-26 07:01:25 +00:00
ftang%netscape.com 33d0ee5d96 fix bug 14736, reviewed by tague 1999-09-24 21:52:11 +00:00
ftang%netscape.com 8029a58bff fix bug 14802, reviewed by harishd 1999-09-24 21:50:48 +00:00
briano%netscape.com 7ccd50fd20 QNX-specific fix. 1999-09-23 22:08:49 +00:00
colin%theblakes.com 87d753182e cast the time_t -1: bug #14708 1999-09-23 18:41:53 +00:00
ftang%netscape.com 6363368feb fix spelling error 1999-09-23 05:01:09 +00:00
briano%netscape.com cc39d531ad Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS. 1999-09-22 23:43:51 +00:00
briano%netscape.com f0fde6a004 Added OpenVMS to the 'list' of platforms that need to be excluded from using -D__STDC__. Approved by chofmann. 1999-09-22 23:22:07 +00:00
cata%netscape.com c61427488f Fixing bug #14605. 1999-09-22 22:32:44 +00:00
ftang%netscape.com b0f3f911c2 check in code drop from Xu, Yueheng <yueheng.xu@intel.com> 1999-09-22 03:35:31 +00:00
ftang%netscape.com 200dae8918 add registratoin information 1999-09-22 03:21:58 +00:00
cata%netscape.com 9049e4ca4d Creation code for the new component. 1999-09-22 01:12:17 +00:00
cata%netscape.com acc38a354c added files: mozilla/intl/uconv/src/nsCharsetMenu.cpp 1999-09-22 00:48:22 +00:00
cata%netscape.com dde2bfe4e9 Adding files to the build. 1999-09-22 00:44:00 +00:00
cata%netscape.com c8b1f8425d Created. 1999-09-22 00:22:51 +00:00
briano%netscape.com 6e44b3eff0 Fix for AIX bustage. Reserved name __STDC__ cannot be defined as a macro name. 1999-09-21 21:31:04 +00:00
tague%netscape.com 085d6c32d9 Export to correct module, not that it matters anymore. 1999-09-21 20:13:56 +00:00
ftang%netscape.com dc3e8363dd wired up nsTextToSubURI to the dll, remove unnecessary reghac2.h 1999-09-21 05:13:53 +00:00
ftang%netscape.com 7fdfd7d3d6 remove unneeded var 1999-09-21 01:37:16 +00:00
ftang%netscape.com ac28404a05 add nsTextToSubURI.cpp 1999-09-21 01:36:54 +00:00
waterson%netscape.com 88220ac198 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
ftang%netscape.com bb6d540990 add nsTextToSubURI.cpp 1999-09-21 00:58:15 +00:00
ftang%netscape.com 195caa28cc add idl directory to win and linux makefile 1999-09-21 00:45:28 +00:00
ftang%netscape.com 458338b2c9 First Checked In. 1999-09-21 00:43:09 +00:00
ftang%netscape.com 7eb376f7bd 1st check in 1999-09-21 00:30:12 +00:00
ftang%netscape.com d292f84150 add HZ to the dll 1999-09-21 00:21:24 +00:00
ftang%netscape.com 7057d4607a add idl files 1999-09-21 00:17:37 +00:00
ftang%netscape.com 150450ed28 remove dead file 1999-09-21 00:15:38 +00:00
ftang%netscape.com 52322f52c0 check in for Xu, Yueheng <yueheng.xu@intel.com> 1999-09-21 00:14:15 +00:00
warren%netscape.com e57b4c9e7e freed gUpperMap and gLowerMap in nsCaseConversionImp2 1999-09-20 20:52:16 +00:00
warren%netscape.com ce1be74e8b fixed mismatched free issues with nsID::ToString 1999-09-20 20:52:12 +00:00
warren%netscape.com 9d6904e56f freed CIDs in nsCharsetConverterManager 1999-09-20 20:52:05 +00:00
warren%netscape.com 9558f1a5e0 fixed refcounting of nsLocaleService so that it would be freed on shutdown 1999-09-20 20:52:01 +00:00
ftang%netscape.com cd564af2dd fix FreeBSD problem 1999-09-18 00:15:22 +00:00
ftang%netscape.com 7cd23735c6 check in HZ to Unicode contributed by Xu, Yueheng <yueheng.xu@intel.com> 1999-09-18 00:05:27 +00:00
ftang%netscape.com 8714720398 fix bug 5974 by passing parser command to nsWebShell 1999-09-16 14:15:15 +00:00
nhotta%netscape.com 13ca808ba9 Added compatibility. 1999-09-15 22:05:57 +00:00
nhotta%netscape.com ec53f4ad8c Bug 13844, turned off non line based detectors. 1999-09-15 19:31:46 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
ftang%netscape.com cd61a7002f optimizatoin work 1999-09-13 23:44:48 +00:00
ftang%netscape.com 5d9bd13bca Unicode 3.0 fix 1999-09-13 23:35:29 +00:00
ftang%netscape.com d356e13ed1 fix bad funct name. Thanks brade 1999-09-13 22:18:31 +00:00
ftang%netscape.com 8bbe6a5308 try to work around bug 13030 1999-09-13 21:04:29 +00:00
ftang%netscape.com eb9d501e0e add x-gbk and windows-936 1999-09-13 19:48:30 +00:00
ftang%netscape.com bd92aa5b5e wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com b087febefe check in for yueheng.xu@intel.com - cp936 table generation tool 1999-09-13 19:31:31 +00:00
ftang%netscape.com 4860f5dce0 check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com 1999-09-13 19:27:05 +00:00
ftang%netscape.com 5fedc71fd0 add unicode to langbox arabic font encoding converter incomplete 1999-09-12 22:43:49 +00:00
bruce%cybersight.com 1f99ef6dcb Fix nID::ToString() leaks in autoregistration. 1999-09-12 04:13:52 +00:00
bruce%cybersight.com e8ad2f287b Fix nsID::ToString() leaks in autoregistration. 1999-09-12 04:11:46 +00:00
briano%netscape.com 903d52c236 General cleanup. 1999-09-11 03:07:11 +00:00
jj%netscape.com a9775c6e67 First Checked In. 1999-09-10 23:13:38 +00:00
ftang%netscape.com 5d01288518 backout the backout 1999-09-10 22:25:39 +00:00
ftang%netscape.com 01ec75d37f back out the back out .It turn out I cehck in a "const" in the first line of my check in and that compiled !!! on Win and Linux 1999-09-10 22:22:22 +00:00
ftang%netscape.com 6916f133ab temp backout mac breakage 1999-09-10 20:33:12 +00:00
ftang%netscape.com 2823fcb46f comment out some code so we won't break when we bck out the nsUnciodeUCS2BE changes 1999-09-10 20:28:22 +00:00
ftang%netscape.com 6517871700 split the nsEncoderSupport to two classes 1999-09-10 19:05:08 +00:00
ftang%netscape.com 97448817c1 add new implementation to UCS2 encoder 1999-09-10 19:04:14 +00:00
ftang%netscape.com 60bd784a9a make nsconv work for UCS2 data by adding output file 1999-09-10 19:02:25 +00:00
ftang%netscape.com 61fb6c7321 add UTF16 1999-09-10 19:01:46 +00:00
ftang%netscape.com 257b693f86 1. change to UTF-16BE/LE name, 2. fix problem in nsPSMDetector 3.add addtional debugging infor to DetectCharset 1999-09-10 18:59:48 +00:00
nhotta%netscape.com 11ab00913d Migrated a mapping table from mozilla classic. 1999-09-10 18:56:31 +00:00
nhotta%netscape.com 8dbabc132c Bug #13488, changed to cache locale data. 1999-09-10 18:34:06 +00:00
nhotta%netscape.com d1ff3d550d Fixed broken project file (not part of the build). 1999-09-10 18:28:13 +00:00
nhotta%netscape.com c4052b429d First Checked In. 1999-09-10 04:41:52 +00:00
nhotta%netscape.com a427f7094c Adding new files for unix (not part of the build). 1999-09-10 04:37:26 +00:00
nhotta%netscape.com d6bb1e43f2 Adding new files, not part of the build. 1999-09-09 19:23:41 +00:00
nhotta%netscape.com 968f18605c Locale to charset name mapping for Win95/98. 1999-09-08 20:11:04 +00:00
nhotta%netscape.com 0e8395a94e Locale factory -> locale service. 1999-09-08 20:08:15 +00:00
jdunn%netscape.com 4755946e98 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 a6f8433313 placeholder for some late night hack.... 1999-09-08 13:41:11 +00:00
ftang%netscape.com 52dcee7601 declare methode in protect. Remove unnecessary INTEL_CHANGE ifdef, add () to #define 1999-09-08 12:58:26 +00:00
briano%netscape.com 5145f1e4b3 Cleaned it up. 1999-09-08 01:04:55 +00:00
briano%netscape.com 4ce8501fbd Got rid of the obsolete non-necko stuff. 1999-09-08 01:04:24 +00:00
briano%netscape.com a226d488b8 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
ftang%netscape.com efa2773da8 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
ftang%netscape.com b31515a6a1 add new chinese converter implementation 1999-09-07 20:36:37 +00:00
ftang%netscape.com 8bbd8c490d check in mac fix 1999-09-07 20:35:56 +00:00
ftang%netscape.com be40044382 add new chinese converters for UNIX build 1999-09-07 20:07:45 +00:00
ftang%netscape.com 146ce92458 add new Chinese converters as non default one for now 1999-09-07 20:07:21 +00:00
ftang%netscape.com 32544b0a48 add new implementation of GB converters 1999-09-07 20:04:53 +00:00
bienvenu%netscape.com e239fcfd1a more includes of string.h 1999-09-06 20:44:26 +00:00
ftang%netscape.com 1275d8cc83 rename CID for UCS2/UCS4 to UTF16/32. Add CID for UTF16/32 1999-09-03 23:18:00 +00:00
cata%netscape.com 07c5c69d90 Fixing build warnings. Step 3: remove the old deprecated API. 1999-09-02 21:41:40 +00:00
cata%netscape.com dd819d6f04 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
cata%netscape.com 31db4669be Method name change. 1999-09-02 20:23:49 +00:00
cata%netscape.com 8197c9839b Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
cata%netscape.com 8c29847ecc Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
tague%netscape.com e95bcca748 Cleaned up some NS_OK comparisons. Replaced them with macros. 1999-09-01 20:02:06 +00:00
tbogard%aol.net 74376813c7 Fixed bad NSGetFactory. 1999-09-01 08:15:23 +00:00
ftang%netscape.com 701367771b change to UTF-16/32BE/LE add ksc5601 and iso8859-1 as alias 1999-09-01 01:18:17 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
cata%netscape.com 0e24a4be60 Fixed bug 11570. 1999-09-01 00:46:04 +00:00
tague%netscape.com f45b9e1fb1 Removed direct comparisons of result values to NS_OK and replaced them with the appropriate macro. 1999-08-31 02:11:07 +00:00
tague%netscape.com 7b4d901358 Replaced direct comparisons of return values against NS_OK with the appropriate macros. 1999-08-31 02:04:26 +00:00
tague%netscape.com e89f540ca8 Replaced direct comparisons of return values against NS_OK with NS_SUCCEEDED or NS_FAILED macros. 1999-08-31 01:56:44 +00:00
ftang%netscape.com 27354e673a X11Johab converters. Thanks contribution from Deogtae Kim <dtkim@camars.kaist.ac.kr> and Jungshik Shin <jshin@pantheon.yale.com> 1999-08-30 22:10:41 +00:00
nhotta%netscape.com e1366285d0 Bug fix #8792. 1999-08-30 22:00:13 +00:00
erik%netscape.com cdb2cc61e1 Fixing warnings. 1999-08-30 21:59:42 +00:00
ftang%netscape.com 601372b8f0 check in performance tuned UCS2 to Unicode converters 1999-08-30 14:49:36 +00:00
ftang%netscape.com b5e7c2b1e8 add alias for ucs2 1999-08-30 14:40:32 +00:00
nhotta%netscape.com b0e634ed0d First Checked In. 1999-08-27 21:15:16 +00:00
nhotta%netscape.com 65c29a25f9 Include a header file for prototypes. 1999-08-27 21:11:49 +00:00
nhotta%netscape.com 27c877f653 nsIPlatformCharset integration. 1999-08-27 21:10:18 +00:00
tague%netscape.com 8a9f752fcf Obsolete old entity conversion table. 1999-08-26 03:00:42 +00:00
tague%netscape.com 63a4b5d79f Changed build destination of entity conversion tables. 1999-08-26 02:58:58 +00:00
tague%netscape.com 508fd3b70e Fixed up build location of the entity conversion tables. 1999-08-26 02:24:10 +00:00
tague%netscape.com bd03e5888c Fixed up a makefile problem, updated the build location of the entity translation files. 1999-08-26 02:11:40 +00:00
tague%netscape.com 562387ed97 Fixed bug #5561 (Locale support: need locale name to default charset mapping) on Macintosh. 1999-08-26 02:09:03 +00:00
tague%netscape.com f5f517c65d Fix memory leak before Bruce finds it. 1999-08-26 00:21:27 +00:00
tague%netscape.com c3d141debd Implemented bug #5561 (Locale support: implement locale name to default charset mapping) on UNIX. 1999-08-26 00:10:18 +00:00
sspitzer%netscape.com 40a867c7c5 fix #10895. Get printing to sort of work for mail/news. more bugs (and fixes) to come. this is far from complete. 1999-08-25 23:58:31 +00:00
ftang%netscape.com cca630a33c remove work around after 7330 fixed 1999-08-25 23:10:45 +00:00
tague%netscape.com 74448e55a6 Implement bug #5561 (Locale support: map locale name to default character set) on windows. 1999-08-25 22:05:28 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
tao%netscape.com f7b4d7d2f9 Export strres-test.xul; add clobber rules to .win 1999-08-24 22:47:02 +00:00