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

1861 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com 1cd1dbe82a fix 17962. remap 4 entryies adobe symbol font to display lcell, rcell, lfloor and rflorr in HTML4
r=bstell sr=erik
2001-03-12 22:30:30 +00:00
shaver%mozilla.org 89c833fb49 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
ftang%netscape.com 7d254d87f2 fix 70601. r=bstell sr=erik
thanks slava@maze.ambernet.kiev.ua help to find this bug and verify it.
2001-03-09 13:23:02 +00:00
erik%netscape.com 73bebb1f92 bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
nsIBidi.h and nsIUBidiUtils.h and related files to build, conditionally
(ifdef IBMBIDI)
2001-03-09 04:15:30 +00:00
Peter.VanderBeken%pandora.be bf9855e51f New file. Needed for MathML support on the Mac. Not part of the build. 2001-03-09 02:09:08 +00:00
nhotta%netscape.com e554323267 Enabled Lithuanian, Latvian, Estonian, Hebrew, Esperanto, bug 62578, r=tao, sr=erik. 2001-03-08 22:47:41 +00:00
disttsc%bart.nl aebc676048 Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
erik%netscape.com e29b1f4427 bug 70028; author=simon@softel.co.il; r=ftang; sr=erik; a few name changes
to match Mozilla conventions, and removal of some Arabic presentation form
methods (until we figure out a better way to do these)
2001-03-08 04:00:23 +00:00
erik%netscape.com 23c4db54c4 bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
Bidi and BidiUtils to build under IBMBIDI ifdef (not part of build yet);
from IBM bidi project
2001-03-08 01:15:02 +00:00
erik%netscape.com 098b8aa028 bugs 70028 and 70394; author=simon@softel.co.il; r=ftang; sr=erik; adding
nsIBidi.h and nsIUBidiUtils.h to build; from IBM bidi project
2001-03-08 01:02:04 +00:00
erik%netscape.com 7a1b2578a3 bug 70394; author=simon@softel.co.il; r=ftang; sr=erik; this is the
interface and implementation of the Unicode Bidi Algorithm, based on IBM's
ICU (International Classes for Unicode), ported to Mozilla's XPCOM/NS/PR
conventions; not part of the build yet
2001-03-07 01:52:16 +00:00
maolson%earthlink.net d181e735cc fix 68876 - Fix sort ordering in View -> Character Coding -> Auto-Detect
r=timeless, a=ben
2001-03-06 08:32:59 +00:00
mkaply%us.ibm.com 66adf8b8ca No bug
r=mkaply, a=blizzard
Typo in IBM866 charset
2001-03-06 02:47:21 +00:00
tao%netscape.com 33006f5de3 70920: Remove unused references of binaryStream in nsStringBundle.cpp.
(r=be,sr=erik)
2001-03-05 23:01:55 +00:00
disttsc%bart.nl 043186b34e Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
erik%netscape.com d82bb05d90 bug 70028; author=simon@softel.co.il; r=ftang; sr=erik; updating the tool
that generates the symmetric swapping table for bidi characters
2001-03-02 00:20:02 +00:00
yokoyama%netscape.com d70f73fc73 Fix for 68224. /r=ftang, /sr=brendan@mozilla.org 2001-03-01 03:33:44 +00:00
yokoyama%netscape.com 60463a8c8b Fix for 67520; /r=ftang , /sr=brendan@mozilla.org 2001-03-01 03:22:52 +00:00
erik%netscape.com e359fb63dd checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
make the (Unix) XP locale parse return the XP version
rework the locale string parsing code to handle variable
length language codes
2001-03-01 01:06:30 +00:00
erik%netscape.com 1a3e1c9ec4 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_TIME
and save the platform locale under
   NSILOCALE_TIME##PLATFORM
2001-03-01 01:03:23 +00:00
erik%netscape.com 792e22c993 checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
we now store both the XP and Unix platform specific local
the the platform locale is under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_COLLATE
and save the platform locale under
   NSILOCALE_COLLATE##PLATFORM
2001-03-01 01:01:10 +00:00
erik%netscape.com 65f13d3e3e checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
store both the XP and Unix platform specific local
save the platform locale under <tag>##PLATFORM
eg: save the XP locale under
   NSILOCALE_COLLATE
and save the platform locale under
   NSILOCALE_COLLATE##PLATFORM
2001-03-01 00:58:35 +00:00
erik%netscape.com 42771d1b8a checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
add a "zh" Chinese language group in addition to zh-CN or zn-TW
2001-03-01 00:52:28 +00:00
erik%netscape.com 1e450499fa checkin for bstell@netscape.com:
bug 61108, r=ftang@netscape.com, sr=brendan@mozilla.org
add defines for language/country/extra/locale buffer lenghts
2001-03-01 00:49:31 +00:00
erik%netscape.com c7abd93563 checkin for bstell@netscape.com:
bug 60826, r=ftang@netscape.com, sr=brendan@mozilla.org
map GBK 0xFE50 - 0xFE9F to private use ala microsoft 936-2000
2001-03-01 00:43:31 +00:00
erik%netscape.com 3430addb45 checkin for bstell@netscape.com:
bug 61422, r=ftang@netscape.com, sr=brendan@mozilla.org
add 8 additional code points to the cns <=> unicode converter
Note: because this is a generated (optimized) file almost
every line is changed. see bugzilla 61422 for the converter
source file.
2001-03-01 00:39:15 +00:00
erik%netscape.com c78ed4c0ba checkin for bstell@netscape.com:
bug 61422, r=ftang@netscape.com, sr=brendan@mozilla.org
In the font preference menu only show one plane of a cns font
since it is really just one font split into sub-planes
ie: show cns11643-1 but not both cns11643-1 and cns11643-2.
2001-03-01 00:32:54 +00:00
nhotta%netscape.com 5c700ba3f2 Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik. 2001-02-27 23:33:47 +00:00
nhotta%netscape.com 4d43f3c511 For menu item sorting, changed to store collation keys instead of creating them for each comparison, bug 64146, r=ftang, sr=erik. 2001-02-27 23:31:20 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
ftang%netscape.com d989402119 check in for smontagu@il.ibm.com
fix bug 70028. r=ftang sr=erik
add bidi utility interface and implementation
Not building yet, should not affect the build
2001-02-27 02:06:55 +00:00
nhotta%netscape.com 121582e335 Changed to cache unicode decoder, bug 68826, r=yokoyama, sr=erik. 2001-02-22 23:27:53 +00:00
nhotta%netscape.com 96ef48a5bc Changed to use OS API to convert to unicode, bug 68826, r=yokoyama, sr=erik. 2001-02-22 23:27:11 +00:00
disttsc%bart.nl 5b68fda86a More REQUIRES updating to fix senna. 2001-02-22 10:45:51 +00:00
disttsc%bart.nl 744785129a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com eab041f43f Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
nhotta%netscape.com e1c363dea7 Removed two functions from nsICollation which use nsString, r=mkaply@us.ibm.com, sr=sspitzer. 2001-02-16 22:10:35 +00:00
bryner%uiuc.edu 2578dfbf20 Bug 68260 - quiet unicode converter registration on non-debug builds. r=yokoyama, sr=erik. 2001-02-16 15:16:02 +00:00
ftang%netscape.com b49f0780f1 check in bidi tools and data files for smontagu@il.ibm.com
r=ftang@netscape.com sr=erik@netscape.com
b=62777
there are no direct connection to the build system so it won't
impact and build status on tinderbox
2001-02-15 00:47:21 +00:00
ftang%netscape.com 64bf60e0a9 check in for smontagu@il.ibm.com b=62777 r=ftang/waterson(for all.js) sr=erik
Add charset name for IBMBIDI landing. Add pref for IBMBIDI landing
2001-02-14 23:45:58 +00:00
ftang%netscape.com 5f45e425c4 check in the module change for smontagu@il.ibm.com
r=yokoyama@netscape.com and ftang@netscape.com
bug 62777
2001-02-14 14:08:18 +00:00
nhotta%netscape.com 4695b5608c Changed to ignore invalid META charset for certain unicode charsets, bug 56626, r=ftang, sr=erik. 2001-02-14 00:04:06 +00:00
nhotta%netscape.com 32aaab8c54 Changed the class to cache unicode converter to avoid extra createinstances, bug 68075, r=yokoyama, sr=erik. 2001-02-14 00:02:45 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
yokoyama%netscape.com 14f5ef229d checkin for bstell: bug 60826: add a GBK converter that indicated that
the X fonts are missing the ascii glyphs; r=ftang; sr=erik
2001-02-12 22:52:56 +00:00
yokoyama%netscape.com c578b73104 checkin for bstell: bug 60826: add a GBK converter that indicates that
for GBK X fonts the ascii glyphs are missing; r=ftang; sr=erik
2001-02-12 22:48:17 +00:00
yokoyama%netscape.com 6a6971cad0 checking in for bstell: bug 60826: add a GBK converter that indicates the
GBK font does not have ascii glyphs; r=ftang; sr=erik
2001-02-12 22:40:41 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
disttsc%bart.nl 8574ae2d24 Fix incorrect change from nsIChannel to nsIRequest. r=dbaron, r=dougt 2001-02-11 18:42:40 +00:00
dougt%netscape.com 69415757ab Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
yokoyama%netscape.com 783ed48659 Fix for 67978; invalid reg key
/a=leaf, 408-391-7842 in case you need to contact me.
2001-02-07 20:10:01 +00:00
nhotta%netscape.com 96004cd730 Check in for yokoyama, fix for 65685; /r=valeski, /sr=ftang. 2001-02-07 01:26:57 +00:00
yokoyama%netscape.com 6fd6622d21 checkin for bstell: backout previous change until we can resolve the name-case issue 2001-02-07 01:26:05 +00:00
yokoyama%netscape.com aa52ef5049 Fix for 65685; /r=valeski, /sr=ftang 2001-02-07 01:21:55 +00:00
yokoyama%netscape.com 1fe1137040 check-in for bstell : add converter for X display of big5 fonts (which have no ascii glyphs)
bug 60826, r=ftang, sr=erik
2001-02-07 01:11:44 +00:00
nhotta%netscape.com 7669df7522 Check in for bstell, added a file nsunicodetogbknoascii.cpp to project, bug 60826, r=ftang, sr=erik. 2001-02-07 01:05:34 +00:00
yokoyama%netscape.com 2131ccb9b8 check-in for bstell : add CID GBK no ascii converter
Bug no: 60826
2001-02-07 01:03:43 +00:00
yokoyama%netscape.com 5cba6fa539 check-in for bstell : for X display of big5 fonts (which have no ascii glyphs) 2001-02-07 01:00:11 +00:00
yokoyama%netscape.com efdc83e439 Fix for 65685; /r=valeski, /sr=ftang 2001-02-06 23:54:12 +00:00
ftang%netscape.com 64cc3d3970 check in for IBM bidi team . sr=ftang add cp864i converters 2001-02-06 23:51:11 +00:00
ftang%netscape.com b63524a968 check in for ibm bidi team. sr=ftang add cp864i converter 2001-02-06 23:50:19 +00:00
ftang%netscape.com 735c65b0ff add cp684i converter. check in for IBM bidi team. sr=ftang 2001-02-06 23:49:25 +00:00
ftang%netscape.com d12ab0ab8a First Checked In. 2001-02-06 23:44:14 +00:00
scc%mozilla.org b7608f5134 bug #53071: r=danm, sr=alecf. Eliminate redundant implemenations, resolve resulting ambiguities. 2001-02-06 23:07:24 +00:00
ftang%netscape.com 4e793f61f9 add nsFontPackage for font downloading trigger code. sr=erik 2001-02-06 12:40:23 +00:00
ftang%netscape.com 36ecec1143 add nsFontPackage.cpp to implement interface for font downloading sr=erik 2001-02-06 12:38:09 +00:00
ftang%netscape.com 73d39b1a05 add font download interfaces . sr=erik 2001-02-06 12:37:10 +00:00
ftang%netscape.com bcb4be1fcb add font download interface sr=erik 2001-02-06 12:35:41 +00:00
ftang%netscape.com 33261f41e5 rename aReloadPages to aRedrawPages according to erik's review comment
sr=erik
not part of the build yet.
2001-02-06 02:50:07 +00:00
ftang%netscape.com b3f3bf1851 not part of the build yet
check in support class for "font download" work
sr=erik
2001-02-06 02:34:46 +00:00
ftang%netscape.com 2721db717b not part of the build yet
check in interface for "font download" work.
sr=erik
2001-02-06 02:33:52 +00:00
blakeross%telocity.com c04b62d108 Removing redundant includes. 2001-02-04 06:48:19 +00:00
jgmyers%netscape.com 5834e83b3b utf-8 decoder no longer accepts overlong sequences: bug 50702 r,sr=ftang 2001-02-03 00:08:40 +00:00
ftang%netscape.com 5741e81f22 fix bug 51753 , 58473 and 51975 . all typing issue. 2001-01-31 01:00:51 +00:00
shanjian%netscape.com 646ef2224f #4237 Line breaking-line which contains "\" and "??" does not break.
Zenkaku characters have been included in CJK range.
#37862 zero-width space not treated as whitespace character
0x000C and 0x200B have been added as whitespace.

r = ftang sr=erik
2001-01-30 01:54:51 +00:00
shanjian%netscape.com 9d19c2d14e #4237 Line breaking-line which contains "\" and "??" does not break.
r=ftang sr=erik
Zenkaku characters are included in CJK range, and 0x5C has been put
back to its category.
2001-01-30 01:51:42 +00:00
dbaron%fas.harvard.edu 7a97a55d82 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
yokoyama%netscape.com fefa085c9e fix for 22921; use nsIModule; 2001-01-26 23:54:31 +00:00
yokoyama%netscape.com 081aff31d7 fix for 22921; use generic nsIModule 2001-01-25 21:16:08 +00:00
nhotta%netscape.com 5320bf10f1 Changed to use NS_IMPL_THREADSAFE_ISUPPORTS1, patch by dougt, bug 61558, r=nhotta, sr=mscott. 2001-01-25 21:03:18 +00:00
mkaply%us.ibm.com 93363bafac #59257
r=mkaply, a=blizzard
First checkin for jjones - fix collation code for OS/2
2001-01-25 05:33:04 +00:00
nhotta%netscape.com 59ee228bd9 Check in for yokoyama, fixing Macintosh bustage. 2001-01-24 00:33:28 +00:00
dbaron%fas.harvard.edu 7d31f02724 Change case of #include since filenames are case sensitive on some platforms. 2001-01-23 23:52:37 +00:00
yokoyama%netscape.com a8a692d8d5 Fix for 22921; nsIModule code. /sr=ftang 2001-01-23 22:33:22 +00:00
yokoyama%netscape.com e2fcbd14cc Fixed 22921; nsIModule code. /r=valeski /sr=ftang 2001-01-22 21:49:03 +00:00
yokoyama%netscape.com de9bb18e1c fix 22921 copied nsIModule code. 2001-01-20 01:02:53 +00:00
ftang%netscape.com 3301b4dc30 fix bug 61031. fix typo to make CE run. r=nhotta sr=sfraser 2001-01-19 01:34:13 +00:00
yokoyama%netscape.com c34c9ba6e0 fix for 22921. /r = jud, /sr=ftang 2001-01-19 01:34:00 +00:00
mkaply%us.ibm.com b354238762 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
tao%netscape.com b1a210d7da 26291: StringBundle should not call OpenInputStream(). (r,sr)=(alecf,erik).
Add new api , CreateAsyncBundle() to load stream asynchronously. setenv
STRRES_ASYNC to flip CreateBundle() to CreateAsyncBundle().
2001-01-12 03:02:22 +00:00
bryner%uiuc.edu 6862b07fb9 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
dbaron%fas.harvard.edu a8b848e184 Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 20:31:08 +00:00
dbaron%fas.harvard.edu cb1c48e1d9 Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 19:00:35 +00:00
harishd%netscape.com e7225d1dc7 62754 - Fix meta charset that was getting ignored.
63234 - Fix up an infinite looping caused by embedded null chars.

r=ftang
sr=vidur
2000-12-21 20:46:00 +00:00
mkaply%us.ibm.com ab4ef3ac8c #62335
r=jkobal, a=blizzard
Code from mkaply - proper mapping of OS/2 codepages to charsets
2000-12-18 20:27:19 +00:00
tao%netscape.com a912e59641 55328: Cannot input korean!!, (patch from jshin@pantheon.yale.edu)
r=nhotta,sr=erik
2000-12-14 23:40:36 +00:00
nhotta%netscape.com 3f36f6c437 Changed locale string parse code not to set country if the locale string is country+encoding and no country code,
check in for katakai@japan.sun.com, bug 60954, r=nhotta, sr=alecf.
2000-12-12 22:21:02 +00:00
vidur%netscape.com 01bf191f42 Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst 2000-12-12 21:58:13 +00:00
mkaply%us.ibm.com 71a28304d6 EMX build break 2000-12-11 21:38:49 +00:00
dbaron%fas.harvard.edu 7d7af52c16 Fix bustage. Missed one change from |GetUnicode| to |get|. 2000-12-09 04:35:24 +00:00
dbaron%fas.harvard.edu 8b5dbb1a2c Replace static nsAutoStrings with nsLiteralStrings to avoid static construction, and fix a build warning while I'm here. b=61957 r=erik@netscape.com sr=waterson@netscape.com 2000-12-09 04:15:25 +00:00
shanjian%netscape.com e9ae302c1d #60823 UnicodeToGBK and UnicodeToGB2312 converter don't work on SPARC Solaris
r = nhotta, sr=erik
the original code does not work with big-endian system.
2000-12-09 01:45:36 +00:00
mkaply%us.ibm.com 01c022f6f3 #56767
r/a=cls,leaf
Remove XP_PC - use XP_WIN or XP_OS2 explicitly
2000-11-29 23:28:04 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
danm%netscape.com b9887b3ac3 removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
shanjian%netscape.com d0ce44ff08 #59666, Occurances of uninitialized variables being used before being set.
r = nhotta, sr=erik
2000-11-17 18:13:52 +00:00
alecf%netscape.com b29a82daa0 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
disttsc%bart.nl a515bead9b Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
sfraser%netscape.com 8ec902b5e9 Adding chardet IDL project for bug 46200, "nsBrowserInstance must die!". For jag, r=erk, sr=sfraser 2000-11-16 21:35:01 +00:00
disttsc%bart.nl 34dc58df87 Convert nsIDocumentCharsetInfo to IDL so we can get rid of more bits of nsBrowse
rInstance. bug=46200, r=erik@netscape.com, r=smfr, a=alecf.
2000-11-16 21:33:34 +00:00
alecf%netscape.com 859e2734f4 fix for #49424 - don't cache the string bundle if the file doesn't load
r=tao a=alecf
2000-11-14 00:15:43 +00:00
harishd%netscape.com 3e1aa03c89 58842 - Forgot to remove this..since atom is now nsCOMPtr.
r=pollmann
sr=vidur.
2000-11-02 22:03:10 +00:00
harishd%netscape.com 808b2fd407 58842 - Fixing nsIAtom Leakage introduced by checkin to bug 27006.
r=pollmann
sr=vidur
2000-11-02 22:00:04 +00:00
harishd%netscape.com 1bff7726b2 27006 - FIXED a potential leak r=pollmann sr=vidur 2000-11-02 03:02:17 +00:00
harishd%netscape.com 7c66338f99 27006 - Don't reload documents with POST form data.
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ftang%netscape.com e2d9fdc3b0 fix bug 54841. zero out the first 128 bits of the representatble
r=sr=erik
2000-10-06 21:54:38 +00:00
ftang%netscape.com 07156ebda9 fix bug 54468. r=cata sr=erik. add boundary condiction and return
different result code for those cases.
2000-10-06 21:54:00 +00:00
erik%netscape.com bf2f4f3aa1 bug 54507; r=ftang; a=buster; complete the charset -> lang group table to
get the right fonts in layout (and to solve the assertion problem)
2000-10-04 22:10:13 +00:00
mkaply%us.ibm.com 222a1bcf4f #26962
r=nhotta, a=blizzard
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:13:05 +00:00
mkaply%us.ibm.com 419f60f016 #26962
r=nhotta, a=brendan
Change ToNewUnicode to GetUnicode to avoid memory allocations
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:11:55 +00:00
ftang%netscape.com bc7e9de8e8 fix bug 33162. a=ftang
check in machine generate code
remove NEC japanese range
2000-09-22 01:03:39 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
waterson%netscape.com c71e04b66a Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
mkaply%us.ibm.com a491c11bf4 OS/2 GCC Tinderbox bustage
Hopefully that last locale #define missing
2000-09-15 14:45:07 +00:00
mkaply%us.ibm.com db78637c7b OS/2 GCC Tinderbox break
Another Locale #define missing from EMX
2000-09-15 10:33:50 +00:00
mkaply%us.ibm.com 6709856565 OS/2 GCC Tinderbox break
Locale #define missing from EMX
2000-09-15 03:53:14 +00:00
ftang%netscape.com a50c703817 fix bug 50864. remove umr r=nhotta 2000-09-14 23:10:06 +00:00
mkaply%us.ibm.com 41ac82f91b #45263
r=mkaply, a=brendan
Code from samake - report locale to current and to use OS, not c runtime
2000-09-14 22:56:05 +00:00
mkaply%us.ibm.com 7d198346fb #45263
r=nhotta, a=brendan
Code from samake - report locale to current and to use OS, not c runtime
2000-09-14 22:52:17 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com 1622c11a3a Specify that the base class is indeed 'public' since some compilers (AIX)
assumes 'private'.  I ok'd each of these with the appropriate module
owners (see bug)

r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
cata%netscape.com 4bed6383b4 Fix for bug #49102 a=ftang r=ftang 2000-09-12 21:45:59 +00:00
cata%netscape.com 6684a0af2f Fix for bug #45356 and lots of clean-up. 2000-09-08 23:45:56 +00:00
cls%seawood.org be539c1463 General makefile cleaning for intl. Thanks to dbaron for pointing this out. 2000-09-07 02:38:55 +00:00
cata%netscape.com d170c1c16d Fix for bug #47347 r=ftang a=ftang. 2000-09-06 02:30:28 +00:00
cata%netscape.com ea67db35c1 Fix for bug #47341 r=ftang a=ftang. 2000-09-05 23:54:59 +00:00
ftang%netscape.com 191a1129e9 fix bug 49380 for Japanese. the change are generated by table tools. r=ftang 2000-09-05 20:43:29 +00:00
ftang%netscape.com 7117713f91 fix 50997. r=momoi@netscape.com add mk-mk 2000-09-05 18:23:46 +00:00
scc%mozilla.org 7ec3fce355 fixing code that relied on implicit string construction 2000-09-02 23:25:46 +00:00
beard%netscape.com c84e837a9e fixing code that relied on implicit string construction. r=scc 2000-09-02 07:20:29 +00:00
nhotta%netscape.com 37e45003fe Changed to get a webshell service through docshell, bug 50806, r=harishd. 2000-08-31 00:36:54 +00:00
ftang%netscape.com 26ada473ea better fix for 35004. thanks John G. Myer's patch. r=ftang 2000-08-29 23:48:34 +00:00
cata%netscape.com d425eef821 Fixing a couple of warnings on Mac. 2000-08-29 23:29:58 +00:00
cata%netscape.com 5f83fafd9f Fix for bug #38645 a=ftang, r=nhotta. 2000-08-29 23:22:09 +00:00
ftang%netscape.com b3043dfab2 fix 35504. Do not change res if we already set a error code.
r=nhotta.
2000-08-28 23:31:07 +00:00
nhotta%netscape.com 7e899f887d Added a method to reset some states for a string detector, check in for ftang, bug 49411, r=nhotta. 2000-08-28 22:33:15 +00:00
ftang%netscape.com 60ef648cee fix bug 49262. for Unicode to ISO-2022-JP. Use the JISx0201 GL table
so it won't generate JIS x0201 GR
r=nhotta
2000-08-26 04:15:34 +00:00
ftang%netscape.com 73a2fe514e add JIS0201 GL table. We need this because ISO-2022-JP can only encode the GL
part of JIS0201. part of the fix of 49262. Not part of the build yet.
The table is machine generated, r=ftang
2000-08-25 08:56:17 +00:00
beard%netscape.com 6d24810f26 use QueryElementAt() to save space and time. r=hyatt 2000-08-24 01:02:58 +00:00
jgaunt%netscape.com b4030dff64 fix HP( and other unix) bustage dealing with locale setting
bug #35480 r=tao@netscape.com
2000-08-24 00:50:13 +00:00
ftang%netscape.com 09379e43dc fix 49553. r=mjudge. replace ToNewCString/delete pair with NS_ConvertUCS2toUTF8 2000-08-21 23:51:59 +00:00
scc%mozilla.org d7ceaf7a8d fixing code that relied on implicit string construction 2000-08-20 07:51:44 +00:00
scc%mozilla.org b28256c52c fixing code that relied on implicit string construction 2000-08-19 21:22:45 +00:00
scc%mozilla.org 07f3d5397f fixing code that relied on implicit string construction 2000-08-19 21:10:07 +00:00
ftang%netscape.com 83dac351cb add perl tool which convert CP932.TXT to a JIS0208 table 2000-08-17 00:07:54 +00:00
ftang%netscape.com a656635633 fix bug 35166 and 41666. Change the conversion to use the source from CP932.TXT
so we can convert round trip correctly with the other direction
the table is generated by ufrom. r=ftang
2000-08-17 00:03:06 +00:00
ftang%netscape.com 7f39f8cd7d correct the spelling of jis_0208-1983 and jis_0212-1990 (extra x)
r=nhotta fix bug 49107
2000-08-17 00:01:31 +00:00
waterson%netscape.com a024f86210 Bug 47154. Treat '\\n' and '\\r' as whitespace, too. Also, use 'inline' instead of macros to avoid multiple argument evaluation. r=ftang 2000-08-16 01:08:43 +00:00
ftang%netscape.com 85fbe0581c fix bug 27906. Obsolete old Japanese converter to save some space. r=nhotta 2000-08-14 21:52:06 +00:00
nhotta%netscape.com 60ce8b12d8 Disabled caching for encoders since they hold states, bug 48284, r=cata,ftang. 2000-08-11 20:13:31 +00:00
warren%netscape.com 4af572e4c1 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
cata%netscape.com 11aee96489 Fix for bug #28104. r=nhotta, a=ftang. 2000-08-08 22:45:36 +00:00
saari%netscape.com 00ad136b80 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
nhotta%netscape.com c1f80caba6 Change to call OS API with null argument for default locale, bug 39677, r=ftang. 2000-08-08 20:44:12 +00:00
ftang%netscape.com 10cfb1358f improve cjk detector by reduce the threshold and do no consider Big5 in the
statistic model .
2000-08-05 20:57:02 +00:00
cata%netscape.com e6fcb678dd Fix for bug #37543, a=ftang, r=nhotta. 2000-08-05 00:07:03 +00:00
cata%netscape.com 8b584d0bef Fix for bug #28983. a=ftang, r=nhotta. 2000-08-04 23:30:36 +00:00
alecf%netscape.com bea0b0c152 fix for #46712 and #46491
r=warren
- remove chrome dependancy from string bundles, finally (yay)
- flush the string bundle cache according to the memory pressure observer
- expose flushing in the nsIStringBundle API so that chrome can flush it
2000-08-03 23:43:10 +00:00
cata%netscape.com 8025735b84 Fix for bug #28112 cache not persistent in charset menu, r=nhotta, a=ftang. 2000-08-02 21:54:18 +00:00
warren%netscape.com 4967b0a7cc Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
ftang%netscape.com 34d9c8854a fix 44551. Turn nb and nn to true from false so they will be
shown on the language ui.
r=momoi a=ftang
2000-08-02 04:22:41 +00:00
valeski%netscape.com 02e5ee7e26 mlk fix. r=tao 2000-08-02 00:09:22 +00:00
valeski%netscape.com f4998b1b1e removing extraneous variable 2000-08-01 23:57:36 +00:00
ftang%netscape.com bf827ab068 fix for bug 26938. r=tao a=ftang. fix \u encoding conversion so \n \r \t\ will be
convert to \n \r \t
2000-07-31 00:40:20 +00:00
warren%netscape.com fef9beada4 Bug 46674. Classic =/== typo. 2000-07-27 21:01:15 +00:00
warren%netscape.com 7ac7233df8 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
ftang%netscape.com 9c8d0c0c79 add one space to add check in comment for last check in
fix bug 49790. r=tao move intl.charetmenu.* pref to property file
2000-07-19 06:30:52 +00:00
ftang%netscape.com b7e7614000 *** empty log message *** 2000-07-19 06:24:47 +00:00
warren%netscape.com 42870bddb5 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
erik%netscape.com 851845d48a bug 39570; was using Korean font for Japanese text; we now use the locale's
language group when the document is in Unicode; r=nhotta
2000-07-13 21:10:34 +00:00
nhotta%netscape.com 8db59d1ce5 Added a mail charset menu cache support, bug 28869,r=cata. 2000-07-13 20:55:52 +00:00
cls%seawood.org 33938e6100 Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
scc%mozilla.org fb45597f40 bug #17294, fixed a dogfood+ assert, there's more to this bug, but the rest isn't dogfood. r=BenB; a=jar 2000-06-29 22:04:28 +00:00
shanjian%netscape.com 255092f79f #40734
Checkin the code again with small modification from previous one. The
failure in test should be corrected by changing the test case. The rule
has been changed. Akkana agreed the change.
2000-06-26 20:25:41 +00:00
shanjian%netscape.com 16a71f7354 Back out my previous change because the test failed on Linux.
Need to find out what's happening.
2000-06-22 00:54:43 +00:00
cata%netscape.com b00f7aa828 Turning on charset override by default. r=nhotta a=ftang bug #41620. 2000-06-22 00:41:02 +00:00
shanjian%netscape.com 3ad23c3ed4 #40734 URL wrap
r = ftang
do the line breaking using western rule (dominant space). If a CJK
char is found, back to 4051.
2000-06-21 23:33:50 +00:00
shanjian%netscape.com b7f626e6b6 #40734 URL wrap
r = ftang
'<' and '>' should be treated as open and close quote, because
they are often used that way.
2000-06-21 23:07:34 +00:00
shanjian%netscape.com 8356e8f68c #40734 URLs wrap
r = ftang
'<' and '>' should be treated as open and close quote, because they are
often used that way.
2000-06-21 23:04:25 +00:00
amasri%netscape.com 865c0eb983 Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 01:46:22 +00:00
rbs%maths.uq.edu.au 29f1b6960b Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
yueheng.xu%intel.com 6f1f54c831 fix for #42484 (extra ";" after the loop control). r=cata, a=waterson 2000-06-14 22:13:13 +00:00
scc%mozilla.org 55650a35b3 fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
shanjian%netscape.com 3d1f6ab8b8 Add Alis Charset detector to menu
r=naoki a=ftang
2000-06-08 05:23:09 +00:00
alecf%netscape.com edce9aa42e add support for sprintf-style string formatting using string bundles
r=tao (partial fix for #28993)
2000-06-06 03:05:00 +00:00
slamm%netscape.com 50f8600402 Ignore generated Makefile. 2000-06-05 21:40:07 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
yueheng.xu%intel.com 76710f74ed fixed #39640 (regression of UnicodeToGB2312GL converter) and #34626( optimization of table initialization. Do it only when it is needed at first time). r=ftang, a=waterson. 2000-06-02 22:18:42 +00:00
mkaply%us.ibm.com c45b91dd46 # 37239
r = mkaply, a = brendan
OS/2 bringup - Need charsets to bring the browser up
2000-06-02 01:58:50 +00:00
alecf%netscape.com da9ec32b29 remove duplicate string from properties file, was causing warning on console at startup 2000-06-02 00:39:16 +00:00
cata%netscape.com e5d8f7c177 Fixing bug #36954. r=erik a=ftang. 2000-06-01 23:21:22 +00:00
dp%netscape.com ba8104064c Using singleton 1-byte unicode encoders and decoders. This will
eliminate creation of about 1000 objects on startup. r=waterson,cata a=waterson
2000-05-26 00:55:42 +00:00
mkaply%us.ibm.com f9d2f0746e # 37239
r = naoki, a = brendan
OS/2 bringup continues on M16 - OS/2 changes for string inside of an OS/2 ifdef
2000-05-25 14:28:15 +00:00
mkaply%us.ibm.com 29a0bf0755 # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only - fix for trap
2000-05-22 21:45:00 +00:00
nhotta%netscape.com 9b76a94132 Fix for uninitialized memory reference, contributed by rich.burridge@sun.com, r=nhotta, a=waterson, bug 39891. 2000-05-22 21:36:46 +00:00
nhotta%netscape.com f5f1803974 Warning fix for unicharutil self test code, contributed by daa@distributed.net, r=nhotta, a=waterson bug 40089. 2000-05-22 21:35:33 +00:00
harishd%netscape.com 776f0bd024 Get the parser bundle through a normal COM interface. 2000-05-22 21:33:12 +00:00
mkaply%us.ibm.com 70c48c4864 # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
cls%seawood.org 65235c917b More OS/2 fixes. Bug #34106 Batch 17 & 18. r=pavlov 2000-05-21 11:23:34 +00:00
hyatt%netscape.com 5bed7dc4bd fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
cata%netscape.com 793219dc38 Preventing possible more bustage... 2000-05-17 07:35:17 +00:00
sfraser%netscape.com 04ed9c3a76 Remove linkage with NetworkModular.shlb, really this time 2000-05-17 06:25:35 +00:00
sfraser%netscape.com bc615159f8 Fix access paths for faster opening 2000-05-17 06:22:39 +00:00
sfraser%netscape.com 8bc290f493 Remove linkage with NetworkModular.shlb 2000-05-17 06:20:51 +00:00
ftang%netscape.com abb5c1d985 check in fix of 34617 for Xu.Yueheng@intel.com r=ftang@netscape.com
Use the new implementation for GB2312GL
2000-05-17 05:19:04 +00:00
cata%netscape.com 6de68e65eb Adding new component to the build. 2000-05-17 05:15:16 +00:00
cata%netscape.com 907566fe4d added files: mozilla/intl/chardet/src/nsDocumentCharsetInfo.cpp 2000-05-17 05:14:42 +00:00
cata%netscape.com a2b6483cc6 Adding new component into the tree. 2000-05-17 05:10:35 +00:00
cata%netscape.com eac7679207 Interface updated with new methods and macros. 2000-05-17 05:08:39 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
mkaply%us.ibm.com 2cce9f0e39 # 20338
a= bobj
Reenable Visual Hebrew for Beta 2
2000-05-16 23:11:33 +00:00
ftang%netscape.com 357c7042e2 add perl tools which generate character frequency map and statistics files 2000-05-16 23:03:14 +00:00
ftang%netscape.com 9c0d215f10 Change the score back to based on both the first and second byte. 2000-05-16 22:56:39 +00:00
ftang%netscape.com 10ed7b66ae iimprove charset detectors to use statistic model 2000-05-16 22:50:16 +00:00
cata%netscape.com 50782fc359 Dynamic charset menu in Composer. Bug #38079 2000-05-16 22:20:18 +00:00
putterman%netscape.com e46b2185a2 fix for assertions on startup. a=leaf. r=sspitzer and cata. 2000-05-16 17:30:15 +00:00
cata%netscape.com 32f0f8e204 Moving charsetTitles.properties from Res to Chrome. 2000-05-15 23:16:28 +00:00
erik%netscape.com 8726699c59 added some lang groups that were missing 2000-05-15 20:07:42 +00:00
hyatt%netscape.com 655287a2d5 Changing convertChromeURL. 2000-05-15 01:40:35 +00:00
alecf%netscape.com bdd5935e90 cache the resolved chrome URL not the chrome URL, so that stringbundle caching doesn't screw with locale switching 2000-05-14 19:42:27 +00:00
harishd%netscape.com e309a0cee6 Observer base querys for nsIWebShellServices through the parser bundle...
r=nisheeth
2000-05-14 19:25:13 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
waterson%netscape.com 7992d72095 Fix string backsliding. r=scc 2000-05-13 00:47:48 +00:00
tao%netscape.com d251a94d73 Adjust code logic to use the new Accpet-Lang file structure.r=jbetak. 2000-05-12 23:50:33 +00:00
tao%netscape.com 7b0d81327d Add test case for nsIAcceptLang 2000-05-12 21:51:11 +00:00
tao%netscape.com 59b5f92030 Register nsIAcceptLang: 34954 2000-05-12 21:50:01 +00:00
tao%netscape.com f40203662a Silent mac compiler warning. 2000-05-12 21:43:42 +00:00
nhotta%netscape.com 82b3452cff Check in for tao, 34954. 2000-05-12 21:41:09 +00:00
tao%netscape.com a62866ce15 Compile nsAcceptLang; bug 34954. 2000-05-12 21:36:05 +00:00
tao%netscape.com 1180e9d51c Add implementation of nsAcceptLang; bug 34954. 2000-05-12 21:34:41 +00:00
tao%netscape.com 568c25bc69 Add nsIAcceptLang.idl; bug 34954. 2000-05-12 21:14:22 +00:00
tao%netscape.com 970715f0b4 add nsIAcceptLang; bug 34954 2000-05-12 21:07:45 +00:00
nhotta%netscape.com f4ae83e7a6 checkin for tao; bug 34954 2000-05-12 21:03:48 +00:00
nhotta%netscape.com f2558b9637 Check in for tao, 34954. 2000-05-12 21:03:07 +00:00
tao%netscape.com aef7bf683e IDL for AcceptLang service; bug 34954. 2000-05-12 20:53:34 +00:00
mkaply%us.ibm.com c3b039c794 # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
cls%seawood.org fec728bf12 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00