nhotta%netscape.com
687a69b624
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
ac735f540f
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
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
yokoyama%netscape.com
609201dce3
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
8908ad79e3
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
591e3b3c63
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
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
disttsc%bart.nl
b8709940a3
Fix incorrect change from nsIChannel to nsIRequest. r=dbaron, r=dougt
2001-02-11 18:42:40 +00:00
dougt%netscape.com
1b9ca82439
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
caae22b524
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
c6534c8d49
Check in for yokoyama, fix for 65685; /r=valeski, /sr=ftang.
2001-02-07 01:26:57 +00:00
yokoyama%netscape.com
9111062ed5
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
835fe9ea71
Fix for 65685; /r=valeski, /sr=ftang
2001-02-07 01:21:55 +00:00
yokoyama%netscape.com
b37e556c5e
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
1c5e4dc377
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
de46d5a2d4
check-in for bstell : add CID GBK no ascii converter
...
Bug no: 60826
2001-02-07 01:03:43 +00:00
yokoyama%netscape.com
db649e284d
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
f6972dcca3
Fix for 65685; /r=valeski, /sr=ftang
2001-02-06 23:54:12 +00:00
ftang%netscape.com
d38f4cde87
check in for IBM bidi team . sr=ftang add cp864i converters
2001-02-06 23:51:11 +00:00
ftang%netscape.com
5786594ab2
check in for ibm bidi team. sr=ftang add cp864i converter
2001-02-06 23:50:19 +00:00
ftang%netscape.com
b4a8b42d9c
add cp684i converter. check in for IBM bidi team. sr=ftang
2001-02-06 23:49:25 +00:00
ftang%netscape.com
51e70dc58a
First Checked In.
2001-02-06 23:44:14 +00:00
scc%mozilla.org
89f6b7263b
bug #53071 : r=danm, sr=alecf. Eliminate redundant implemenations, resolve resulting ambiguities.
2001-02-06 23:07:24 +00:00
ftang%netscape.com
a2a345d205
add nsFontPackage for font downloading trigger code. sr=erik
2001-02-06 12:40:23 +00:00
ftang%netscape.com
379776ed20
add nsFontPackage.cpp to implement interface for font downloading sr=erik
2001-02-06 12:38:09 +00:00
ftang%netscape.com
5bec4d45f3
add font download interfaces . sr=erik
2001-02-06 12:37:10 +00:00
ftang%netscape.com
246c0982ee
add font download interface sr=erik
2001-02-06 12:35:41 +00:00
ftang%netscape.com
7810e9c086
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
5f0e58f384
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
0469e26b01
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
92e045ada6
Removing redundant includes.
2001-02-04 06:48:19 +00:00
jgmyers%netscape.com
b8a425d276
utf-8 decoder no longer accepts overlong sequences: bug 50702 r,sr=ftang
2001-02-03 00:08:40 +00:00
ftang%netscape.com
e08b3040df
fix bug 51753 , 58473 and 51975 . all typing issue.
2001-01-31 01:00:51 +00:00
shanjian%netscape.com
43d8cdb49f
#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
8d96588a92
#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
6a1cef6f9a
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
1d9262628e
fix for 22921; use nsIModule;
2001-01-26 23:54:31 +00:00
yokoyama%netscape.com
1b089b2ba6
fix for 22921; use generic nsIModule
2001-01-25 21:16:08 +00:00
nhotta%netscape.com
73750704a3
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
551680c10f
#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
c7f1894b6d
Check in for yokoyama, fixing Macintosh bustage.
2001-01-24 00:33:28 +00:00
dbaron%fas.harvard.edu
3b84cb26a3
Change case of #include since filenames are case sensitive on some platforms.
2001-01-23 23:52:37 +00:00
yokoyama%netscape.com
5b4bb14a66
Fix for 22921; nsIModule code. /sr=ftang
2001-01-23 22:33:22 +00:00
yokoyama%netscape.com
1a6276d7ae
Fixed 22921; nsIModule code. /r=valeski /sr=ftang
2001-01-22 21:49:03 +00:00
yokoyama%netscape.com
4862cc1ea4
fix 22921 copied nsIModule code.
2001-01-20 01:02:53 +00:00
ftang%netscape.com
3f181aba1d
fix bug 61031. fix typo to make CE run. r=nhotta sr=sfraser
2001-01-19 01:34:13 +00:00
yokoyama%netscape.com
429875f270
fix for 22921. /r = jud, /sr=ftang
2001-01-19 01:34:00 +00:00
mkaply%us.ibm.com
0cddd31ff7
#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
148663534b
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
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00