shanjian%netscape.com
|
7bdc78192b
|
#110843 support unicode beyond BMP plane in Compressed charmap
r=bstell sr=brendan
|
2001-12-06 23:10:32 +00:00 |
nhotta%netscape.com
|
f0d38bf80d
|
Backout my last changes, need MacOSX change, need to change inline.
|
2001-12-06 21:36:44 +00:00 |
nhotta%netscape.com
|
2b9c07f79f
|
Added ASCII key support, bug 110837, r=shanjian, sr=sspitzer.
|
2001-12-06 21:12:58 +00:00 |
leaf%mozilla.org
|
99e99b9ff7
|
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
|
2001-12-05 03:43:29 +00:00 |
alecf%netscape.com
|
48ec5a5741
|
add nsConverterInputStream to factory now that all 3 platforms are updated
|
2001-11-30 22:58:36 +00:00 |
alecf%netscape.com
|
b97c3f6ef8
|
oops, export this file
|
2001-11-30 22:58:01 +00:00 |
alecf%netscape.com
|
6a1c30e7ef
|
Added files:
mozilla/intl/uconv/src/nsConverterInputStream.cpp
|
2001-11-30 22:57:55 +00:00 |
alecf%netscape.com
|
938730f121
|
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
|
d3a51cab3c
|
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
|
60dae22732
|
Backing out shanjian at his request to fix Linux orange.
|
2001-11-30 01:57:24 +00:00 |
shanjian%netscape.com
|
22a8021ff9
|
#support unicode beyond BMP plane in Compressed charmap
r=bstell, sr=brendan
|
2001-11-30 00:41:20 +00:00 |
yokoyama%netscape.com
|
8e16515477
|
Bug 112240
Add shift-jis alias
in a properties file
/r=shanjian
|
2001-11-29 00:24:13 +00:00 |
cathleen%netscape.com
|
4c24eb719c
|
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
|
ad306c5d35
|
just adding MOZ_COUNT_CTOR/DTOR - no functional changes
|
2001-11-27 06:27:13 +00:00 |
alecf%netscape.com
|
c4475fb016
|
just adding MOZ_COUNT_CTOR/DTOR - no functional code
|
2001-11-27 06:19:36 +00:00 |
nhotta%netscape.com
|
ab230b5142
|
Adding new files for Georgian charset GEOSTD8, bug 107533.
|
2001-11-26 22:58:02 +00:00 |
nhotta%netscape.com
|
d25487d391
|
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
|
ea80098fbf
|
Adding function timer. Only for timeline
|
2001-11-26 22:26:39 +00:00 |
nhotta%netscape.com
|
0c53a57e4f
|
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
|
6c5d70b08e
|
Removing unused files, check in for ftang, bug 108112, r=nhotta.
|
2001-11-21 23:45:26 +00:00 |
nhotta%netscape.com
|
44799db9f9
|
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
|
7c6dcabcd1
|
Adding Georgian charset GEOSTD8, bug 107533, r=nhotta, sr=brendan.
|
2001-11-21 23:18:56 +00:00 |
seawood%netscape.com
|
d8927fcc61
|
Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
|
2001-11-21 09:49:41 +00:00 |
seawood%netscape.com
|
9850f387af
|
Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
|
2001-11-21 08:55:59 +00:00 |
shanjian%netscape.com
|
073bc38e35
|
#62929 psm charset detector should tolerate char '\0'
r=yokoyama sr=brendan
|
2001-11-21 00:58:48 +00:00 |
timeless%mac.com
|
dfa8594725
|
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
|
9a2d10888f
|
Clean up REQUIRES lines. r/sr=alecf
|
2001-11-16 01:54:59 +00:00 |
rbs%maths.uq.edu.au
|
7dbdc3d8ec
|
transliterate ⁡ b=106780 r=shanjian sr=waterson
|
2001-11-14 22:44:19 +00:00 |
bstell%netscape.com
|
e50acc5da7
|
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
|
0dce65ed23
|
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
|
2839d2a5e8
|
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
|
f681efff7a
|
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
|
a9cc400a76
|
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
|
bef74eb6d0
|
report ui language and country code in test program (not part of client).
|
2001-11-09 22:57:30 +00:00 |
yokoyama%netscape.com
|
b1457cf946
|
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
|
0ca4154dbd
|
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
|
261f76a8ba
|
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
|
c0623fdbcd
|
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
|
6a4a9bff4f
|
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
|
2b832431c4
|
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
|
f16596bc75
|
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
|
9e3499664b
|
REQUIRES cleanup
|
2001-11-02 06:30:34 +00:00 |
alecf%netscape.com
|
d738ec4141
|
fix unix bustage.. I can't keep up... :(
|
2001-11-01 23:15:15 +00:00 |
alecf%netscape.com
|
50cf47c2a4
|
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
|
7ef3a33fd1
|
#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
|
3d4597dc3a
|
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
|
1b2bc0e330
|
#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
|
1a5050445f
|
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
|
1424f0401d
|
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
|
326f5a7696
|
oops this should be getService not createInstance
|
2001-10-30 08:03:08 +00:00 |