Commit Graph

1554 Commits

Author SHA1 Message Date
ftang%netscape.com
e9436cb583 fix bug 54841. zero out the first 128 bits of the representatble
r=sr=erik
2000-10-06 21:54:38 +00:00
ftang%netscape.com
5d38b7d1b9 fix bug 54468. r=cata sr=erik. add boundary condiction and return
different result code for those cases.
2000-10-06 21:54:00 +00:00
erik%netscape.com
eb6e201707 bug 54507; r=ftang; a=buster; complete the charset -> lang group table to
get the right fonts in layout (and to solve the assertion problem)
2000-10-04 22:10:13 +00:00
mkaply%us.ibm.com
68b25bccc6 #26962
r=nhotta, a=blizzard
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:13:05 +00:00
mkaply%us.ibm.com
4ceb01e811 #26962
r=nhotta, a=brendan
Change ToNewUnicode to GetUnicode to avoid memory allocations
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:11:55 +00:00
ftang%netscape.com
815ea07ade fix bug 33162. a=ftang
check in machine generate code
remove NEC japanese range
2000-09-22 01:03:39 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
waterson%netscape.com
7dc55680e8 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
mkaply%us.ibm.com
cd0ab7c8b2 OS/2 GCC Tinderbox bustage
Hopefully that last locale #define missing
2000-09-15 14:45:07 +00:00
mkaply%us.ibm.com
4356523db3 OS/2 GCC Tinderbox break
Another Locale #define missing from EMX
2000-09-15 10:33:50 +00:00
mkaply%us.ibm.com
3d31e907eb OS/2 GCC Tinderbox break
Locale #define missing from EMX
2000-09-15 03:53:14 +00:00
ftang%netscape.com
5e13bf880f fix bug 50864. remove umr r=nhotta 2000-09-14 23:10:06 +00:00
mkaply%us.ibm.com
8c858f7e7e #45263
r=mkaply, a=brendan
Code from samake - report locale to current and to use OS, not c runtime
2000-09-14 22:56:05 +00:00
mkaply%us.ibm.com
4ac5f72fc2 #45263
r=nhotta, a=brendan
Code from samake - report locale to current and to use OS, not c runtime
2000-09-14 22:52:17 +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
jdunn%netscape.com
7312330f97 Specify that the base class is indeed 'public' since some compilers (AIX)
assumes 'private'.  I ok'd each of these with the appropriate module
owners (see bug)

r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
cata%netscape.com
2ed53a6c76 Fix for bug #49102 a=ftang r=ftang 2000-09-12 21:45:59 +00:00
cata%netscape.com
9bbc8fc13b Fix for bug #45356 and lots of clean-up. 2000-09-08 23:45:56 +00:00
cls%seawood.org
273809641f General makefile cleaning for intl. Thanks to dbaron for pointing this out. 2000-09-07 02:38:55 +00:00
cata%netscape.com
d9a3ef6b01 Fix for bug #47347 r=ftang a=ftang. 2000-09-06 02:30:28 +00:00
cata%netscape.com
a0b88e8a8c Fix for bug #47341 r=ftang a=ftang. 2000-09-05 23:54:59 +00:00
ftang%netscape.com
996acc7b72 fix bug 49380 for Japanese. the change are generated by table tools. r=ftang 2000-09-05 20:43:29 +00:00
ftang%netscape.com
c9aac8bbd1 fix 50997. r=momoi@netscape.com add mk-mk 2000-09-05 18:23:46 +00:00
scc%mozilla.org
54af9b19ec fixing code that relied on implicit string construction 2000-09-02 23:25:46 +00:00
beard%netscape.com
03a1e3e87d fixing code that relied on implicit string construction. r=scc 2000-09-02 07:20:29 +00:00
nhotta%netscape.com
1b70a607ed Changed to get a webshell service through docshell, bug 50806, r=harishd. 2000-08-31 00:36:54 +00:00
ftang%netscape.com
a6c5970a07 better fix for 35004. thanks John G. Myer's patch. r=ftang 2000-08-29 23:48:34 +00:00
cata%netscape.com
45b495d6f7 Fixing a couple of warnings on Mac. 2000-08-29 23:29:58 +00:00
cata%netscape.com
1b3d97c7f4 Fix for bug #38645 a=ftang, r=nhotta. 2000-08-29 23:22:09 +00:00
ftang%netscape.com
9dc6da6cfc fix 35504. Do not change res if we already set a error code.
r=nhotta.
2000-08-28 23:31:07 +00:00
nhotta%netscape.com
47ec3c7fc3 Added a method to reset some states for a string detector, check in for ftang, bug 49411, r=nhotta. 2000-08-28 22:33:15 +00:00
ftang%netscape.com
74ba801f7a fix bug 49262. for Unicode to ISO-2022-JP. Use the JISx0201 GL table
so it won't generate JIS x0201 GR
r=nhotta
2000-08-26 04:15:34 +00:00
ftang%netscape.com
2eeda04d75 add JIS0201 GL table. We need this because ISO-2022-JP can only encode the GL
part of JIS0201. part of the fix of 49262. Not part of the build yet.
The table is machine generated, r=ftang
2000-08-25 08:56:17 +00:00
beard%netscape.com
2b91c47864 use QueryElementAt() to save space and time. r=hyatt 2000-08-24 01:02:58 +00:00
jgaunt%netscape.com
a60ab99074 fix HP( and other unix) bustage dealing with locale setting
bug #35480 r=tao@netscape.com
2000-08-24 00:50:13 +00:00
ftang%netscape.com
b9f6c59605 fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8 2000-08-21 23:51:59 +00:00
scc%mozilla.org
a63aed72e1 fixing code that relied on implicit string construction 2000-08-20 07:51:44 +00:00
scc%mozilla.org
3d657d890c fixing code that relied on implicit string construction 2000-08-19 21:22:45 +00:00
scc%mozilla.org
20b8f119b0 fixing code that relied on implicit string construction 2000-08-19 21:10:07 +00:00
ftang%netscape.com
86a7443013 add perl tool which convert CP932.TXT to a JIS0208 table 2000-08-17 00:07:54 +00:00
ftang%netscape.com
af90ec6184 fix bug 35166 and 41666. Change the conversion to use the source from CP932.TXT
so we can convert round trip correctly with the other direction
the table is generated by ufrom. r=ftang
2000-08-17 00:03:06 +00:00
ftang%netscape.com
5e19ee85a0 correct the spelling of jis_0208-1983 and jis_0212-1990 (extra x)
r=nhotta fix bug 49107
2000-08-17 00:01:31 +00:00
waterson%netscape.com
27922e76b8 Bug 47154. Treat '\\n' and '\\r' as whitespace, too. Also, use 'inline' instead of macros to avoid multiple argument evaluation. r=ftang 2000-08-16 01:08:43 +00:00
ftang%netscape.com
c133911748 fix bug 27906. Obsolete old Japanese converter to save some space. r=nhotta 2000-08-14 21:52:06 +00:00
nhotta%netscape.com
88e393b16f Disabled caching for encoders since they hold states, bug 48284, r=cata,ftang. 2000-08-11 20:13:31 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
cata%netscape.com
8dbca0b044 Fix for bug #28104. r=nhotta, a=ftang. 2000-08-08 22:45:36 +00:00
saari%netscape.com
4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
nhotta%netscape.com
993b5b9403 Change to call OS API with null argument for default locale, bug 39677, r=ftang. 2000-08-08 20:44:12 +00:00
ftang%netscape.com
d49b74c04f improve cjk detector by reduce the threshold and do no consider Big5 in the
statistic model .
2000-08-05 20:57:02 +00:00