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

2065 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com b4b39e9631 Get OS/2 building - we need GetDefaultCharsetForLocale 2001-12-08 17:56:48 +00:00
jaggernaut%netscape.com a6fc84e4ec Attempt at fixing OS/2 bustage 2001-12-08 15:16:23 +00:00
jaggernaut%netscape.com 83839f350e BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst 2001-12-08 07:08:38 +00:00
yokoyama%netscape.com f592983723 Bug 110486
Removing NSGetFactory from UCONV
/r=shanjian; /sr=brendan
2001-12-08 00:25:28 +00:00
shanjian%netscape.com f9401691bd #110843 support unicode beyond BMP plane in Compressed charmap
r=bstell sr=brendan
2001-12-06 23:10:32 +00:00
nhotta%netscape.com 9e4b970167 Backout my last changes, need MacOSX change, need to change inline. 2001-12-06 21:36:44 +00:00
nhotta%netscape.com 5417231b23 Added ASCII key support, bug 110837, r=shanjian, sr=sspitzer. 2001-12-06 21:12:58 +00:00
leaf%mozilla.org 8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
alecf%netscape.com f350bfb23b add nsConverterInputStream to factory now that all 3 platforms are updated 2001-11-30 22:58:36 +00:00
alecf%netscape.com 6acf466f17 oops, export this file 2001-11-30 22:58:01 +00:00
alecf%netscape.com 21a7877d01 Added files: mozilla/intl/uconv/src/nsConverterInputStream.cpp 2001-11-30 22:57:55 +00:00
alecf%netscape.com 61e447775a other part of bug 11053, move ConverterInputStream into uconv from xpcom, sr=darin r=dougt 2001-11-30 22:50:27 +00:00
alecf%netscape.com 94c1b65a41 bug 110531 and bug 108285 - move ConverterInputStream into uconv and out of xpcom. sr=darin, r=dougt 2001-11-30 22:48:47 +00:00
dbaron%fas.harvard.edu 405859fe7e Backing out shanjian at his request to fix Linux orange. 2001-11-30 01:57:24 +00:00
shanjian%netscape.com 4a4b2f6c1e #support unicode beyond BMP plane in Compressed charmap
r=bstell,  sr=brendan
2001-11-30 00:41:20 +00:00
yokoyama%netscape.com bd68de744c Bug 112240
Add shift-jis alias
in a properties file
/r=shanjian
2001-11-29 00:24:13 +00:00
cathleen%netscape.com 51222e2da0 fix bustage in win32 static build, and also it's run-time err, unable to get
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
alecf%netscape.com 40b8f97313 just adding MOZ_COUNT_CTOR/DTOR - no functional changes 2001-11-27 06:27:13 +00:00
alecf%netscape.com f39a8c57c2 just adding MOZ_COUNT_CTOR/DTOR - no functional code 2001-11-27 06:19:36 +00:00
nhotta%netscape.com 51495897cb Adding new files for Georgian charset GEOSTD8, bug 107533. 2001-11-26 22:58:02 +00:00
nhotta%netscape.com a12e996995 Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan. 2001-11-26 22:57:11 +00:00
dp%netscape.com febdeb1293 Adding function timer. Only for timeline 2001-11-26 22:26:39 +00:00
nhotta%netscape.com 62734dcaf7 Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan. 2001-11-21 23:48:08 +00:00
nhotta%netscape.com d94f9cdbdd Removing unused files, check in for ftang, bug 108112, r=nhotta. 2001-11-21 23:45:26 +00:00
nhotta%netscape.com 128b626579 Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan. 2001-11-21 23:40:05 +00:00
nhotta%netscape.com 9bd48b50c5 Adding Georgian charset GEOSTD8, bug 107533, r=nhotta, sr=brendan. 2001-11-21 23:18:56 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
shanjian%netscape.com 5e7783a929 #62929 psm charset detector should tolerate char '\0'
r=yokoyama sr=brendan
2001-11-21 00:58:48 +00:00
timeless%mac.com 060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
jaggernaut%netscape.com ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
rbs%maths.uq.edu.au 9f6ebddafe transliterate ⁡ b=106780 r=shanjian sr=waterson 2001-11-14 22:44:19 +00:00
bstell%netscape.com 228e9414f1 bug 102515: fix assertion from previous patch
checkin for mailto:andreas.otte@debitel.net,
r=bstell@netscape.com, sr=blizzard@mozilla.org
2001-11-14 22:40:47 +00:00
bzbarsky%mit.edu f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
smontagu%netscape.com 1c0ff2510c Change the definition of IS_ARABIC_ALPHABETIC to correct the display of Persian and Urdu numerals. Bug 82347, r=mkaply, sr=kin 2001-11-14 01:26:21 +00:00
bstell%netscape.com b24d11d0c7 follow up for bug 102113, per Brendan's request
change the name from dummy to align, no other change
2001-11-13 07:36:38 +00:00
bstell%netscape.com aea448c885 bug 102133: fix 64 bit solaris crash
r=shanjian@netscape.com, sr=brendan@mozilla.org
2001-11-10 04:20:55 +00:00
tao%netscape.com 648538ee00 report ui language and country code in test program (not part of client). 2001-11-09 22:57:30 +00:00
yokoyama%netscape.com 1c8e8f1f3d Bug 108712
ISO-8859-16 and Korean (ISO-2022-KR) menu
appears in the wrong submenu.
/r=nhotta; /a=asa
2001-11-08 23:05:30 +00:00
yokoyama%netscape.com 3b99a0da62 Bug 108712
ISO-8859-16 and Korean (ISO-2022-KR) menu
appears in the wrong submenu.
/r=nhotta; /a=asa
2001-11-08 22:57:29 +00:00
dbaron%fas.harvard.edu 8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
loadrunner%betak.net b3fffe7919 bug 97175 startup perf- remove the need of loading of charsetalias.properties files at startup, r=nhotta, sr=kin 2001-11-07 00:06:43 +00:00
alecf%netscape.com cecb3a7e32 fix for bug 108314 - fix crash in nsStringBundle::GetSimpleEnumeration by loading the string bundle before starting the enumeration
sr=blake
(simple fix, no r= because I wanted to get this in before the smoktests monday)
2001-11-05 02:33:16 +00:00
jaggernaut%netscape.com 3f00f5a8dc Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-03 05:46:51 +00:00
alecf%netscape.com 75dcad1127 REQUIRES cleanup 2001-11-02 06:30:34 +00:00
alecf%netscape.com 5f5504a919 fix unix bustage.. I can't keep up... :( 2001-11-01 23:15:15 +00:00
alecf%netscape.com 52c25cf1e0 bug 76944 - lazy loading of string bundles.
While I'm there, do massive cleanup of string usage to avoid excess copying
also remove ns*AcceptLang on recommendation of tao
r=tao, sr=dveditz
2001-11-01 22:46:39 +00:00
mkaply%us.ibm.com 105569b7bf #95860
r=timeless, sr=blizzard
Add x-mac-hebrew and x-mac-arabic to charset lists so they actually work
2001-11-01 05:25:43 +00:00
bstell%netscape.com b72a5ca614 checkin for fcrozat@mandrakesoft.com
bug 102516 recognize @euro locales
r=bstell@netscape.com, sr=blizzard
2001-11-01 00:21:01 +00:00
mkaply%us.ibm.com a65bba2b78 #97235
r=mkaply,r=maha sr=blizzard
Code from Roozbeh Pournader - get extended Arabic letters to join so Persian works
2001-10-31 05:00:06 +00:00
dougt%netscape.com 20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
alecf%netscape.com feb1ba58fa bump max string bundles in cache up to 16 from 10, since thats how many are created on startup 2001-10-30 08:48:49 +00:00
alecf%netscape.com 0758129bf6 oops this should be getService not createInstance 2001-10-30 08:03:08 +00:00
alecf%netscape.com ee9a106589 Back out my backout, now that mac seems to be fixed 2001-10-30 03:39:18 +00:00
alecf%netscape.com acc45c0027 Back out my checkin because !(*@3 PSM is screwed. 2001-10-30 02:41:48 +00:00
alecf%netscape.com 0307c79aff bug 100214 - Remove string dependency on XPCOM routines that depend on unicharutil, r=jag sr=scc 2001-10-29 23:16:23 +00:00
mkaply%us.ibm.com d9332adf71 OS/2 TB bustage - accidentally checked in wrong version 2001-10-29 17:57:08 +00:00
mkaply%us.ibm.com 1d00d92545 #107261
r=mkaply, sr=blizzard (Totally OS/2 only change)
OS/2 only - If creating the Unicode locale fails, just use en_US - this always works
Also fix a possible failure case only leak
2001-10-29 14:40:41 +00:00
mkaply%us.ibm.com 37b65e6200 #107261
r=mkaply, sr=blizzard
If creating the Unicode locale fails, just use en_US - this always works
2001-10-29 14:38:48 +00:00
mkaply%us.ibm.com f283440d41 #107296
r=cls
Use SHARED_LIBRARY_LIBS so that dependent building works correctly
2001-10-29 14:31:33 +00:00
sfraser%netscape.com 72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
alecf%netscape.com 4854990538 attempt to fix static build bustage 2001-10-26 20:10:44 +00:00
alecf%netscape.com 491fe6b2bd Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
alecf%netscape.com 8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
alecf%netscape.com 2620d4d937 fix some more stuff for bug 100214, sr=scc, r=jag
get rid of ToUpper() call, since it just calls into mCaseConversion anyway
2001-10-26 02:32:46 +00:00
dougt%netscape.com 8e3200f084 Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com 2001-10-26 00:09:22 +00:00
seawood%netscape.com 0b8d38b7f6 Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
nhotta%netscape.com fdd21a8890 Changes for JA conversion tables, bug 54135, rs=ftang, rs=blizzard. 2001-10-24 23:57:50 +00:00
jaggernaut%netscape.com 34a23fd8e5 Replace goto with if. 2001-10-24 09:29:54 +00:00
jaggernaut%netscape.com 31693ca5f9 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-24 09:22:08 +00:00
jaggernaut%netscape.com fd3b251e94 Attempt at fixing bustage for Mac OS X 2001-10-24 09:03:09 +00:00
jaggernaut%netscape.com 536285092a BUg 103222: Spiff up nsICollation::CompareStrings string-fu, r=dbaron, sr=brendan 2001-10-24 08:15:57 +00:00
dougt%netscape.com b5ba390898 Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527 2001-10-23 01:37:21 +00:00
shanjian%netscape.com fda190543a #102706 change nsFontMetricsWin.cpp to use nsCompressedCharMap
r=rbs sr=attinasi

Most of the charmap were replaced by compressed charmap, only very few
left for direct operation. Some optimization also get in as problem
found when testing this patch.
2001-10-22 23:20:24 +00:00
dougt%netscape.com 0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
loadrunner%betak.net ca2ba5f6c5 bug 97174 startup perf- remove the need of loading of wincharset.properties files at startup time to speed up, r=nhotta, sr=sfraser 2001-10-22 21:52:16 +00:00
alecf%netscape.com f9fc366850 ack! how'd that get yanked? backing out part of my previous checkin, never should have landed 2001-10-22 21:25:14 +00:00
alecf%netscape.com 09d227c607 add ToUpperCase/ToLowerCase for PRUnichar - not used yet.. for bug 100214 2001-10-22 21:23:01 +00:00
alecf%netscape.com c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
loadrunner%betak.net 5b0883d265 99186 Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-20 04:55:21 +00:00
alecf%netscape.com f472ded118 for bug 100214, add some PRUnichar case routines, #if 0'ed out 2001-10-19 22:51:11 +00:00
loadrunner%betak.net a9bf48f606 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 21:53:14 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
shanjian%netscape.com 158c90b927 #104518 CharDetNativeTest is not necessary
r=nhotta, sr=alecf
2001-10-16 14:23:44 +00:00
ftang%netscape.com 7871c0cda4 fix bustage. somehow I can compile but tinderbox cannot. 2001-10-16 14:10:21 +00:00
ftang%netscape.com 6ef80c3db6 fix bug 95282. Add unicode based collation code for Mac OS X. r=nhotta sr=sfraser 2001-10-16 12:30:44 +00:00
ftang%netscape.com 05350eb94a fix 93985. add ISO-8859-16 . r=yokoyama sr=blizzard 2001-10-16 12:26:38 +00:00
ftang%netscape.com 5fd6168949 add ISO-8859-16. create folder for different charsets fix bug 93985 2001-10-16 12:25:55 +00:00
ftang%netscape.com 64b1d76d45 check in 93985. add ISO-8859-16 converter
r= yokoyama sr= blizzard (rs)
2001-10-16 12:06:22 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
jshin%mailaps.org 7db51122d8 r=yokoyama@netscape.com sr=brendan@mozilla.org
fix bug 7964 : Add ISO-2022-KR decoder (to Unicode) Korean emails.
Encoder is NOT included since ISO-2022-KR should not be used for
outgoing emails.
2001-10-13 07:27:30 +00:00
jshin%mailaps.org 32144d8961 r=yokoyama@netscape.com sr=brendan@mozilla.org
fix bug 7964 : Add ISO-2022-KR decoder (to Unicode) for
Korean emails. Encoder is NOT included since ISO-2022-KR should
not be used for outgoing emails.
2001-10-13 07:22:27 +00:00
alecf%netscape.com bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
dbaron%fas.harvard.edu a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
alecf%netscape.com 930480f399 return the right count from write(), so that ToLower() actually terminates
(#if 0'ed out code)
2001-10-12 00:01:19 +00:00
alecf%netscape.com 11687588c1 bug 104122 - add case-insensitive comparison to nsICaseCompare for speedy in-module string comparisons
r=jag, sr=shaver
2001-10-11 21:42:28 +00:00
alecf%netscape.com 32b4d8b632 remove old nsCharsetMenu, bug 102004
r=ftang, sr=shaver
2001-10-11 19:05:29 +00:00
bnesse%netscape.com 48459ba0e9 Remove nsCharsetMenu.cpp from mac build. Bug 102004. r=ftang, sr=shaver. Checking in for alecf. 2001-10-11 19:00:50 +00:00
nhotta%netscape.com a267dba9f7 Moved .property file loading out from contructor, avoid loading .property file for some regions, bug 97172, r=ftang, sr=sfraser. 2001-10-11 18:35:50 +00:00