dp%netscape.com
69f850d965
Removing double check for failure. Checking for nsresult is sufficient.
1999-11-01 08:54:06 +00:00
cata%netscape.com
554e203471
Fix for bug #16186 build warnings; eliminating unused var.
1999-10-29 20:32:00 +00:00
cata%netscape.com
4f849e2192
Fix for bug #15706 ; r=nhotta
1999-10-29 20:29:40 +00:00
nhotta%netscape.com
042fc6540b
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
55eb80483a
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
92d7fb40dd
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
659f2ed64e
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
35df054c4f
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
c84b487139
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
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
dp%netscape.com
7a91a1a650
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
9c5264972c
fix locale mapping for CLE. r=ftang
1999-10-22 21:11:50 +00:00
cata%netscape.com
3a41197340
bug #16754 , r=erik, fixing memory leak
1999-10-21 22:25:44 +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
nhotta%netscape.com
b19a5167ef
Fix a warning, it was assigning NULL to char type, r=ftang.
1999-10-20 23:55:31 +00:00
hoa.nguyen%intel.com
5d6d24cce9
Changed from char types to PRUint8.
1999-10-20 23:21:56 +00:00
kipp%netscape.com
94ea102a2b
r=ftang; fixed off by one error that made return value oPrev inconsistent
1999-10-19 23:06:27 +00:00
nhotta%netscape.com
5c8b113682
Fixing the linux build bustage.
1999-10-19 00:03:57 +00:00
nhotta%netscape.com
b5873913b7
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
2f872da842
Conversion to Module. Reviewed by dp. Bug #15589 .
1999-10-18 22:23:28 +00:00
ftang%netscape.com
51000b5618
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
9568ae8d05
Removing extra backslashes at the end of the install lines. Fixing
...
build.
1999-10-18 20:43:11 +00:00
nhotta%netscape.com
b338c83fa6
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
34f377415a
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:13:00 +00:00
nhotta%netscape.com
9dfca9b674
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
213f38e135
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:05:23 +00:00
waterson%netscape.com
bdfcaec321
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
d02f41691b
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
c26435f98e
Bug #14999 ; removed use of toolkit app core; rev=tao@netscape.com
1999-10-09 06:17:46 +00:00
ftang%netscape.com
0e55264368
remove obsolted file
1999-10-08 20:35:24 +00:00
ftang%netscape.com
8ef6c2fe6f
change to nsIModule r=kipp
1999-10-08 20:30:58 +00:00
ftang%netscape.com
dcd272500b
remove factory file and add module file
1999-10-08 20:30:42 +00:00
ftang%netscape.com
9050f25e26
add new file for nsIMoudle work, r=kipp
1999-10-08 20:27:24 +00:00
warren%netscape.com
8c71c45537
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +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
83d10b4178
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
398f7d7b12
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
5e6bf6fc1f
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
cbf8efae9d
Converting library to Module. Bug 15589. Reviewed by dp.
1999-10-05 23:54:18 +00:00
cata%netscape.com
30fc0afd96
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
5dc1d9c7bf
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
1f327eb1f1
Fix my Unix breakage.
1999-10-05 22:33:09 +00:00
cata%netscape.com
733de780a8
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
b73381597c
Converting library to Module. Bug 15589. Reviewed by dp.
1999-10-05 21:25:47 +00:00
rickg%netscape.com
f962035510
no changes made; just forcing a recompile
1999-10-05 05:52:12 +00:00
beard%netscape.com
9eae33066d
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
319ef7e115
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
0c1aef9920
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