Commit Graph

576 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
8395704c18 #238642
r=pedemont, sr=blizzard (platform specific code), a=mkaply
OS/2 only - Better handling of error conditions in locale code.
2004-03-25 20:19:44 +00:00
cbiesinger%web.de
e7bb4e5165 Bug 233631 GetApplicationLocale should not be used with FormatTime methods in order to support user's customisation (OS X is affected)
patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru>
mailnews part: r=mscott intl part: r=jshin both: sr=roc a=chofmann
2004-03-16 21:55:11 +00:00
timeless%mozdev.org
6156ea37f5 Bug 163665 cleanup nsScriptableDateFormat::FormatDateTime
r=jshin sr=roc
2004-02-25 15:58:18 +00:00
mkaply%us.ibm.com
568fef0439 #235410
r=pedemont, sr=blizzard (platform specific code)
Fix locale object leak
2004-02-24 23:29:50 +00:00
tor%cs.brown.edu
bbf2ef596f Bug 208314 - remove use of iostreams to allow building with compilers
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
jshin%mailaps.org
299cdca3f0 bug 230210: add High Sorbian (hsb) to the language list r=smontagu, sr=blizzard 2004-01-28 06:15:35 +00:00
dbaron%dbaron.org
19d4b2a4ae Back out last change jshin made. Fixing bustage. b=224546 2003-12-03 07:46:19 +00:00
jshin%mailaps.org
dd11ab57c2 bug 224546 : Change Win 'Regional Settings' -> lose button functions & text : additional 'const' to type definition (missed in the first check-in) per dbaron's review comment 2003-12-03 06:11:03 +00:00
jshin%mailaps.org
86705342d9 bug 224546 : Change Win 'Regional Settings' -> lose button functions & text (r=smontagu, sr=dbaron, a=asa) 2003-12-03 06:07:13 +00:00
timeless%mozdev.org
83aaa7105e Bug 224127 warning: `int posix_locale_category[6]' defined but not used in nsLocaleService.cpp
r=smontagu sr=peterv
2003-11-05 21:12:10 +00:00
peter%propagandism.org
f9f591a28f Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
jshin%mailaps.org
eaa30cd46a bug 195093 : fix a typo (eu-US --> en-US) (thanks to tor who noticed it in bug 153586) 2003-10-31 01:26:42 +00:00
jshin%mailaps.org
11fab1cc62 bug 195093 : fix another mac bustage : add a missing '}' and a return statement 2003-10-30 07:16:08 +00:00
jshin%mailaps.org
93a2aa0347 bug 195093 : fix os2 bustage 2003-10-30 06:52:39 +00:00
jshin%mailaps.org
3c987a6ff2 bug 195093 : fix another mac bustage 2003-10-30 06:43:37 +00:00
jshin%mailaps.org
fb429e643d bug 195093 : os2 bustage fix 2003-10-30 06:14:54 +00:00
jshin%mailaps.org
4b335a14cb bug 195093 : fix Mac bustage 2003-10-30 06:07:48 +00:00
jshin%mailaps.org
6ece9f55bf bug 195093 : modernize nsILocale (r=smontagu, sr=darin) 2003-10-30 05:04:45 +00:00
neil%parkwaycc.co.uk
920c108c8b Checking in reviewed attachment rather than obsolete attachment to bug 222524 2003-10-17 09:06:13 +00:00
neil%parkwaycc.co.uk
2eacfbcae1 Bug 222524 CompareRawSortKey should be null-safe r=smontagu sr=bienvenu 2003-10-17 08:19:58 +00:00
cls%seawood.org
5c61023297 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-07 20:39:25 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
mkaply%us.ibm.com
9a7c290d71 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-15 21:33:41 +00:00
bsmedberg%covad.net
0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
jshin%mailaps.org
cd6feee343 bug 152264 : add zh-HK langGroup so that fonts can be specified separately for zh-HK and zh-TW langGroups (r=katakai, sr=blizzard). L10N changes included. 2003-09-11 12:01:08 +00:00
bryner%brianryner.com
7171f28ff4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:24:21 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
bienvenu%nventure.com
835f69ff50 fix 214048 mail account sorting horked in folder pane r=neil.parkway, sr=mscott 2003-07-28 20:40:57 +00:00
mkaply%us.ibm.com
64e95ac459 OS/2 bustage - need to include nsCRT.h 2003-07-25 04:32:51 +00:00
neil%parkwaycc.co.uk
3c13697faf Fix bug 207634 bustage - checked in wrong version of mac changes 2003-07-24 21:56:54 +00:00
neil%parkwaycc.co.uk
e7c585c091 Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer 2003-07-24 20:31:35 +00:00
jaggernaut%netscape.com
4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
jshin%mailaps.org
c1c03f8f14 bug 195093 : modernize |GetDefaultCharsetForLocale| (use nsACString). r=darin, sr=bz 2003-07-22 23:46:38 +00:00
mkaply%us.ibm.com
1a38ab2d00 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
dbaron%dbaron.org
41a72493a2 Remove unused files. b=211173 r=smontagu sr=bryner 2003-07-09 00:07:25 +00:00
neil%parkwaycc.co.uk
6741a52ed1 Bug 209661 remove unnecessary NS_LITERAL_CSTRING( with ).get() r=jag sr=alecf 2003-06-18 14:31:45 +00:00
sspitzer%netscape.com
e904c459d5 fix for bug #178183
Cancel button inoperative on "Download Font" dialog
r/sr=jag,bienvenu
initial patch by smontagu@netscape.com
2003-06-12 03:27:20 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
jshin%mailaps.org
b7b494a1a0 bug 204039 : converter for TSCII fonts (r=prabhat, sr=rbs, a=asa) 2003-05-23 06:31:25 +00:00
jshin%mailaps.org
fa873b6489 change 'Hindi' to 'Devanagari' in font-pref. UI. This includes a change to
DTD (L10N).  bug 206146 (r=yokoyama and bobj, sr=blizzard, a=mkaply).
2003-05-21 23:29:10 +00:00
katakai%japan.sun.com
56742f93be UTF mode of HKSCS characters show ugly
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=sspitzer
2003-05-02 08:49:07 +00:00
smontagu%netscape.com
ee6edb7b7e Cache charset more efficiently in nsCollation. Bug 201670, author=neil@parkwaycc.co.uk, r=smontagu, sr=alecf 2003-04-21 23:51:25 +00:00
seawood%netscape.com
fd2883713e Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
seawood%netscape.com
bf5970191d Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-03 22:42:02 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
cbiesinger%web.de
71536907b8 Bug #185523 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net sr=blizzard (BeOS only) Mozilla uses Western font settings for UTF-8 instead Unicode settings 2003-04-02 15:39:11 +00:00