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

673 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano%sent.com 92d44ee845 Bug 364991 - Stop loading CFLocale functions dynamically. r=josh, sr=pink. 2006-12-26 20:18:15 +00:00
cbiesinger%web.de c27a5a75b2 Bug 352049 Kill the font download dialog
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
smontagu%smontagu.org a661b02369 Add fa-ir to accepted languages and Iran to regionNames.properties. Bug 347632, r=jshin, blanket sr=roc for property file changes 2006-08-08 07:50:26 +00:00
smontagu%smontagu.org 03518e3851 correcting typo in checkin of bug 341860 2006-07-19 11:18:21 +00:00
smontagu%smontagu.org eb9032798b Add several Indic languages to language.properties. Bug 341860, r=jshin 2006-07-19 10:16:36 +00:00
timeless%mozdev.org 9391198a55 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
mkaply%us.ibm.com 656d7ee329 OS/2 build bustage from 338732 2006-05-23 14:16:33 +00:00
benjamin%smedbergs.us 66d8c3ac05 Bug 338732 - Make nsIDateTimeFormat header frozen-linkage friendly (use nsAString instead of nsString), r=smontagu 2006-05-22 13:20:59 +00:00
cbiesinger%web.de 1fe4516c9f bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
timeless%mozdev.org 3db428f6ac Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
smontagu%smontagu.org f5e30b020d Add Maltese and Tatar to the list of supported languages, and map Chinese (Min Nan) to the Western langGroup. Bugs 258599, 310028, 314907, r=jshin, blanket sr=roc for property file changes 2005-11-07 09:30:58 +00:00
jshin%mailaps.org 1a8118258c bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa) 2005-04-30 02:57:57 +00:00
bsmedberg%covad.net a38f42348d Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 12:36:03 +00:00
neil%parkwaycc.co.uk c299d2c137 Fix compiler warnings b=287540 p=gautheri@noos.fr r=smontagu sr=blizzard 2005-04-05 08:31:32 +00:00
mkaply%us.ibm.com a3e6c0c411 #286492
r=jshin, sr=mkaply (OS/2 only)
From Peter Weilbacher - use stricmp to silence assertion
2005-03-28 16:36:25 +00:00
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
dougt%meer.net f92625742e Fixes 280238. WinCE support. r=jungshik shin. 2005-01-30 03:57:09 +00:00
jshin%mailaps.org 00432841bb bug 257511 : In UTF-8 locales, date/time with non-ASCII characters become 'null' strings (r=smontagu, sr=neil) (add back '##PLATFORM' to the Unix locale code) 2005-01-25 13:08:24 +00:00
smontagu%smontagu.org 123139fad7 Map Pashto, Urdu and Sindhi to Arabic langGroup. Bug 274102, patch by Henri Sivonen <hsivonen@iki.fi>, r=me, sr=dbaron 2005-01-02 16:01:52 +00:00
bsmedberg%covad.net 7ccf6e4965 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
bryner%brianryner.com 1435145ce6 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
timeless%mozdev.org 99bcaa65e0 Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron
2004-11-05 05:47:20 +00:00
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
timeless%mozdev.org 2726dce295 Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron
2004-10-28 02:27:25 +00:00
smontagu%smontagu.org ee6b6b08c0 Fix VC.net bustage from bug 234865 2004-10-20 19:55:09 +00:00
smontagu%smontagu.org 23358f9888 Serbian (Latin) and Serbian (Cyrillic) locales are interpreted as Croatian in Windows. Bug 234865, r=jshin, sr=neil 2004-10-19 19:12:45 +00:00
smontagu%smontagu.org 1f51adda42 Bug 239977: Support ISO 639-2 code for Klingon. r=jshin,sr=roc 2004-10-11 20:20:11 +00:00
mkaply%us.ibm.com 499659b856 Remove unused file 2004-10-11 19:13:15 +00:00
mkaply%us.ibm.com b42a56203a #260427
r=mkaply, sr=blizzard, a=mkaply
Patch from Peter Weilbacher - use ParseLocaleString from nsPosixLocale and use the separator that is passed in
2004-10-11 16:35:13 +00:00
jshin%mailaps.org 1d42667e39 taking out the previous check-in. we may have a better alternative. 2004-10-03 15:50:01 +00:00
jshin%mailaps.org a99a99af41 bug 260427 non-ASCII characters are not rendered correctly in the UI on OS2. patch by Peter Weilbacher(mozilla%Weilbacher.org), r/sr=mkaply 2004-10-03 15:41:43 +00:00
pedemont%us.ibm.com 8d0cf823bc nsDateTimeFormatMac broken in Japanese locale. r=jshin,sr=roc,a=asa 2004-09-07 15:12:26 +00:00
timeless%mozdev.org ad83a235cb Bug 256994 Error in "intl/src/mac" when trying to build Firefox with Apple GCC-3.5-tree-ssa
patch by mcsmurf@gmx.de r=smontagu sr=smfr
2004-08-30 17:41:06 +00:00
vladimir%pobox.com 21997a1847 b=255134, nsICollation scriptability, updated IIDs 2004-08-25 07:20:06 +00:00
vladimir%pobox.com ab916d5eb8 b=255134, make nsICollation scriptable, r=jshin,sr=brendan 2004-08-24 22:50:33 +00:00
jshin%mailaps.org 467a338cda bug 256383 : Unknown 'lang' should be mapped to 'x-unicode' instead of 'x-western' (r=smontagu, sr=rbs) 2004-08-23 20:20:36 +00:00
jshin%mailaps.org 180d6294d0 bug 256257: Font settings for western encoding apply when 'x-*' langGroup is specified (especially problematic in mail) 2004-08-23 20:10:38 +00:00
pedemont%us.ibm.com 4a88756ee9 I'm getting sloppy 2004-08-18 16:47:14 +00:00
pedemont%us.ibm.com 6167cea9ec Attempt to fix bustage for older system's compiler 2004-08-18 16:29:26 +00:00
pedemont%us.ibm.com 467a753ba7 Bug 252475 - nsLocale is broken on Mac OS X. r=jshin,sr=blizzard 2004-08-18 15:35:36 +00:00
mkaply%us.ibm.com cac676a3f7 #252674
r=pedemonte, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Implement GetPlatformLocale so JS dates/times work again
2004-08-11 12:49:46 +00:00
jshin%mailaps.org 49ad289e63 add back references that were taken away by Gerv's license changing script 2004-08-09 13:42:28 +00:00
jshin%mailaps.org 045eebca08 bug 251241 : zh-Hant and zh-Hans are treated as zh-CN (r=smontagu, sr=neil) 2004-08-07 17:48:13 +00:00
bzbarsky%mit.edu 1048e5cdd6 This IDL file should have gone away with nsILanguageAtom at "2004-06-08
16:53".  See bug 230603.
2004-07-19 19:57:58 +00:00
neil%parkwaycc.co.uk 29e49288c4 Remove duplicate line from previous checkin b=232487 r=jshin sr=blizzard 2004-07-01 16:29:35 +00:00
jshin%mailaps.org ee4756c8be bug 245770 : add a pref. to control whether or not replace backslashes with Yen signs in Japanese documents (r=smontagu, sr=dbaron) 2004-06-21 10:32:27 +00:00
roc+%cs.cmu.edu 52092297fe Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
tor%cs.brown.edu bd483bc79f Bug 153586 - Date.toLocaleString() not returning locale string.
r=jst, sr=brendan
2004-06-15 16:38:43 +00:00
bryner%brianryner.com fc95dd4fc9 bustage fix 2004-06-09 00:39:22 +00:00
bryner%brianryner.com 49059f8e6c bustage fix 2004-06-08 23:58:05 +00:00
bryner%brianryner.com 4451888110 Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron. 2004-06-08 23:53:59 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
cls%seawood.org 38329136a7 Make code more standards compliant to build with mingw gcc 3.4.0.
Bug #243273 r=bsmedberg sr=dbaron
2004-05-13 04:08:34 +00:00
gerv%gerv.net 6f486a3c92 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
jshin%mailaps.org 6782d26b6e bug 232487 : add a dozen or so languages to the list of supported languages and the lang and langGroup mapping table (r=momoi, sr=blizzard, a=chofmann) 2004-03-30 02:40:52 +00:00
mkaply%us.ibm.com 508b75dccd #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 3287a5ec20 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 48b04aa18e Bug 163665 cleanup nsScriptableDateFormat::FormatDateTime
r=jshin sr=roc
2004-02-25 15:58:18 +00:00
mkaply%us.ibm.com 9b439adc83 #235410
r=pedemont, sr=blizzard (platform specific code)
Fix locale object leak
2004-02-24 23:29:50 +00:00
tor%cs.brown.edu b46544f169 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 7ea1ca7ed8 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 48cec79e23 Back out last change jshin made. Fixing bustage. b=224546 2003-12-03 07:46:19 +00:00
jshin%mailaps.org 83ae057669 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 8d23ecdb94 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 b1fee61e78 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 816b00b6cc Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
jshin%mailaps.org 88f6f41509 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 44b4666f1d bug 195093 : fix another mac bustage : add a missing '}' and a return statement 2003-10-30 07:16:08 +00:00
jshin%mailaps.org b16201f0a9 bug 195093 : fix os2 bustage 2003-10-30 06:52:39 +00:00
jshin%mailaps.org 17cd172767 bug 195093 : fix another mac bustage 2003-10-30 06:43:37 +00:00
jshin%mailaps.org 04829d7882 bug 195093 : os2 bustage fix 2003-10-30 06:14:54 +00:00
jshin%mailaps.org f61f141b12 bug 195093 : fix Mac bustage 2003-10-30 06:07:48 +00:00
jshin%mailaps.org e23c5a36ac bug 195093 : modernize nsILocale (r=smontagu, sr=darin) 2003-10-30 05:04:45 +00:00
neil%parkwaycc.co.uk b3aa45d3c0 Checking in reviewed attachment rather than obsolete attachment to bug 222524 2003-10-17 09:06:13 +00:00
neil%parkwaycc.co.uk 77ff712a66 Bug 222524 CompareRawSortKey should be null-safe r=smontagu sr=bienvenu 2003-10-17 08:19:58 +00:00
cls%seawood.org 378b851b12 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-07 20:39:25 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
mkaply%us.ibm.com 7d84a061e6 #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 3c7f6e517d Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
jshin%mailaps.org 59f2bb2c3a 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 8bd0fdbb8d 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 c08e99a287 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 baee57131c 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 ecf7c2b876 OS/2 bustage - need to include nsCRT.h 2003-07-25 04:32:51 +00:00
neil%parkwaycc.co.uk a8d52f6aae Fix bug 207634 bustage - checked in wrong version of mac changes 2003-07-24 21:56:54 +00:00
neil%parkwaycc.co.uk 7546e29b67 Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer 2003-07-24 20:31:35 +00:00
jaggernaut%netscape.com ef99140d6d 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 b954401e1e bug 195093 : modernize |GetDefaultCharsetForLocale| (use nsACString). r=darin, sr=bz 2003-07-22 23:46:38 +00:00
mkaply%us.ibm.com 56dc425c51 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
jaggernaut%netscape.com f008bc2bad 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 20004e3489 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
dbaron%dbaron.org cd3ad5b185 Remove unused files. b=211173 r=smontagu sr=bryner 2003-07-09 00:07:25 +00:00
neil%parkwaycc.co.uk 4e44c2364d Bug 209661 remove unnecessary NS_LITERAL_CSTRING( with ).get() r=jag sr=alecf 2003-06-18 14:31:45 +00:00
sspitzer%netscape.com ee553ff8fe 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 ccf01a2786 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 8f112a4226 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 6934dc37a9 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 6b7a500280 bug 204039 : converter for TSCII fonts (r=prabhat, sr=rbs, a=asa) 2003-05-23 06:31:25 +00:00