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

1116 Коммитов

Автор SHA1 Сообщение Дата
jdunn%netscape.com d70d78c6bf 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
nhotta%netscape.com 2603a04e28 Putting a debug printf so the tester can see the real locale used for the sorting, bug 18338, r=tao. 1999-11-16 01:12:47 +00:00
erik%netscape.com 4b8a031d94 bug 15627; got rid of compiler warning; r=none 1999-11-15 21:18:24 +00:00
rickg%netscape.com 11bb2325d7 touch file to force recompile 1999-11-14 07:07:47 +00:00
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