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

2031 Коммитов

Автор SHA1 Сообщение Дата
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
alecf%netscape.com e315082c97 part of bug 100214 - turn on unicharutil_s on all platforms. r=cls (build-only change, and unicharutil_s is #if 0'd out) 2001-10-10 23:38:36 +00:00
dbaron%fas.harvard.edu 0b281a2ef6 Reduce construction of (expensive) nsAutoString objects at performance hotspots. r=jag sr=waterson b=102756 2001-10-10 05:00:36 +00:00
alecf%netscape.com 043f08a7ca oops, fix a typo in #if 0'ed out code 2001-10-09 23:43:25 +00:00
alecf%netscape.com cd82ef1d9e add 2nd operator() to prepare for future FindInReadable work in bug 100214
not part of build
2001-10-09 23:41:57 +00:00
alecf%netscape.com 0fcd318c44 #if 0 out some other code which will be turned on later
not part of build, will be reviewed for bug 100214
2001-10-08 22:16:22 +00:00
alecf%netscape.com a31832567e more updates for bug 100214:
- #if 0 out nsUnicharUtils.h
- implement case insensitive string compare
- add nsUnicharUtils.h to mac build
(none of this actually part of the build)
2001-10-08 21:59:13 +00:00
loadrunner%betak.net b8094aa4c3 bug 97171, startup perf- remove the need of loading of langGroups.properties files at startup time to speed up startup performance, r=ftang, sr=waterson 2001-10-08 09:02:57 +00:00
jaggernaut%netscape.com c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com bbc4678735 Bug 95906: browser reorders bookmarks randomly. Patch by Brian Stell <bstell@netscape.com>, r=jag, sr=brendan, a=Asa. 2001-10-05 10:57:11 +00:00
alecf%netscape.com bddb78b7cb - add some cheesy implementations of FindInReadable
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
2001-10-03 01:55:09 +00:00
alecf%netscape.com cde602de28 I don't know why this worked on my machine but not tinderbox.. removing old file reference 2001-10-02 22:09:09 +00:00
alecf%netscape.com 154e22efc7 Rest of fix for bug 102004 and bug 102085 - move UI-specific i18n code into xpfe. r=ftang, sr=shaver 2001-10-02 21:30:28 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
rbs%maths.uq.edu.au 91ce95633f add transliterator to GfxWin, b=33498. r=shanjian, sr=waterson 2001-10-02 02:57:34 +00:00
alecf%netscape.com b98e4bccf3 adding back dom for win32 bustage 2001-10-02 01:36:06 +00:00
alecf%netscape.com 15dc16ce25 huh, add back DOM on unix to fix requires bustage 2001-10-02 01:35:28 +00:00
alecf%netscape.com 38f144e3b6 get rid of some dumb dependencies for bug 102290 r=jag, sr=darinf 2001-10-02 01:05:42 +00:00
yokoyama%netscape.com 967faffac2 Bug 102041
Don't use the return error code from mAlias->Equals()
/r=ftang/harishd; /sr=shaver; /ptd=jaime
2001-10-01 20:53:56 +00:00
alecf%netscape.com 7f3e9d5db4 fix uconv depending on itself, r=cls part of bug 101761 2001-10-01 18:48:28 +00:00
bzbarsky%mit.edu 27a85339ae Make nsICharsetAlias::GetPreferred() and nsICharsetAlias::Equals() take
nsAStrings instead of nsStrings.  Bug 102096, r=ftang,jag. sr=shaver
2001-09-30 04:01:15 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
harishd%netscape.com 6cf7e21d1f 96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
alecf%netscape.com 510eaa64d1 oops, this was supposed to go in yesterday as a part of bug 200214, r=jag, sr=sfraser 2001-09-28 23:00:09 +00:00
alecf%netscape.com ea44c43226 add unix makefiles for unicharutil_s (not part of build!) 2001-09-26 21:06:46 +00:00
alecf%netscape.com 7c526d3b97 first cut at case-insensitive wrappers for ns*Strings - not part of build 2001-09-26 20:53:57 +00:00
alecf%netscape.com b570b3627a beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser 2001-09-26 20:26:14 +00:00
alecf%netscape.com c7840ee904 bug 101761 - clean up embed components so we can better understand REQUIRES r=cls 2001-09-26 20:17:35 +00:00
shanjian%netscape.com 1b097039d2 #8664 Debug messages in terminal window on Linux Japanese build.
r=bstell sr=waterson
2001-09-26 02:38:34 +00:00
gerv%gerv.net 6f48c5f805 License changes, take 2. Bug 98089. mozilla/intl/ (part 2). 2001-09-26 00:47:52 +00:00
gerv%gerv.net 1c6c9ed7c8 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 04bc2069f5 License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
cls%seawood.org 18739e6a1d Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.
Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls
2001-09-22 13:34:38 +00:00
yokoyama%netscape.com 9939444f4f Bug 97224
Adding a Unicode byte check in the UTF8 converter.
Checking in for ftang.
/r=yokoyama, /sr=waterson
2001-09-22 00:18:39 +00:00
shanjian%netscape.com 15155bec60 #99666 page is displayed as blank in certain situation
r=harishd, sr=rpotts
2001-09-21 02:38:37 +00:00