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
timeless%mac.com
e5b390ed80
Bug 136925�TestDBM knowingly crashes
...
test file, review requirement waved by darin
sr=darin
2002-04-11 21:35:28 +00:00
badami%netscape.com
ae63b4918c
HTTP 300 page screws up session history
...
bug 114982 sr=darin r=rpotts a=asa
2002-04-11 04:46:27 +00:00
darin%netscape.com
11113d03f1
fixes bug 136678 "byte range request fails if server returns anything other
...
than 206" r=dougt sr=rpotts
2002-04-11 00:24:06 +00:00
caillon%returnzero.com
26ee19adc5
Bug 135998, Clean up and shrink output of the HTML directory listing. r=bbaetz,glazou sr=darin a=valeski
2002-04-10 10:28:57 +00:00
badami%netscape.com
6e40c5d2e8
bug 133973 r=bbaetz sr=darin a=asa
...
URL redirection limit exceeded
2002-04-09 03:58:24 +00:00
darin%netscape.com
df38d5649c
fixes bug 134203 "Some credit unions... cannot be accessed with current Mozilla"
...
r=morse, sr=rpotts, a=rjesup
2002-04-09 00:03:23 +00:00
ducarroz%netscape.com
fb28b6190a
Fix for bug 132418. Check for null ptr, patch provided by ccarlen@netscape.com. R=pinkerton, SR=sspitzer, A=asa
2002-04-05 15:28:59 +00:00
timeless%mac.com
c3b4db921a
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
timeless%mac.com
dc372ad5dc
Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data;
...
r=dougt sr=dveditz a=asa
2002-04-04 12:28:22 +00:00
bbaetz%student.usyd.edu.au
41a4371b8a
Bug 134901 - Time left is negative (has "-") and size is 0K for ftp
...
downloads
r=dougt, sr=darin, a=rjesup
2002-04-04 00:03:56 +00:00
brade%netscape.com
8c91019064
extend implementations of GetCommonBaseSpec and GetRelativeSpec (bug 133591, r=cmanske, sr= darin, a=jud)
2002-04-03 15:38:53 +00:00
timeless%mac.com
fc4a10e4ef
Bug 129533 |Cannot use const char* to initialize char*| bustage
...
r=bryner sr=darin a=asa
2002-04-01 19:58:02 +00:00
bbaetz%student.usyd.edu.au
dd1093da7f
Bug 129811 - PASV data connection issues
...
r=gagan, sr=darin, a=asa
2002-03-31 09:41:51 +00:00
morse%netscape.com
80bb49fd90
bug 130306, license update -- take 2, r=sgehani, sr=jag, a=asa
2002-03-31 08:35:05 +00:00
jkeiser%netscape.com
3f768121a1
Backing out bug 130306 change to fix bustage
2002-03-31 07:56:24 +00:00
morse%netscape.com
06aa401a2a
bug 130306, license update, r=bryner, sr=jag, a=asa
2002-03-31 06:52:36 +00:00
bbaetz%student.usyd.edu.au
4b99784058
Bug 130299 - confused by , in PASV response message
...
r=gagan, sr=darin, a=asa
2002-03-31 05:17:27 +00:00
bbaetz%student.usyd.edu.au
cce5dc31eb
Bug 128927 - ftp hang when CR and LF are split in onDataAvailable
...
r=badami, sr=darin, a=dbaron
2002-03-31 03:46:12 +00:00
hewitt%netscape.com
d38a0937d9
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
darin%netscape.com
1eb206d67b
fixes bug 132329 "HTTP auto goes into infinite loop"
...
r=gagan sr=rpotts a=valeski
2002-03-28 22:57:41 +00:00
cbiesinger%web.de
f512f9b058
bug 109800 r=valesky sr=dveditz a=roc+moz
...
nsIPasswordManager.idl doesn't allow you to manually add a site to the never saved list
2002-03-28 21:21:08 +00:00
cbiesinger%web.de
a304e4bd02
bug 133715 patch by neil@parkwaycc.co.uk r=biesi sr=darin a=asa
...
data: url without charset kills browser
2002-03-28 21:07:46 +00:00
brade%netscape.com
cd673cda5f
file to be used for testing GetCommonBaseSpec, GetRelativeSpec and Resolve; a=darin (note: test file NOT PART OF BUILD!)
2002-03-27 22:40:48 +00:00
bbaetz%student.usyd.edu.au
893165aeff
Bug 131407 - wrong dates from windows ftp servers
...
r=badami, sr=darin, a=dbaron
2002-03-27 05:43:49 +00:00
sfraser%netscape.com
6da27c1cf8
Bug 133412: need to #include <Files.h> before <OpenTransport.h> for the buggy Universal Headers 3.4.1. Changes to allow for upgrading to CodeWarrior Pro 7.2 tools. r=sdagley, sr=scc, a=asa
2002-03-27 04:09:17 +00:00
timeless%mac.com
31429ca871
Bug 133241 MSVCRT error near printfcstring
...
> that code shouldn't use nsPrintfCString...
r=biesi sr=darin a=dbaron
2002-03-27 03:09:14 +00:00
badami%netscape.com
42f615b233
nsStandardURL::BuildNormalizedSpec needs to use nsMemory::Allocate instead of malloc.
...
bug 132198 r=jag sr=darin a=dbaron
2002-03-27 02:59:25 +00:00