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

4038 Коммитов

Автор SHA1 Сообщение Дата
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
timeless%mac.com 97deddeb06 Bug 131846 warnings in test page load
r=jesup sr=sfraser
2002-08-22 22:01:50 +00:00
brade%netscape.com f90dfe3d0d use calloc instead of malloc/memset 0; bug 163472; r=Roland.Mainz@informatik.med
.uni-giessen.de, sr=darin
2002-08-21 13:14:32 +00:00
smontagu%netscape.com 58ecb2a10e Correct parsing errors of some edge cases omitting optional parameters in data: URLs. Bug 161965 and bug 162019, r=bz, sr=darin 2002-08-20 20:34:39 +00:00
shanjian%netscape.com dad73a56e4 #162377 Non-ASCII filename is not shown when saving and downloading from a ftp listing
added code to convert string bundle to ncr.
r=ftang, sr=jst
2002-08-20 03:32:28 +00:00
andreas.otte%debitel.net 33e3ae5a2b fix bug 32966 [http:/ (one slash) treated as http:// rather than /] We
now support some deprectated relative urls because RFC2396 allows for
a backwards compatibility implementation. Also fixes bug 22251, bug
40670, and some more. r=bbaetz, sr=darin
2002-08-17 11:56:52 +00:00
alecf%netscape.com 7ea939924f fix other bustage 2002-08-16 16:17:13 +00:00
alecf%netscape.com 81f961f9ca warning fix for bug 12493 - quiet down on warnings when url spec is set to ""
sr=darin
2002-08-16 14:55:34 +00:00
alecf%netscape.com 61899db23b bug 162944 - FMM in cache
r=dougt/timeless, sr=darin
2002-08-16 00:08:14 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
nhotta%netscape.com d3a9ace4be For HTTP redirect, inherit the origin charset of the current uri for a new uri.
patch by darin,
bug 161174, r=nhotta, sr=bzbarsky.
2002-08-15 01:16:33 +00:00
kaie%netscape.com 9190a3d74e Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
darin%netscape.com cb52cdc313 fixes bug 158500 "Binary data in multipart/x-mixed-replace get an extra line end when saved or viewed." r=dougt sr=bzbarsky 2002-08-13 23:39:36 +00:00
darin%netscape.com 7e3c89f119 fixes bug 162448 "Page takes loooong to load with pipelining enabled [IIS/5.0]"
r=gagan sr=bzbarsky
2002-08-13 23:37:22 +00:00
darin%netscape.com 4a4eb11602 fixes bug 113206 "fix default port selection of nsHttpHandler::NewURI"
r=dougt sr=alecf
2002-08-13 20:33:45 +00:00
darin%netscape.com 33cf36c5cd fixes bug 102312 "URL: Href attributes spanning multiple lines are taken
to be relative rather than absolute links" r=dougt sr=alecf
2002-08-13 20:22:33 +00:00
darin%netscape.com 6859a4cc0e fixes bug 161228 - socket transport DNS cache should map host:port -> ipaddress
instead of host -> ipaddress
r=mstoltz sr=dveditz
2002-08-13 01:02:59 +00:00
dougt%netscape.com 8302c260df Fixes 550 errors cause ftp to spin. r=bbaetz, sr=darin, b=160714 2002-08-12 23:11:44 +00:00
darin%netscape.com 24fd40bd6f fixes bug 151867 - file channel should implement nsIUploadChannel
r=dougt sr=alecf
2002-08-12 22:44:04 +00:00
darin%netscape.com f4ffbe08da fixes bug 150604 - digest authentication problem: Mozilla ignores the stale
flag from WWW-Authenticate Response Header.
patch=pach@cs.cmu.edu r=dougt sr=darin
2002-08-12 21:38:59 +00:00
darin%netscape.com bb68f622b7 fixes bug 161417 - recent netwerk checkin upped warning count by 4
r=dougt sr=alecf
2002-08-12 14:25:40 +00:00
bbaetz%student.usyd.edu.au 73ad3b526d Bug 162050 - Gopher URLs processed noncompliantly
r=dmose, sr=bzbarsky
2002-08-12 01:06:27 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
jruderman%hmc.edu b4adfdb967 123293, wyciwyg://0/* urls sent as referrers after document.write. r=bbaetz, sr=darin. 2002-08-10 01:38:54 +00:00
bbaetz%student.usyd.edu.au 5310c14a26 Hopefully fix bustage from incomplete backout. 2002-08-10 01:12:01 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
dbaron%fas.harvard.edu d38d31cf64 Attempt to fix bustage from darin's checkin. 2002-08-08 20:47:03 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00