alecf%netscape.com
b1b8cad1cc
attempt to fix static build bustage
2001-10-26 20:10:44 +00:00
alecf%netscape.com
bef357d05e
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
91f782f06b
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
62ecde7383
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
abb5f8b703
Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com
2001-10-26 00:09:22 +00:00
seawood%netscape.com
d4f40a1eca
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
07901ffc2e
Changes for JA conversion tables, bug 54135, rs=ftang, rs=blizzard.
2001-10-24 23:57:50 +00:00
jaggernaut%netscape.com
8f26ef6202
Replace goto with if.
2001-10-24 09:29:54 +00:00
jaggernaut%netscape.com
029c9db977
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
2f4eac7c83
Attempt at fixing bustage for Mac OS X
2001-10-24 09:03:09 +00:00
jaggernaut%netscape.com
570994b279
BUg 103222: Spiff up nsICollation::CompareStrings string-fu, r=dbaron, sr=brendan
2001-10-24 08:15:57 +00:00
dougt%netscape.com
5fe12c09e7
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
c0114a1447
#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
fdb581ad21
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
f44a676b8c
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
47893d851f
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
7899bc02f0
add ToUpperCase/ToLowerCase for PRUnichar - not used yet.. for bug 100214
2001-10-22 21:23:01 +00:00
alecf%netscape.com
8f4c5f1454
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
e337eac4e8
99186 Remove acceptlanguage.properties from the build, r=tao, sr=blizzard
2001-10-20 04:55:21 +00:00
alecf%netscape.com
65caaca07a
for bug 100214, add some PRUnichar case routines, #if 0'ed out
2001-10-19 22:51:11 +00:00
loadrunner%betak.net
6b88613c05
bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard
2001-10-19 21:53:14 +00:00
dougt%netscape.com
da7e1268bd
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
6adad46381
#104518 CharDetNativeTest is not necessary
...
r=nhotta, sr=alecf
2001-10-16 14:23:44 +00:00
ftang%netscape.com
84f2798435
fix bustage. somehow I can compile but tinderbox cannot.
2001-10-16 14:10:21 +00:00
ftang%netscape.com
f32e210d7a
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
10ff159a07
fix 93985. add ISO-8859-16 . r=yokoyama sr=blizzard
2001-10-16 12:26:38 +00:00
ftang%netscape.com
1156f44116
add ISO-8859-16. create folder for different charsets
fix bug 93985
2001-10-16 12:25:55 +00:00
ftang%netscape.com
482d41c5d2
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
34fc404be7
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
f8fbd66d2b
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
0b2e73d509
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
511a787492
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
2dcf82b72b
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
alecf%netscape.com
50acc36854
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
17c923ff67
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
084f1a375b
remove old nsCharsetMenu, bug 102004
...
r=ftang, sr=shaver
2001-10-11 19:05:29 +00:00
bnesse%netscape.com
460d50e292
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
99c2cffa3f
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
36a3612553
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
765eb60417
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
d9c6cc4dce
oops, fix a typo in #if 0'ed out code
2001-10-09 23:43:25 +00:00
alecf%netscape.com
cb51588cc2
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
7638e29ef4
#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
bba93b4903
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
19ee307ca2
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
25694acfa3
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
jaggernaut%netscape.com
6d2f091e05
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
b30717ea97
- 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
e269105c44
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
a77042a8e0
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