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

1137 Коммитов

Автор SHA1 Сообщение Дата
cata%netscape.com 4ec13cac12 Charset menu items are taken from the Charset Manager. r=bobj 1999-12-07 22:23:47 +00:00
scc%netscape.com f4ad22b9d9 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
cata%netscape.com 6b0e23a664 Cleanup time: remove unused interface from build. 1999-12-04 19:59:28 +00:00
cata%netscape.com ad65299c4e Cleanup time: remove files not in build anymore. 1999-12-04 19:55:52 +00:00
cata%netscape.com 987102cdf1 Cleanup time: remove unused classes from build. 1999-12-04 19:51:56 +00:00
cata%netscape.com a375334e3c removed files: mozilla/intl/uconv/src/nsUnicodeDecodeUtil.cpp 1999-12-04 19:50:46 +00:00
cata%netscape.com 22f70cf11c Cleanup time: remove files not in build anymore. 1999-12-04 19:41:50 +00:00
cata%netscape.com 5d2775fd71 Cleanup time: remove unused interface from build. 1999-12-04 19:37:29 +00:00
cata%netscape.com dc2ee26fea Cleanup time: remove files not in build anymore. 1999-12-04 19:30:22 +00:00
cata%netscape.com 44cffe2933 Evolution of the CharsetConverterManager in order to pair the new Charset Menu. r=erik 1999-12-02 08:05:59 +00:00
cata%netscape.com f002fe1d41 The Character Set menu - rewrite of the RDF data source code. r=erik 1999-12-02 06:42:01 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
nhotta%netscape.com 20c8fb4141 Change to pass empty string instead of null for setlocale, increased a local buffer size to hold larger locale name, bug 18338, r=tao. 1999-11-29 21:01:54 +00:00
beard%netscape.com e7245bec84 bug #19474, r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes. 1999-11-28 17:20:11 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
nhotta%netscape.com 5d15c18f33 Changed conversion between posix and xp locale to handle extra locale info correctly, bug 18338, r=tao. 1999-11-23 21:51:26 +00:00
duncan%be.com 196ff89c01 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
ftang%netscape.com 9991b485a9 check in backout code after nhotta fix other problem. fix bug 14914 1999-11-19 01:16:53 +00:00
ftang%netscape.com 6add55bb56 fix charset name from BIG5 to Big5 1999-11-19 01:16:07 +00:00
ftang%netscape.com 0818b31afe change charset name for Big5 from BIG5 1999-11-19 01:15:10 +00:00
nhotta%netscape.com e2aece84bf Change to pass an empty string to setlocale instead of NULL (which is illegal in Unix unlike windows). Bug
18338, r=tao.
1999-11-18 03:28:35 +00:00
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