Commit Graph

125 Commits

Author SHA1 Message Date
shaver%mozilla.org
fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
bryner%uiuc.edu
781d826e33 Bug 68260 - quiet unicode converter registration on non-debug builds. r=yokoyama, sr=erik. 2001-02-16 15:16:02 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
cata%netscape.com
d1845a07ce Fixing bustage. 2000-05-03 23:57:00 +00:00
cata%netscape.com
98c3c541ff Cleanup. Removing obsolete and unused code. 2000-05-03 23:10:27 +00:00
nhotta%netscape.com
c06f0ae5bd Changed NS_ERROR_UENC_NOMAPPING to non serious error and return it to clients of nsISaveAsCharset, r=cata. 2000-03-28 00:36:41 +00:00
jdunn%netscape.com
7027a63063 Fix HPUX 10.20 Bustage
Pass a 'define' to NS_DEFINE_STATIC_IID_ACCESSOR and not a const.
r= erik@netscape.com
2000-03-27 22:26:23 +00:00
pavlov%netscape.com
ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
jdunn%netscape.com
584db88eb0 remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
DECLARE was declaring kPlatformCharsetCID as extern const, and
DEFINE declares it as static const.  These 2 are incompatible.
r= ftang@netscape.com
a= dp@netscape.com
2000-03-01 22:42:39 +00:00
cata%netscape.com
6e4e10bd02 Adding new API for listing the available charset detectors. r=erik 2000-02-16 01:14:25 +00:00
dveditz%netscape.com
9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
ftang%netscape.com
873461dae8 fix 22921. reviewed by dp,cata,jbetak change module code to use macro 2000-02-08 06:21:17 +00:00
cata%netscape.com
64d6994bba Adding API to map charset name to language. bug #26240 r=erik 2000-02-02 23:54:18 +00:00
cata%netscape.com
08b721d62e Adding new API. r=ftang 2000-02-02 04:23:47 +00:00
cata%netscape.com
826dfa0c2e Bug #3941. r=naoki Adding access APIs to the converter managers data. 2000-01-15 01:44:21 +00:00
ftang%netscape.com
a02ac05c38 Add CID in #define in additional to declare 2000-01-08 00:41:43 +00:00
ftang%netscape.com
469c608758 add two more selector 2000-01-04 22:55:53 +00:00
cata%netscape.com
dba1117cd0 Cleanup time: remove unused interface from build. 1999-12-04 19:59:28 +00:00
cata%netscape.com
bca5389357 Cleanup time: remove unused interface from build. 1999-12-04 19:37:29 +00:00
cata%netscape.com
5760e40e40 Evolution of the CharsetConverterManager in order to pair the new Charset Menu. r=erik 1999-12-02 08:05:59 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
briano%netscape.com
d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
cata%netscape.com
588aa20203 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
cata%netscape.com
0639d0a90c Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
tague%netscape.com
c488556f34 Implement bug #5561 (Locale support: map locale name to default character set) on windows. 1999-08-25 22:05:28 +00:00
ftang%netscape.com
5d0b334384 fix bug 10674. Typo in progid 1999-08-09 14:56:47 +00:00
sspitzer%netscape.com
d3c1cc965b fix for VC 5.0 build breakage. The next step, after the tree opens, is to remove the NS_DECLARE_ID(kI*) stuff. But this can be done later. kin has confirmed that this fixes the VC 5.0 build breakage. 1999-07-26 17:01:11 +00:00
scc%netscape.com
16e2ba6a23 explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs 1999-07-22 05:25:17 +00:00
ftang%netscape.com
281dc11835 fix composed hangule conversion and also add it to KS C 5601 conversion 1999-07-16 18:20:45 +00:00
ftang%netscape.com
02afed6d74 add new selector 1999-07-16 13:02:36 +00:00
ftang%netscape.com
679bfcf1cd fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
blizzard%redhat.com
268bb12140 Make sure this interface has a GetIID() method. Approved by Shaver. 1999-06-14 02:11:02 +00:00
ftang%netscape.com
2cf6b53c65 add new support for GL 1999-06-12 01:38:30 +00:00
ftang%netscape.com
c0ae575180 add functionality to uscan and ugen so we can add CNS11643 p3-7 into euc-tw 1999-06-10 12:56:33 +00:00
ftang%netscape.com
ec190031e7 add new scanner/generate type to support UCS2/4 1999-06-09 20:22:26 +00:00
ftang%netscape.com
fbb6fc9b7d add nsICharRepresentable.h and change nsIUnicodeEncodeHelper.h 1999-06-07 20:29:45 +00:00
ftang%netscape.com
f0c9ffa1f9 add nsICharRepresentable.h 1999-06-07 20:29:02 +00:00
ftang%netscape.com
cf4d1a8938 add MappingCache 1999-05-10 23:19:21 +00:00
ftang%netscape.com
dcb77da466 add nsIMappingCache.h to export list 1999-05-10 22:35:25 +00:00
ftang%netscape.com
7282d8729f add nsIMappingCache.h 1999-05-10 22:28:33 +00:00
ftang%netscape.com
3132cddea0 add progid 1999-05-10 22:22:01 +00:00
ftang%netscape.com
7a92a75add first add 1999-05-08 00:19:13 +00:00
cata%netscape.com
e644987e20 Deprecated methods deleted. 1999-04-19 21:15:09 +00:00
cata%netscape.com
db8fc54478 Method renamed for clarity. 1999-04-19 20:26:26 +00:00
cata%netscape.com
d73bfee1bc Decoder helper interface added. 1999-03-23 18:47:58 +00:00
cata%netscape.com
3ec6b4a4f7 Added new return codes. 1999-03-18 22:27:11 +00:00
cata%netscape.com
d0c8035a37 Multi table support added. 1999-03-11 22:36:40 +00:00
cata%netscape.com
5be9bf1043 Method param fixed. 1999-03-11 20:37:57 +00:00
ftang%netscape.com
d6f3e0c3a2 fix some interface probelm 1999-02-26 15:15:57 +00:00
alecf%netscape.com
4abb853003 fix HPUX bustage - don't put commas after last element in enum declaration 1999-02-25 19:45:44 +00:00
ftang%netscape.com
c9e99e509c add nsICharsetAlias.h interface 1999-02-25 19:21:25 +00:00
ftang%netscape.com
c19ea09b86 fix nsIPlatformCharset factory problem, add test cases for it. 1999-02-25 01:28:04 +00:00
cata%netscape.com
480a3a476d File removed. 1999-02-24 14:39:15 +00:00
cata%netscape.com
2d4c900419 nsIUnicodeEncodeHelper added. 1999-02-24 14:38:16 +00:00
cata%netscape.com
a61a838791 Interface complete. Cleaned. 1999-02-24 14:06:16 +00:00
mcafee%netscape.com
98b49d2d2f Solaris warning 1999-02-24 07:09:42 +00:00
cata%netscape.com
2a70ca1580 File deprecated. 1999-02-24 03:13:43 +00:00
cata%netscape.com
d6b92b214d File created. 1999-02-24 02:13:37 +00:00
ftang%netscape.com
c09c0b34f3 add nsIPlatformCharset.h 1999-02-23 09:46:58 +00:00
cyeh%netscape.com
8beb34efa7 change from using layout/config/rules.mak to using config/rules.mak 1999-02-18 01:52:09 +00:00
cata%netscape.com
cc64675d38 Return value name changed. 1999-02-18 00:53:27 +00:00
cata%netscape.com
7b12754017 More doc added and changed. 1999-02-12 19:24:08 +00:00
brade%netscape.com
07c421149d remove extra comma to remove warnings on Macintosh compiler 1999-02-03 22:57:36 +00:00
ftang%netscape.com
cf402a4b8c move kLatin1ToUnicodeCID from nsConverterCID.h to nsUCvLatinCID.h 1999-01-29 18:13:32 +00:00
cata%netscape.com
64c5987ad2 More methods added in the interface. 1999-01-27 18:03:59 +00:00
cata%netscape.com
519bf61974 Docs added. Changes in error codes. 1999-01-27 18:02:58 +00:00
ramiro%netscape.com
127039e271 Ignore generated files. 1999-01-22 06:33:54 +00:00
ftang%netscape.com
ba41dc36f1 First Checked In. 1999-01-16 00:29:00 +00:00
ftang%netscape.com
8d41d4b0cc make UNIX build and run 1999-01-14 10:28:18 +00:00
ftang%netscape.com
8ecdbda40a add ucvlatin, add cp1253, iso-8859-1, windows-1253 converter, change the nsIUnicodeDecodeUtil interface 1999-01-14 07:39:45 +00:00
ftang%netscape.com
f38f28d04a change module from intl to uconv, add utility files 1999-01-12 08:26:54 +00:00
ftang%netscape.com
02d67d0824 add unix makefile 1999-01-08 18:57:27 +00:00
cata%netscape.com
ecd5c41c43 first check in unicode converter. Didn't build on Mac/UNIX yet. Didn't hookup with main
build process yet.
1999-01-07 01:23:22 +00:00