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

1146 Коммитов

Автор SHA1 Сообщение Дата
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