Commit Graph

4066 Commits

Author SHA1 Message Date
timeless%mac.com
731f0033e6 Bug 168248 minor cleanup to nsMultiMixedConv.cpp
r=brade sr=darin
2002-09-12 18:12:51 +00:00
seawood%netscape.com
3506d96f8d Do not set EXPORTS to empty as it breaks 'make install'. 2002-09-12 06:57:39 +00:00
darin%netscape.com
d71c19ad7e oops.. backing that out 2002-09-11 05:50:56 +00:00
darin%netscape.com
b87b8e1df7 fixes build bustage 2002-09-11 05:50:15 +00:00
darin%netscape.com
52ca552ce9 removing unused files 2002-09-11 04:15:15 +00:00
darin%netscape.com
57b4ecf2a6 fixes bug 166498 "nsHTTPChunkConv should be cvs removed" r=dougt sr=bzbarsky 2002-09-11 04:14:37 +00:00
darin%netscape.com
5b8a53a10d fixes bug 24197 "RFE Show progress while uploading files (in a form post)"
r=dougt sr=rpotts
2002-09-11 03:23:36 +00:00
caillon%returnzero.com
a5cd43f732 Add a method on the fixup object to strip off wyciwyg from nsIURIs
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2002-09-11 01:44:13 +00:00
darin%netscape.com
ec6256ea3d fixes bug 143541 "SMTP via SSL via SOCKS fails to connect to server."
r=dougt sr=rpotts a=rjesup
2002-09-09 18:40:27 +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
dougt%netscape.com
fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
leaf%mozilla.org
70941124cb update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +00:00
neeti%netscape.com
4b5e1cebe7 fix for bug 141784, ftp.gigo.com does not connect, r=dougt, sr=darin, a=rjesup@wgate.com 2002-09-06 20:23:00 +00:00
dougt%netscape.com
881aab2746 Bug 166595 prompted to save a file twice when downloading with shift-click on ftp link. patch by bzbarsky@mit.edu, r=me, sr=darin, a=rjesup@wgate.com 2002-09-06 20:10:15 +00:00
darin%netscape.com
893a5843dc fixes bug 166396 "embedders should be able to override the default socket
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
dougt%netscape.com
13ffb97ec0 Fixes broken symlinks. r=neeti, sr=darin, a=a=rjesup@wgate.com, b=166529. 2002-09-05 05:01:12 +00:00
timeless%mac.com
9b478a4f58 Bug 166371 Crashes at [@ nsThreadPool::Shutdown] in Trunk, N700
r=bz sr=darin
2002-09-04 06:45:10 +00:00
darin%netscape.com
0f68f4db04 fixing a typo in one of the comments. 2002-09-04 06:09:38 +00:00
darin%netscape.com
5ab5744dce removing dead/unused/broken theme protocol handler, r=beard 2002-09-04 06:06:51 +00:00
darin%netscape.com
f6026fd746 removing some commented out code and other unused cruft. 2002-09-04 06:01:46 +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
bzbarsky%mit.edu
7f484ee985 Allow view-source to handle arbitrary content (as text-plain, in the
worst case).  Bug 77337, r=jst, sr=darin
2002-09-03 22:10:08 +00:00
bzbarsky%mit.edu
98dea7435c Honor content-disposition: attachment even when it's set on content we
can handle internally. Bug 98360, r=law,rpotts, sr=darin. Correct
whitespace this time.
2002-09-03 22:00:22 +00:00
dougt%netscape.com
b2e4b2fbaf test cases 2002-09-03 21:52:16 +00:00
dougt%netscape.com
b6abe92e81 [TRUNK] FTP listing is not working properly for native filename, unable to download. r=nhotta, sr=darin, bug=165585 2002-09-03 21:51:24 +00:00
bzbarsky%mit.edu
a8e1beb0d2 doh. Wrong patch version (-w). backing it out and fixing the whitespace... 2002-09-03 21:47:44 +00:00
bzbarsky%mit.edu
371890dd60 Honor content-disposition: attachment even when it's set on content we
can handle internally.  Bug 98360, r=law,rpotts, sr=darin
2002-09-03 21:46:25 +00:00
timeless%mac.com
43e442ad09 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
bryner%netscape.com
85f230d791 Move finger and datetime protocols to extensions/, not built by default (bug 98753). r=cls, sr=darin. 2002-09-03 02:14:42 +00:00
andreas.otte%debitel.net
7bf4681be4 fix bug 166175 [javascript: urls as frame source no longer work] this
is a regression from bug 163225, cloneing the url in case of an
existing base url makes no sense and fixing bug 163225 exposed that. Also
fixing a leak in nsViewSourceHandler in case setting the spec
fails. r=bzbarsky, sr=darin
2002-09-02 22:15:07 +00:00
andreas.otte%debitel.net
932f63b026 fix bug 166085 [Assertion constructing about: URIs
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
bbaetz%student.usyd.edu.au
4e7eefe5e4 Bug 165544 - let mozilla cope with broken socks 4 proxy servers
patch by jra@samba.org (Jeremy Allison), r=bbaetz, sr=darin
2002-09-02 00:36:36 +00:00
darin%netscape.com
e9d591121f cache fixes required for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:17:00 +00:00
darin%netscape.com
095511d011 http changes required for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:15:43 +00:00
darin%netscape.com
0c002d6e16 fixes bug 163746 "cache block file patch horked support for partial cache
entries [large image requests never load once interrupted]"
r=dougt sr=rpotts
2002-09-01 21:40:45 +00:00
cbiesinger%web.de
8394cd41f0 fixing bustage... the patch had bitrotted 2002-08-31 13:50:00 +00:00
cbiesinger%web.de
91f1408f66 bug 91439 r=pchen sr=darin moa=gagan
about: protocol should be case insensitive
2002-08-31 13:47:39 +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
dougt%netscape.com
262d589fd7 Test cases. Not part of build 2002-08-29 23:14:56 +00:00
bzbarsky%mit.edu
fda4f2b8f8 Don't just hang when we can't load a sheet. Bug 165408, r=rpotts, sr=darin 2002-08-29 22:56:37 +00:00
andreas.otte%debitel.net
caed7f2e56 fix bug 163225 [success or failure of ExtractScheme is not enough to
decide if a url is absolute or relative] This is second part of the
stuff to support those deprecated relative urls of type http:file or
http:/path. By loosening the check on absolute uris in
nsIOService::NewURI nsStandardURL::Resolve gets a chance to do its job.
r=bbaetz, sr=darin
2002-08-29 21:31:55 +00:00
darin%netscape.com
30b3e1cdfa fixes bug 163841 "Mozilla hangs in PR_Lock at ptsynch.c:190" r=dougt sr=rpotts 2002-08-29 04:30:54 +00:00
dougt%netscape.com
c7a5ce8c32 Fixes 95590 FTP: SYST limitations. Intergrates Cyrus Patel LIST Parser. r=dougt, sr=darin@Netscape.com. 2002-08-29 03:13:18 +00:00
darin%netscape.com
8b223b8e30 fixes bug 162589 - about:cache-entry should not be sent as a HTTP Referer header.
r=bbaetz sr=heikki
2002-08-28 00:02:35 +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
dougt%netscape.com
3fafda03c7 Removing nsIURIChecker.idl from sdk exports 2002-08-27 13:09:16 +00:00
darin%netscape.com
abb1b442de fixes bug 152697 "no limit on the size of a HTTP header" r=dougt sr=dveditz 2002-08-27 02:26:43 +00:00
dougt%netscape.com
22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com
dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bbaetz%student.usyd.edu.au
e74d597519 Bug 164197 - ftp leaks control channel data. Also fixes an ABR in the
indexed-to-html converter
r=deveditz, sr=darin
2002-08-24 00:48:58 +00:00