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

385 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl f4edb65ad4 bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
nhotta%netscape.com b769c9aa44 Changed to duplciate tm record to avoid the memory to be disturbed by following usage of localtime(),
r=bstell,jelwell, sr=erik.
2001-03-23 23:38:14 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
nhotta%netscape.com 1bb45c48ea Enabled Lithuanian, Latvian, Estonian, Hebrew, Esperanto, bug 62578, r=tao, sr=erik. 2001-03-08 22:47:41 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
erik%netscape.com 6e87dc4b26 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
make the (Unix) XP locale parse return the XP version
rework the locale string parsing code to handle variable
length language codes
2001-03-01 01:06:30 +00:00
erik%netscape.com b5886eca60 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_TIME
and save the platform locale under
   NSILOCALE_TIME##PLATFORM
2001-03-01 01:03:23 +00:00
erik%netscape.com fc234c55f3 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_COLLATE
and save the platform locale under
   NSILOCALE_COLLATE##PLATFORM
2001-03-01 01:01:10 +00:00
erik%netscape.com f47d426ea2 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
store both the XP and Unix platform specific local
save the platform locale under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_COLLATE
and save the platform locale under
   NSILOCALE_COLLATE##PLATFORM
2001-03-01 00:58:35 +00:00
erik%netscape.com 6d87aeaa54 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
add a "zh" Chinese language group in addition to zh-CN or zn-TW
2001-03-01 00:52:28 +00:00
erik%netscape.com 202a6a329f checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
add defines for language/country/extra/locale buffer lenghts
2001-03-01 00:49:31 +00:00
nhotta%netscape.com 87c672b401 Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik. 2001-02-27 23:33:47 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
nhotta%netscape.com cee5e4461c Changed to cache unicode decoder, bug 68826, r=yokoyama, sr=erik. 2001-02-22 23:27:53 +00:00
nhotta%netscape.com dac2cb33da Changed to use OS API to convert to unicode, bug 68826, r=yokoyama, sr=erik. 2001-02-22 23:27:11 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
nhotta%netscape.com cbc4c7b484 Removed two functions from nsICollation which use nsString, r=mkaply@us.ibm.com, sr=sspitzer. 2001-02-16 22:10:35 +00:00
nhotta%netscape.com ac735f540f Changed the class to cache unicode converter to avoid extra createinstances, bug 68075, r=yokoyama, sr=erik. 2001-02-14 00:02:45 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
ftang%netscape.com a2a345d205 add nsFontPackage for font downloading trigger code. sr=erik 2001-02-06 12:40:23 +00:00
ftang%netscape.com 379776ed20 add nsFontPackage.cpp to implement interface for font downloading sr=erik 2001-02-06 12:38:09 +00:00
ftang%netscape.com 5bec4d45f3 add font download interfaces . sr=erik 2001-02-06 12:37:10 +00:00
ftang%netscape.com 246c0982ee add font download interface sr=erik 2001-02-06 12:35:41 +00:00
ftang%netscape.com 7810e9c086 rename aReloadPages to aRedrawPages according to erik's review comment
sr=erik
not part of the build yet.
2001-02-06 02:50:07 +00:00
ftang%netscape.com 5f0e58f384 not part of the build yet
check in support class for "font download" work
sr=erik
2001-02-06 02:34:46 +00:00
ftang%netscape.com 0469e26b01 not part of the build yet
check in interface for "font download" work.
sr=erik
2001-02-06 02:33:52 +00:00
nhotta%netscape.com 73750704a3 Changed to use NS_IMPL_THREADSAFE_ISUPPORTS1, patch by dougt, bug 61558, r=nhotta, sr=mscott. 2001-01-25 21:03:18 +00:00
mkaply%us.ibm.com 551680c10f #59257
r=mkaply, a=blizzard
First checkin for jjones - fix collation code for OS/2
2001-01-25 05:33:04 +00:00
dbaron%fas.harvard.edu 227d523f0b Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 20:31:08 +00:00
dbaron%fas.harvard.edu 9a4447d4bb Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 19:00:35 +00:00
nhotta%netscape.com 5702ed2c8c Changed locale string parse code not to set country if the locale string is country+encoding and no country code,
check in for katakai@japan.sun.com, bug 60954, r=nhotta, sr=alecf.
2000-12-12 22:21:02 +00:00
mkaply%us.ibm.com cec3e58174 EMX build break 2000-12-11 21:38:49 +00:00
mkaply%us.ibm.com 65956840c2 #56767
r/a=cls,leaf
Remove XP_PC - use XP_WIN or XP_OS2 explicitly
2000-11-29 23:28:04 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com b12bf93a66 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +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
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
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
cls%seawood.org 273809641f General makefile cleaning for intl. Thanks to dbaron for pointing this out. 2000-09-07 02:38:55 +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