Commit Graph

2123 Commits

Author SHA1 Message Date
shanjian%netscape.com
2059c806a2 #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
be3ce0079b #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
b237fe40aa bug: 126744
Fixing bustage of gb18030 Decoder
/r=ftang; /a=asa
2002-03-11 23:00:43 +00:00
shanjian%netscape.com
aedbe81a48 #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
2dc21da03e 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
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
shanjian%netscape.com
131731fcad #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
962b2ea4f5 fix the nmake bustage again 2002-03-05 00:39:25 +00:00
alecf%netscape.com
db6c53369f fix windows nmake-only bustage
argh
2002-03-05 00:32:09 +00:00
shanjian%netscape.com
dfc1c58861 Backout previous checkin. Previous check in is the patch for another bug. Sorry. 2002-03-04 21:51:22 +00:00
shanjian%netscape.com
4c74f25c0d #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
e263f7d7f4 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
05a0cd5fe8 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
90275096ac 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
c18fbaf93a 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
1784a01974 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
da41db0cc4 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
83962d5a20 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
ea8c95073e 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
1ea54fa3cb 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
66e767c7b8 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
37ebf6848d 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
c0186aa8b9 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
35d62c3983 #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
dace0e4179 #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
16e87c415e 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
5acd362bab 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
645e00764a 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
84965699e2 Fix bustage, really (I hope). 2002-02-16 18:08:16 +00:00
dbaron%fas.harvard.edu
13a1645d26 Fix bustage. 2002-02-16 17:07:31 +00:00
dbaron%fas.harvard.edu
1f9514135b Removing files long since replaced by nsCaseConversionImp2.{h,cpp}. b=125776 r=ftang sr=alecf 2002-02-16 16:33:23 +00:00
dbaron%fas.harvard.edu
59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
yokoyama%netscape.com
070aefc208 Bug 119927:
Forgot to checkin for unix
2002-02-16 02:15:22 +00:00
yokoyama%netscape.com
5dae93ac3c Bug 119927:
Instead of using the static variable in /gfx to maintain the state
of font download (eg. static BOOL gCheckJAFont = PR_FALSE;),
we use a nsFontPackageService::FontPackageHandled() API to allow
resetting of the font download.
/r=ftang; /sr=brendan
2002-02-16 01:39:56 +00:00
alecf%netscape.com
5ee08ea4a6 argh! mathml wasn't building on my windows box.. who knew?! 2002-02-15 15:15:33 +00:00
alecf%netscape.com
feb662a827 oops, forgot to land this file.. 2002-02-15 15:12:23 +00:00
alecf%netscape.com
132a073c05 bug 125055 - move uconv registration to table-based list of converters
shrinks dll and speeds up access
r=yokoyama, sr=blizzard
2002-02-15 15:03:39 +00:00
nhotta%netscape.com
2445d7563e Changed a comparison part to check the key is cached, fixed an incorrect length passing for memcmp,
changed to store a length of the cached string,
bug 121281, r=ftang, sr=sfraser.
2002-02-15 00:15:32 +00:00
harishd%netscape.com
45d4414905 ** Patch provided by dougt ** Create parser-service category.b=107087, r=harishd, sr=alecf 2002-02-14 23:18:28 +00:00
nhotta%netscape.com
7114a5005f Added a mapping method to take PRUnichar* as an input string, bug 125077, r=ftang, sr=blizzard. 2002-02-14 22:16:16 +00:00
yokoyama%netscape.com
fe45ee7e7d Bug 125061
Adding gb_2312 to charsetalias.properties file
/r=nhotta
2002-02-14 00:59:46 +00:00
ccarlen%netscape.com
2cf6448a9f Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser 2002-02-13 15:01:37 +00:00
ftang%netscape.com
3a0dba9c1f add stress test script for gb18030
not part of the build
2002-02-13 01:32:54 +00:00
ftang%netscape.com
6200b41700 fix bug 101998. Add surrogate conversion
r=shanjian sr=alecf
2002-02-13 01:31:54 +00:00
nhotta%netscape.com
4495f7de53 Changed the key length estimation function to create an actualy key if possible then cache the result to be
used in the key creation function,
bug 121281, r=ftang, sr=sfraser.
2002-02-12 22:17:19 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
shanjian%netscape.com
f3f7d348df #120348 crash in macro CCMAP_HAS_CHAR_EXT
rewrite CCMAP_HAS_CHAR_EXT macro
r=ftang, sr=attinasi
2002-02-12 05:01:42 +00:00
shanjian%netscape.com
bcfb40094b Reverse my last checkin because the comment is not there. (cvs ci does not
allow me abort, while I copy-n-paste, it accidentally copied a carriage return.)
2002-02-12 04:59:15 +00:00
shanjian%netscape.com
8d56129faa *** empty log message *** 2002-02-12 04:54:24 +00:00
bzbarsky%mit.edu
97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00