nhotta%netscape.com
0692d241a4
Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
...
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
2002-04-25 22:49:19 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
shanjian%netscape.com
e3ed329953
#132006 Traditional Chinese is detected as Simplified Chinese
...
This is an addition patch to deal with gb18030 broadness. If there are
only 2 verifiers left, and one of them is gb18030, we drop gb18030
and return the other one.
r=ftang, sr=scc
2002-04-24 21:22:07 +00:00
seawood%netscape.com
d42b1b1fd4
Add make -j support to win32 gmake builds.
...
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
shanjian%netscape.com
0376e6205b
#138002 nsParser should be accept charset notification coming from low priority source
...
check charset source before updating parser's charset.
r=ftang, sr=jst
2002-04-18 22:21:50 +00:00
harishd%netscape.com
3a05309063
Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst
2002-04-18 22:11:17 +00:00
shanjian%netscape.com
5c61ca0a3b
#132006 Traditional Chinese is detected as Simplified Chinese
...
correct a mistake in gb18030 machine, class number is incorrect.
r=ftang, sr=shaver@mozilla.org
2002-04-16 22:48:06 +00:00
smontagu%netscape.com
b1a4eace29
Bring the behaviour of Is[Lower|Upper]Case into line with nsCRT::Is[Lower|Upper]. Bug 137505, r=timeless, sr=scc
2002-04-16 22:18:58 +00:00
ftang%netscape.com
2ea22be18e
fix bug 131837 r=nhotta sr=kin. fix simp chinese to unicode mapping table for several sites
2002-04-16 14:55:59 +00:00
ftang%netscape.com
4cc9aa62ef
fix bug 130441 and 122584
...
support surrogate in text-align: jutify , selection and cusor movement
r=shanjian/smontagu sr=kin a=asa
2002-03-27 03:28:34 +00:00
ftang%netscape.com
a23598b865
fix bug 128323 crashing bug on mac os x collation code
...
r=nhotta sr=sfraser a=dbaron
2002-03-27 01:57:05 +00:00
seawood%netscape.com
0d6dbd8157
Update .cvsignore to ignore generated Makefiles.
...
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
dbaron%fas.harvard.edu
ecaca063e4
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:42:00 +00:00
jshin%mailaps.org
027c978b4f
Bug 128587 : Fix a typo in uScanDecomposedHangulCommon() to make
...
EUC-KR/ISO-2022-KR decoders work correctly with 8byte-seq. representation
of Hangul syllables. r=yokoyama, sr=alecf, a=scc
2002-03-22 14:32:28 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
nhotta%netscape.com
5114cb001c
Changed to use x-western lang group for the error fallback,
...
patch by shanjian, bug 128338, r=smontage, sr=blizzard, a=scc.
2002-03-20 21:27:32 +00:00
ftang%netscape.com
562e25cd44
fix bug 128580 r=nhota, sr=alecf a=asa
...
return erorr code instead of success code when we hit structur issu
2002-03-20 15:36:35 +00:00
alecf%netscape.com
7b6a3bb8e3
Fix for bug 107575, files which didn't land the first time (I was working off the wrong patch file) r=dougt, sr=jag, a=scc
2002-03-19 07:26:32 +00:00
alecf%netscape.com
5e21cd35ee
not sure why these didn't land the first time. for my last checkin, bug 107575 sr=jag, r=dougt, a=scc
2002-03-19 07:20:29 +00:00
alecf%netscape.com
ecdb77e394
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +00:00
timeless%mac.com
fc883176bf
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
shanjian%netscape.com
7846349e25
#125628 Auto-detect can not detect the gb18030 page above properly
...
This patch added a state machine for gb18030 verification. The data of
the state machine is created based on GB18030 standard, and the code was
generated by a perl script which is almost identical to rest of the perl
script that generated other header files. Rest of the code is just
adding this state machine to some charset detectors.
r=ftang, sr=shaver, a=asa
2002-03-14 00:47:05 +00:00
shanjian%netscape.com
e2e3b486aa
#128825 Browser crash if I view an image
...
Adjust destLen (remaining buffer length) as buffer is consumed. This way we
will know when we will run out of buffer.
r=ftang, sr=jst, a=shaver
2002-03-14 00:36:55 +00:00
yokoyama%netscape.com
f2dfc93301
bug: 126744
...
Fixing bustage of gb18030 Decoder
/r=ftang; /a=asa
2002-03-11 23:00:43 +00:00
shanjian%netscape.com
e7c146ea67
#119013 Cookie expire times reported twice / bug in FormatDateTime routine
...
r=nhotta/mkaply sr=sspitzer a=asa
Added comment in idl file.
Changed kDateFormatLong from "%c" to "%x" for unix and os2
2002-03-09 00:01:59 +00:00
ftang%netscape.com
a8393a1bb8
fix bug 9519 r=ftang sr=brendan a=roc+moz
...
make uconv code port to 32 bits clean for arm arch
thansk jeroen.dobbelaere@acunia.com
2002-03-08 01:12:33 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
shanjian%netscape.com
72abd0f113
#127129 The above page is displayed many blank areas
...
When converting from unicode to GB2312GL, we need to clear 8bit. That is skipped
in patch for 101998. Add it back.
r=ftang, sr=alecf, a=asa
2002-03-06 00:01:35 +00:00
alecf%netscape.com
3dedc7a279
fix the nmake bustage again
2002-03-05 00:39:25 +00:00
alecf%netscape.com
79b1d237ee
fix windows nmake-only bustage
...
argh
2002-03-05 00:32:09 +00:00
shanjian%netscape.com
04ffb9974e
Backout previous checkin. Previous check in is the patch for another bug. Sorry.
2002-03-04 21:51:22 +00:00
shanjian%netscape.com
75a8116eee
#125777 The default fonts for non-native system are incorrect
...
check preference setting font.name-list.* when setting default font in font preference UI.
r=nhotta, sr=alecf, a=asa
2002-03-04 21:06:25 +00:00
yokoyama%netscape.com
b4138fb18a
Bug:127946
...
Add remaining accept-languages from Mozilla L10n projects
Files changed:
language.properties
languageNames.properties
/r=yokoyama, /a=asa
2002-03-02 00:58:27 +00:00
ftang%netscape.com
3070e203e7
fix bug 126744 change the platform charset for simp chinese and korean to
...
GB18030 and x-windows-949
r=yokoyama/jsin sr=alecf a=alecf
2002-03-01 23:55:41 +00:00
ftang%netscape.com
003a13d350
fix bug 126533. add minority script to GB18030-1 converter
...
r=katakai sr=kin a=asa
2002-03-01 23:53:53 +00:00
ftang%netscape.com
7614691c09
fix bug 116882. r=nhotta sr=kin a=roc+moz
...
change the error handling behavior compatable to IE6.
display middle dot instead of ?for undefined character
2002-02-28 15:47:10 +00:00
ftang%netscape.com
8015ec9e6c
fix bug 119047. r=nhotta a=asa sr=jst.
...
fix the ISO-2022-JP converter so it will return error code while it hit encoding error.
2002-02-27 15:56:22 +00:00
rbs%maths.uq.edu.au
6e0b2ef372
bug 126619 - fixups for the final metrics of certain MathML characters, and add transliteration for U+2212 the official Unicode minus sign (ongoing bug 119664), r=roc+moz, rs=attinasi/blizzard, a=shaver
2002-02-27 01:35:27 +00:00
bstell%ix.netcom.com
3ae67ab19b
bug 127307, add TrueType converters to Linux/Unix for MathML
...
checkin for ftang, r=mkaply, sr=brendan, a=blizzard
2002-02-24 00:26:54 +00:00
ftang%netscape.com
eb908f14f5
fix bug 107731. r=ftang sr=alecf a=shaver
...
turn on some language list
2002-02-22 22:11:11 +00:00
sspitzer%netscape.com
2f31520572
fix for #126677 . dates not showing up in thread pane
...
or message pane on windows. r/sr=bienvenu, a=leaf.
2002-02-20 18:24:47 +00:00
alecf%netscape.com
5ec5cd62b2
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
smontagu%netscape.com
5fee128a75
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
2002-02-19 20:41:32 +00:00
cathleen%netscape.com
958ec3e92b
eliminate nsCRT::strlen for char* strings (part 2), bug 124536 r=dp sr=brendan
2002-02-19 07:43:41 +00:00
shanjian%netscape.com
d3269fdb4c
#117522 gfx/src/nsCompressedCharMap.cpp doesn't build: too many Ls in nsCompressedCharMap.h
...
r=bstell, sr=brendan
(thanks to timp@clarityconnect.com for test and verify the patch.)
2002-02-19 03:29:43 +00:00
shanjian%netscape.com
c0114fe9a2
#119970 Add uk_UA.KOI8-U locale to unixcharset.properties
...
Thanks to Joe Marcus Clarke for preparing the patch.
r=shanjian, sr=brendan
2002-02-19 03:24:30 +00:00
yokoyama%netscape.com
abb86c30ab
Bug 126231
...
We didn't want to change the contract between gfx and FontPackageProxy.
but we moved the call fontEnum->HaveFontFor(aFontPackID, &have) from /gfx to /intl/locale
We need to strip the "lang:" from aFontPackID.
/r=ftang;/sr=brendan
2002-02-19 01:48:15 +00:00
cbiesinger%web.de
47936c1666
bug 125667 r=ftang sr=blizzard
...
"Thai [th]" not in "Language of Web Contents" list
2002-02-17 10:24:01 +00:00
dbaron%fas.harvard.edu
5b3dc8fb79
Allow makefile to work on platforms other than Windows (although still don't use it).
2002-02-16 18:21:43 +00:00
dbaron%fas.harvard.edu
15f7cbd7a2
Fix bustage, really (I hope).
2002-02-16 18:08:16 +00:00