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

141 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net e61b2be88e License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
gerv%gerv.net 2a80f3fea9 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org da68f3ed78 bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
bstell%netscape.com b2ec2f83c5 bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,

Define the size of a PRUint32 char map, aka: 8K char map
2001-09-19 02:49:05 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
yokoyama%netscape.com 80b117b0db Bug 88944 for jshin. r=ftang sr=blizzard@mozilla.org
adding converter support for x-windows-949 and x-johab
2001-07-18 21:49:21 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mkaply%us.ibm.com 655763ce96 #88486
r=pavlov, sr=blizzard
Some pages crash in font code
2001-07-03 14:04:03 +00:00
cls%seawood.org 589a862e51 Renamed DEBUG_PRINTF to UCONV_DEBUG_PRINTF to avoid conflict in gfx/src/gtk that breaks some compilers (hpux).
Bug #78648
2001-07-02 01:17:30 +00:00
cls%seawood.org c3ad4e117a Wrap fprintfs in DEBUG ifdefs
Bug #78648 r=nhotta
2001-07-01 23:38:55 +00:00
bstell%netscape.com 5f7b854f33 bug 16688, r=ftang@netscape.com, sr=blizzard@mozilla.org
support macro for:
  if fixed length conversion buffer too short malloc
2001-06-29 07:10:45 +00:00
ftang%netscape.com 0f99bee261 add new macro. fix bug 80772. r/sr=notyet 2001-05-15 12:31:30 +00:00
kandrot%netscape.com d5ca27bbb0 Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775 2001-05-14 06:30:56 +00:00
ftang%netscape.com 15b789526b fix 79273
add GB18030 4 byte support into the unicode conversion engine.
r=bstell sr=blizzard@mozilla.org
2001-05-09 11:32:22 +00:00
erik%netscape.com 0b6e4b1cf7 checkin for bstell@netscape.com:
bug 54000; r=ftang@netscape.com, sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add NS_ERROR_USING_FALLBACK_LOCALE
2001-04-03 06:03:59 +00:00
ftang%netscape.com 27e7f3fa21 fix 71489
Add johab document encoding support
Currently the convert from johab to unicode part is #if 0 since
we didn't have a way to test it.
r=bstell sr=erik
2001-03-30 03:03:14 +00:00
shaver%mozilla.org 89c833fb49 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 2578dfbf20 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 4189314fdb 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 6e35f97e31 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 6cc70ebd6c 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 b3a8405fb4 Fixing bustage. 2000-05-03 23:57:00 +00:00
cata%netscape.com a4d529f2e7 Cleanup. Removing obsolete and unused code. 2000-05-03 23:10:27 +00:00
nhotta%netscape.com dd5c2ad922 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 6c441bce14 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 33ce2d4e90 changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
jdunn%netscape.com 3baa51359e 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 ad7c25874a Adding new API for listing the available charset detectors. r=erik 2000-02-16 01:14:25 +00:00
dveditz%netscape.com b63a6438b1 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 e93736cb77 fix 22921. reviewed by dp,cata,jbetak change module code to use macro 2000-02-08 06:21:17 +00:00
cata%netscape.com 2f9cc254a0 Adding API to map charset name to language. bug #26240 r=erik 2000-02-02 23:54:18 +00:00
cata%netscape.com b2b8a83d2b Adding new API. r=ftang 2000-02-02 04:23:47 +00:00
cata%netscape.com 9abc15ef20 Bug #3941. r=naoki Adding access APIs to the converter managers data. 2000-01-15 01:44:21 +00:00
ftang%netscape.com 37c91dade9 Add CID in #define in additional to declare 2000-01-08 00:41:43 +00:00
ftang%netscape.com ba1450b574 add two more selector 2000-01-04 22:55:53 +00:00
cata%netscape.com 6b0e23a664 Cleanup time: remove unused interface from build. 1999-12-04 19:59:28 +00:00
cata%netscape.com 5d2775fd71 Cleanup time: remove unused interface from build. 1999-12-04 19:37:29 +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
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
briano%netscape.com 903d52c236 General cleanup. 1999-09-11 03:07:11 +00:00
cata%netscape.com dd819d6f04 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
cata%netscape.com 8c29847ecc Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
tague%netscape.com 74448e55a6 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 5f56f0bd7c fix bug 10674. Typo in progid 1999-08-09 14:56:47 +00:00
sspitzer%netscape.com 8c4885338a 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 12c243677f 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 9f87989a90 fix composed hangule conversion and also add it to KS C 5601 conversion 1999-07-16 18:20:45 +00:00
ftang%netscape.com 4fd7208de5 add new selector 1999-07-16 13:02:36 +00:00
ftang%netscape.com cb292b0d27 fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
blizzard%redhat.com 28a0762bf4 Make sure this interface has a GetIID() method. Approved by Shaver. 1999-06-14 02:11:02 +00:00
ftang%netscape.com fd8d777119 add new support for GL 1999-06-12 01:38:30 +00:00
ftang%netscape.com 4da807248e 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 a89254bbd3 add new scanner/generate type to support UCS2/4 1999-06-09 20:22:26 +00:00
ftang%netscape.com d1bec3a8d8 add nsICharRepresentable.h and change nsIUnicodeEncodeHelper.h 1999-06-07 20:29:45 +00:00
ftang%netscape.com 8f87d0479e add nsICharRepresentable.h 1999-06-07 20:29:02 +00:00
ftang%netscape.com 8778c716bc add MappingCache 1999-05-10 23:19:21 +00:00
ftang%netscape.com 18a4e1c7d5 add nsIMappingCache.h to export list 1999-05-10 22:35:25 +00:00
ftang%netscape.com 337271a5e6 add nsIMappingCache.h 1999-05-10 22:28:33 +00:00
ftang%netscape.com 0428ea516b add progid 1999-05-10 22:22:01 +00:00
ftang%netscape.com a56d6c9c54 first add 1999-05-08 00:19:13 +00:00
cata%netscape.com a800a1ee88 Deprecated methods deleted. 1999-04-19 21:15:09 +00:00
cata%netscape.com 517cab269c Method renamed for clarity. 1999-04-19 20:26:26 +00:00
cata%netscape.com b1d3b454c6 Decoder helper interface added. 1999-03-23 18:47:58 +00:00
cata%netscape.com 2f47c85e79 Added new return codes. 1999-03-18 22:27:11 +00:00
cata%netscape.com 5cfa0d6538 Multi table support added. 1999-03-11 22:36:40 +00:00
cata%netscape.com cbfe722be5 Method param fixed. 1999-03-11 20:37:57 +00:00
ftang%netscape.com 881d7376b6 fix some interface probelm 1999-02-26 15:15:57 +00:00
alecf%netscape.com 84977304f8 fix HPUX bustage - don't put commas after last element in enum declaration 1999-02-25 19:45:44 +00:00
ftang%netscape.com 48a2d50f33 add nsICharsetAlias.h interface 1999-02-25 19:21:25 +00:00
ftang%netscape.com d9b4d4eec8 fix nsIPlatformCharset factory problem, add test cases for it. 1999-02-25 01:28:04 +00:00
cata%netscape.com 371e446350 File removed. 1999-02-24 14:39:15 +00:00
cata%netscape.com 8d3bfad2cd nsIUnicodeEncodeHelper added. 1999-02-24 14:38:16 +00:00
cata%netscape.com 0c4e86ccef Interface complete. Cleaned. 1999-02-24 14:06:16 +00:00
mcafee%netscape.com 07bc99676f Solaris warning 1999-02-24 07:09:42 +00:00
cata%netscape.com bc2a2e34d4 File deprecated. 1999-02-24 03:13:43 +00:00
cata%netscape.com 09c4d546c8 File created. 1999-02-24 02:13:37 +00:00
ftang%netscape.com bd68e2050c add nsIPlatformCharset.h 1999-02-23 09:46:58 +00:00
cyeh%netscape.com 5f74d78397 change from using layout/config/rules.mak to using config/rules.mak 1999-02-18 01:52:09 +00:00
cata%netscape.com 39a4c9e83a Return value name changed. 1999-02-18 00:53:27 +00:00
cata%netscape.com 91b5a2cbe3 More doc added and changed. 1999-02-12 19:24:08 +00:00
brade%netscape.com d6bbfa484b remove extra comma to remove warnings on Macintosh compiler 1999-02-03 22:57:36 +00:00
ftang%netscape.com 3d8a57a62a move kLatin1ToUnicodeCID from nsConverterCID.h to nsUCvLatinCID.h 1999-01-29 18:13:32 +00:00
cata%netscape.com f387a1eed5 More methods added in the interface. 1999-01-27 18:03:59 +00:00
cata%netscape.com 6bb1ba9ba6 Docs added. Changes in error codes. 1999-01-27 18:02:58 +00:00
ramiro%netscape.com 0d5aa093e0 Ignore generated files. 1999-01-22 06:33:54 +00:00
ftang%netscape.com cd57cede8d First Checked In. 1999-01-16 00:29:00 +00:00
ftang%netscape.com a3fff36efa make UNIX build and run 1999-01-14 10:28:18 +00:00
ftang%netscape.com 6da5d16514 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 6d6b9bc555 change module from intl to uconv, add utility files 1999-01-12 08:26:54 +00:00
ftang%netscape.com e715a6ca3f add unix makefile 1999-01-08 18:57:27 +00:00
cata%netscape.com 9f95339189 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