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

3909 Коммитов

Автор SHA1 Сообщение Дата
darin%netscape.com adf3492765 fixes bug 143311 "nsStreamListenerTee should completely drop mSink during
OnStopRequest" r=gordon,dougt sr=rpotts
2002-05-10 18:38:09 +00:00
rpotts%netscape.com c9c3d0caab bug #129795 (r=darin@netscape.com, swr=alecf@netscape.com) wrong document channel assertions are firing during redirects... 2002-05-09 20:37:50 +00:00
rpotts%netscape.com d9ac94fcd4 bug #142976 (r=darin@netscape.com, sr=jst@netscape.com) OnStopRequest is not always fired by the nsStorageTransport 2002-05-09 08:45:44 +00:00
darin%netscape.com facc91f59a fixes bug 139817 "M1RC1 topcrash [@ nsHttpChannel::OnStartRequest]"
r=gordon sr=jst
2002-05-09 00:31:24 +00:00
darin%netscape.com 0d71545caa fixes bug 142843 "mozilla ignores 'Expires: 0' and 'Pragma: no-cache' when
sent with a 'Last-Modified' header" r=bbaetz sr=rpotts
2002-05-08 19:15:52 +00:00
bryner%netscape.com 4858d2ec5f Fixing mcafee's windows bustage. 2002-05-08 08:13:32 +00:00
mcafee%netscape.com 5409433789 Moving PropertiesTest.cpp from xpcom/tests to netwerk/test to remove necko dependency from xpcom (142680). r=cls, a=alecf 2002-05-08 06:08:25 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
jst%netscape.com dd27ac8f1e Fixing bug 140462. nsIURI segment accessors return only part of the requested segments in some cases. r=bbaetz@student.usyd.edu.au, sr=darin@netscape.com 2002-05-07 20:23:37 +00:00
cbiesinger%web.de 598b3dd49e bug 138052 patch by timeless r=biesi sr=darin
data: is still too agressive about stripping whitespace XML
2002-05-04 09:10:36 +00:00
dougt%netscape.com b2449fe85b Fixes 117628. Failed DNS error causes future lookups to fail. Now we call res_ninit() on platforms which support this function when the dns lookup fails. r=brendan@mozilla.org, sr=darin@netscape.com 2002-05-04 03:40:06 +00:00
darin%netscape.com b4b75daa66 cleaning up documentation, marking some interfaces frozen, and splitting
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
ben%netscape.com d5e1f0f0af [Chrome FastLoad]
Make nsStandardURL implement nsIClassInfo so that URIs can be serialized into the FastLoad File.
r=dougt, sr=darin
2002-05-03 03:01:32 +00:00
gordon%netscape.com 7f358a48e6 Adding new files for disk cache. These are not part of the build, but will get reviewed before being enabled. 2002-05-01 22:08:07 +00:00
darin%netscape.com 18c4af7075 fixes bug 141061 - XMLHttpRequest allows reading of local files
r=mstoltz sr=heikki
2002-04-30 23:22:04 +00:00
dougt%netscape.com 19904bc679 Fixes bugs 138254 and 138157. The first addresses problems with STOR and CWD. On some servers, we screw up and ask that the server to store the uploaded file in a absolute position when we really want the file to be relative to the CWD. The second bug addressees resolves a cpu peg after upload. r=bbaetz/brade. sr=darin@netscape.com 2002-04-30 21:12:53 +00:00
dougt%netscape.com 87987ab7eb Fixes 141235. Indexed-html converter doesn't handle parent directories for file protocol. r=chak@netscape.com, sr=darin@netscape.com. 2002-04-30 20:53:09 +00:00
chak%netscape.com 3901b8cfee Fix for #141247 - Enable HTML dir listings
r=dougt, sr=darin
2002-04-30 20:48:15 +00:00
darin%netscape.com 6c213350fb fixes bug 138877 "Browser crashes if HREF contains entity #9619; M1RC1
topcrash [@ MSVCRT.DLL - PR_Free] [@ libc.so.6 - PR_Free]"
r=nhotta sr=rpotts
2002-04-30 01:13:54 +00:00
darin%netscape.com 9dd10adc9b fixes win32 bustage 2002-04-27 06:32:40 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jgmyers%netscape.com bf7e6b01fd Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin 2002-04-26 23:02:11 +00:00
darin%netscape.com 8c49d39ba8 fixes bug 138780 - Redirect with non-ASCII in URL fails
r=andreas.otte@debitel.net sr=rpotts
2002-04-26 22:50:50 +00:00
dougt%netscape.com 8e66412f38 Reduces the chance of losing a known race condition. 139556. r=rpotts@netscape.com, sr=darin@netscape.com 2002-04-25 21:04:27 +00:00
darin%netscape.com 5a6dcbc584 fixes bug 137692 "This URL create a BLANK screen (instead of 3 frames)"
patch=antonio.xu@sun.com, r=bbaetz, sr=darin
2002-04-25 19:31:45 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
brade%netscape.com bc6688ff4c don't allow extra ftp commands to be executed (bug 139202); r=bbaetz, mstoltz; sr=alecf, darin 2002-04-24 20:26:05 +00:00
hyatt%netscape.com c0bcb8ed9f Fix for 139574, wrong user agent specifics on mach-o builds. r=bryner, sr=darin 2002-04-24 00:55:53 +00:00
darin%netscape.com fd0ccb757f fixes bug 138754 "http pipelining related assertions" r=gagan sr=rpotts 2002-04-23 07:30:28 +00:00
bzbarsky%mit.edu 56c5bf7bda Fix parsing of content-types with options (bug 138639). r=bbaetz, sr=darin. 2002-04-22 23:55:30 +00:00
darin%netscape.com e983088230 fixing build bustage 2002-04-21 19:12:28 +00:00
darin%netscape.com 9af760d4e6 fixes bug 138280 "Trunk crash [@ nsStorageTransport::nsReadRequest::OnStartRequest]"
r=gagan sr=rpotts
2002-04-21 18:33:42 +00:00
cbiesinger%web.de 8f70f01b03 bug 136538 r=bbaetz sr=darin
data: protocol doesn't unescape its uri string
2002-04-20 06:54:02 +00:00
bryner%netscape.com 2ed061f6c5 Shut down all sockets in http's keepalive/idle list when the SESSION_LOGOUT event happens. This ensures that we don't leak NSS resources associated with SSL sockets. Bug 125561, r=ccarlen, sr=darin. 2002-04-20 05:40:24 +00:00
bzbarsky%mit.edu 3d952314e9 Fix potential memory leaks in nsDataChannel. Bug 138081, r=timeless,
sr=darin
2002-04-19 22:37:41 +00:00
darin%netscape.com 91285b2518 mac project changes for bug 93054 2002-04-19 22:30:15 +00:00
darin%netscape.com b4db8085e5 implement HTTP/1.1 pipelining, b=93054
r=gagan, sr=rpotts
2002-04-19 22:25:23 +00:00
bzbarsky%mit.edu 60b308b963 Backing patch out since it breaks Win32 and I don't have time to fix it
right now.
2002-04-19 03:48:22 +00:00
bzbarsky%mit.edu 46ecbab995 Fix potential memory leaks in nsDataChannel. Bug 138081, r=timeless,
sr=darin
2002-04-19 03:16:37 +00:00
darin%netscape.com a1e280136a fixes bug 60811 "[RFE] User should be able to force HTTP proxy transactions
to use HTTP/1.0 exclusively." r=brade,bbaetz sr=rpotts
2002-04-18 22:36:39 +00:00
darin%netscape.com 92b5a3ff13 fixes bug 137965 "Document contains no data on disconnect"
r=bbaetz sr=rpotts
2002-04-18 22:30:11 +00:00
jkeiser%netscape.com 0dc252669f Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com 2002-04-18 22:02:09 +00:00
bbaetz%student.usyd.edu.au 79a2e06fd7 Bug 134370 - ftp password displayed in page heading
r=dougt, sr=darin
2002-04-17 01:45:15 +00:00
dbragg%netscape.com bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
bbaetz%student.usyd.edu.au 7d1bd63099 Bug 129420 - mailto: urls not working with PAC
r=dougt, sr=darin
2002-04-16 07:41:47 +00:00
darin%netscape.com 1c757de240 fixes bug 136216 "[viewpoint] GetURL fails on https file when the file is
partially in the browser's memory cache" r=serge sr=rpotts
2002-04-15 23:45:07 +00:00
dougt%netscape.com 2dbd1edd63 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00
bzbarsky%mit.edu ce84061033 Fix bug 135833 (view source not working right when it needs a repost).
r=rpotts, sr=darin.
2002-04-13 02:23:52 +00:00
kaie%netscape.com cc964d5bed b=119418 Fix handling of opaque signed S/Mime messages.
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
andreas.otte%debitel.net 7214aabd9e fix bug 132254 [Invalid URL confuses mozilla] Don't let
nsStandardURL::Resolve return a parser error on an invalid url, just
ignore it and assume it to be relative, r=morse, sr=darin
2002-04-11 22:52:53 +00:00