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

2270 Коммитов

Автор SHA1 Сообщение Дата
nhotta%netscape.com 3909e87067 Call nsIUnicharEncoder::Finish to ensure the converted string is terminated,
bug 179392, r=shanjian, sr=bzbarsky
2002-11-13 21:56:01 +00:00
jay.yan%sun.com ebd53abee3 bug 178404, --enable-ctl in configure will cause mozilla gtk2 build fail, r=seawood 2002-11-13 03:48:17 +00:00
morse%netscape.com 74150c415a bug 174189, fix flawfinder warning, r=harishd, sr=dveditz 2002-11-09 00:45:53 +00:00
alecf%netscape.com 6149e533ed oops, fix warning caused by last checkin, by just reordering the initializers 2002-11-05 07:03:47 +00:00
alecf%netscape.com 8949dcdc59 fix for bug 177990, r=tao, sr=sfraser, a=blizzard
fix string override enumeration, so that embeddors can override strings which are accessed via getSimpleEnumerator()
2002-11-05 07:02:07 +00:00
arougthopher%lizardland.net 4cceb11df7 Bug#92793
BeOS classes are not threadsafe

In BeOS, each window runs in its own thread.  Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod().  However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.

r=rpotts
sr=blizzard
a=asa
2002-11-02 02:12:00 +00:00
seawood%netscape.com 57e08a3f3a Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
alecf%netscape.com ddd2411b69 fix for bug 172004 - provide a mechanism for embeddors to override specific strings in any string bundle with a single "string manifest" file.
r=tao, sr=sfraser, a=asa
2002-10-14 19:06:27 +00:00
bryner%netscape.com d53e0314f3 fixing mac bustage, r=cls 2002-10-09 04:09:14 +00:00
shanjian%netscape.com d1fb7a56ee #149417 Treat US-ASCII as ISO-8859-1 (Meta chaset tag)
use iso-8859-1 decoder to convert us-ascii to unicode.
r=ftang, sr=alecf
2002-10-09 03:01:47 +00:00
smontagu%netscape.com 15d18f8e4f Add support for Langbox ISO-8859-6.8x encoding. Bug 78201, r=ftang, sr=roc+moz. 2002-10-08 23:58:48 +00:00
smontagu%netscape.com 239ed4aeee Add Hebrew punctuation characters to transliterate.properties. Bug 171520, r=ftang, sr=rbs. 2002-10-08 18:19:51 +00:00
timeless%mac.com 57ed167e48 Bug 158129 Add support for Adobe's Type1 Euro fonts
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=roc+moz
2002-10-08 03:52:49 +00:00
smontagu%netscape.com 720c5e1a49 Backing out fix to bug 158129 because of Mac bustage 2002-10-07 22:50:54 +00:00
smontagu%netscape.com baf822d197 Add support for Adobe's Type1 Euro fonts. Bug 158129, author=Roland.Mainz@informatik.med.uni-giessen.de, r=bstell, sr=roc+moz 2002-10-07 21:08:10 +00:00
jgmyers%netscape.com 9d83211524 fix include guard: bug 168343 r=ftang sr=blizzard 2002-10-04 22:28:14 +00:00
mkaply%us.ibm.com 8e0cb05e9e OS/2 bustage 2 2002-09-25 14:18:13 +00:00
mkaply%us.ibm.com 76f5a05971 OS/2 bustage 1 2002-09-25 14:16:08 +00:00
seawood%netscape.com 61c2c7d26e Let's try that again 2002-09-25 12:30:24 +00:00
seawood%netscape.com 3ab9c7df65 Include OS2 specific headers. Attemting to fix tinderbox bustage 2002-09-25 06:31:30 +00:00
seawood%netscape.com c267d8e2a3 Fixing typo & static build bustage 2002-09-25 06:04:21 +00:00
seawood%netscape.com 2c2236ad22 BeOS should use Unix/POSIX locale 2002-09-25 05:45:23 +00:00
lordpixel%mac.com 8d0f8f9cc4 Checking in to fix Mac optimized tinderboz bustage. Add chardet directory to optimized Access Paths in i18n.xml codewarrior project. Approved by Darin (sherif for evening 24th Sep) 2002-09-25 03:38:48 +00:00
ccarlen%netscape.com 68b47612a9 Fixing Mach-0 bustage 2002-09-25 01:45:31 +00:00
alecf%netscape.com 7b2abfdb4f fix MachO bustage - MachO should be using mac locale, not unix 2002-09-25 00:52:16 +00:00
alecf%netscape.com 7a8a309717 oops, remove ucharutilmodule.cpp from the mac build - don't know how it stayed there 2002-09-24 23:05:55 +00:00
alecf%netscape.com 3f94459667 removing files no longer part of build due to bug 169498 2002-09-24 22:09:32 +00:00
alecf%netscape.com 2300889e36 oops, typo fix 2002-09-24 22:00:53 +00:00
alecf%netscape.com 31f48ac541 bug 169498 - combine i18n libraries into one. sr=bryner, r=ftang 2002-09-24 21:50:05 +00:00
jdunn%netscape.com 40fe493248 fix AIX build issues: c-style comments must end before next begins and
the last item in an enum shouldn't have a ","
sr=blizzard@mozilla.org
r=Roland.Mainz@informatik.med.uni-giessen.de
submitted by pkw@austin.ibm.com
# 168531
2002-09-24 12:49:42 +00:00
shanjian%netscape.com 16213854e2 #169858 Browser--Can not login CMB website.
Suppress autodetection notification when charset source is higher.
r=jkeiser, jebak, sr=jst.
2002-09-20 09:23:02 +00:00
alecf%netscape.com bd5fa313f7 final version of i18n.xml, for bug 169498, not part of build 2002-09-19 06:31:51 +00:00
alecf%netscape.com e74cbfb1e7 add per-platform locale #includes
not part of build yet
2002-09-19 06:17:31 +00:00
alecf%netscape.com 4ff74aeb5d first incarnation of i18n.xml - not part of build right now
just a copy of chardet.xml until I tweak it
2002-09-19 05:44:04 +00:00
alecf%netscape.com 8fa8387ee0 final not-part-of-build changes for bug 169498
add final constructors and fix the combined module to cover all 5 modules
2002-09-18 20:44:38 +00:00
alecf%netscape.com 2f8c53674d add more constructor headers for bug 1169498, still not part of build 2002-09-18 20:24:40 +00:00
alecf%netscape.com 07c22615ce further work on bug 169498 - combine chardet, unicharutil and lwbrk into one dll
also add ns<Foo>Constructors.h to make the constructors/etc more modular
not part of build
2002-09-18 20:03:11 +00:00
shanjian%netscape.com 79d4d29426 #141621 problem in converting non-bmp character to UTF-8
correct a simple mistake.
r=yokoyama, sr=blizzard.
2002-09-18 19:40:45 +00:00
alecf%netscape.com 28e2df506f first cut at combined i18n library - for now, just roll in chardet
not part of build, for bug 169498
2002-09-18 18:37:11 +00:00
alecf%netscape.com 0403e5df45 add .cvsignore so this directory gets noticed
for bug 169498, not part of build
2002-09-18 18:09:48 +00:00
nhotta%netscape.com c02b619c53 Added a function to unescape 8bit only, 7bit encoding support.
bug 161479, r=shanjian, sr=jst, a=dbaron.
2002-09-08 15:08:21 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
alecf%netscape.com 71f32d15bb fix for bug 158003 - custom static constructors for i18n unicode converters.
r=shanjian, sr=bz, a=roc+moz
2002-09-07 01:17:57 +00:00
shanjian%netscape.com 8c9b6d95d4 #165908, &mdash;, &ndash; &#8211;, and &#8212; are displayed as ? (character substitutes/fallbacks broken)
added back a missing code path.

r=yokoyama, sr=dveditz, a=asa
2002-09-06 21:10:13 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
alecf%netscape.com 2dded12ab7 fix for bug 164575 - clean nsIPersistentProperties interface to reduce UTF8/UCS2 conversions
r=dougt, sr=darin
2002-08-30 17:13:34 +00:00
bzbarsky%mit.edu a3fbeac670 Extend CTL extension to support multiple CTL scripts (framework + hindi
support).  Bug 163962, r=gilbert.fang@sun.com, r=prabhat.hegde@sun.com,
r=cls, sr=bzbarsky, patch by prabhat.hegde@sun.com and
roland.mainz@informatik.med.uni-giessen.de
2002-08-30 07:45:52 +00:00
bolian.yin%sun.com 7e67351fac bug 156593, Remove the dependence to gtk1 when the default toolkit is gtk2.
patch by john.sun@sun.com, r=cls
2002-08-29 10:30:58 +00:00
stephend%netscape.com 4bcdc79c3d Bug 160248. Removing unused _IMPL_NS_INTL defines. Patch by Stephen Walker <walk84@yahoo.com> r=seawood@netscape.com, NO sr needed, makefiles only 2002-08-29 01:33:14 +00:00
bzbarsky%mit.edu d9ea7f8f8f Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream.  Use this in the CSSLoader instead of
allocating a single big buffer for the sheet.  Clean up the way we look
for the @charset charset in the sheet data.

r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00