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
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
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
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
darin%netscape.com
7a582d2388
fixing stupid typo ... wish gcc had been less forgiving!
2002-08-07 01:55:33 +00:00
darin%netscape.com
0e7c2f1d22
fixes bug 105292 - Mozilla is sending an Accept-encoding for deflate and
...
compress but doesn't support it [make timesofindia.com load again!]
r=dougt sr=bzbarsky
2002-08-07 01:16:49 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
caa52be426
Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa.
2002-07-30 02:25:08 +00:00
darin%netscape.com
f45557bdd7
fixes bug 146884 - Mozilla sometimes consumes 100% CPU when pipelining is enabled...
...
r=dougt sr=rpotts a=asa
2002-07-27 01:06:05 +00:00
darin%netscape.com
ae0239b558
fixes bug 157861 - have to hit Back twice to return to '300: multiple choices'
...
r=dougt sr=rpotts a=asa
2002-07-24 01:32:07 +00:00
dougt%netscape.com
c2ec17237f
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
pete.zha%sun.com
b589151aa7
bug 152279:Transport shouldn't fire status and progress after stop button been clicked for stopping a document load
...
patch=antonio.xu@sun.com r=jkeiser@netscape.com sr=darin@netscape.com
2002-07-02 02:52:22 +00:00
bzbarsky%mit.edu
5a892e5796
Make the scriptloader check the HTTP status and not load 404 pages and
...
such as scripts. Bug 139040, r=jst, sr=rpotts
2002-07-01 23:12:13 +00:00
jkeiser%netscape.com
fff44ac8f7
Keep background images from sending progress events (bug 133250, checkin #1 ). From Antonio.Xu@sun.com. r=bbaetz, sr=darin
2002-06-27 06:46:25 +00:00
darin%netscape.com
ac9620787e
fixes bug 140107 "HTTP headers show in frame [when server pipelines chunked
...
responses]" r=dougt sr=rpotts
2002-06-17 21:08:46 +00:00
darin%netscape.com
f6e6534443
fixes bug 147979 "Mac-SSL connections very slow"
...
r=sdagley sr=beard
2002-06-12 23:44:31 +00:00
kaie%netscape.com
b6b3aaac10
b=149868 http must never use starttls type sockets, even when going over a proxy. http allows all flavors of SSL2/SSL3/TLS (while startls type sockets disallow some flavors).
...
r=bbaetz sr=darin
2002-06-12 14:36:08 +00:00
cbiesinger%web.de
15a321ca78
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
darin%netscape.com
d5f3668385
fixes bug 144442 "Microsoft-IIS/4.x and Netscape-Enterprise/3.x do not support pipelining"
...
r=gagan sr=rpotts
2002-05-24 00:12:28 +00:00
darin%netscape.com
871afef26b
fixes bug 146074 "Proxy-authorization not on all requests after authentication"
...
r=rjesup@wgate.com sr=rpotts@netscape.com
2002-05-22 03:26:21 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
darin%netscape.com
55467d6556
fixes bug 141796 "Mozilla crashed in http-pipelining code Trunk M1RC2
...
[@ nsHttpPipeline::GetRequestSize_Locked]" r=jag sr=rpotts
2002-05-15 05:36:04 +00:00
darin%netscape.com
bf39c1069e
fixes bug 143821 "Trunk M1RC2 crashes with bad connection
...
[@ nsHttpHandler::ReclaimConnection]" r=kaie sr=jag
2002-05-15 03:07:14 +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
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
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
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
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
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
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
darin%netscape.com
b4db8085e5
implement HTTP/1.1 pipelining, b=93054
...
r=gagan, sr=rpotts
2002-04-19 22:25:23 +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
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
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
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
darin%netscape.com
edab6546f5
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
...
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com
171c8b28ee
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
darin%netscape.com
f2d3a0287d
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
morse%netscape.com
6dcaf507ae
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
darin%netscape.com
b91e7edfce
fixes bug 63878 (second patch) "Implement alert for 'document contains no
...
data' (was Going to lexmark.com does nothing, but www.lexmark works
[Connection reset by peer]"
r=gagan, sr=rpotts, a=scc
2002-03-22 21:30:41 +00:00
darin%netscape.com
816733f449
fixes bug 132633 "navigator.appVersion no longer returns OS version !"
...
r=bzbarsky, sr=rpotts, a=scc
2002-03-22 21:25:58 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
badami%netscape.com
7136a70c0c
Redirection limit for this URL exceeded; Doom cache entry if redirecting back to self
...
bug 127348 r=gagan sr=darin a=asa
2002-03-20 04:33:51 +00:00
badami%netscape.com
ebacb694a3
Regression in "Proxy-authorization header incorrectly sent to server during SSL session."
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-19 02:26:54 +00:00
badami%netscape.com
298d74cdb6
Instead of an order form page I get an ecommerce security warning
...
bug 128213 r=rpotts sr=darin a=asa
2002-03-18 05:20:58 +00:00
brade%netscape.com
a534ba7f76
bug 129565; always send ":" for userpass sequence; written by darin, r=bbaetz, sr=kin, a=Asa
2002-03-14 14:22:43 +00:00
bzbarsky%mit.edu
abe192dbf6
Do not apply content decoding if the url ends in .gz or .zip. The
...
content-encoding battle never ends... Bug 128199, r=law, sr=darin,
a=asa
2002-03-14 00:51:28 +00:00
badami%netscape.com
22db38cf3d
Proxy-authorization header incorrectly sent to server during SSL session
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-13 07:34:51 +00:00
darin%netscape.com
281c86ec58
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
badami%netscape.com
1bd183664a
regression in removing invalid passwords from password manager
...
bug 127863 r=morse sr=darin a=asa
2002-03-11 13:25:25 +00:00
seawood%netscape.com
65178608c0
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
darin%netscape.com
c0e921342d
fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
...
r=dougt, sr=mscott, a=asa
2002-03-07 20:13:14 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
morse%netscape.com
662e2a6a2e
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2002-03-02 01:26:49 +00:00
bzbarsky%mit.edu
de5d5de7c2
Make us handle type:application/x-gunzip, encoding:gzip. Bug 128177,
...
r=bbaetz, sr=darin, a=shaver
2002-02-28 23:54:58 +00:00
badami%netscape.com
be7e92f3cd
Memory leak of 3 bytes from 1 block allocated in nsHttpResponseHead::ParseStatusLine
...
bug 126104 r=gagan sr=darin a=asa
2002-02-26 03:55:59 +00:00
badami%netscape.com
2906cee182
Intermittent "connection refused" errors [@ nsHttpHandler::GetConnection_Locked]
...
Pop oldest idle connection when a new one is created and maxConnections is exceeded.
bug 91429 r=bbaetz sr=darin a=asa
2002-02-22 14:02:40 +00:00
cathleen%netscape.com
8baf662f08
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
2002-02-20 06:38:38 +00:00
cathleen%netscape.com
3322069fa7
back out this nsCRT::strlen to strlen change, look for better solution later
2002-02-19 17:27:11 +00:00
cathleen%netscape.com
a6a1655268
eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan
2002-02-19 16:01:45 +00:00
badami%netscape.com
7cbd55dc8c
Backing out fix for bug 91429
...
Seems to be triggerring bug 125405
Going back to version 1.47 of nsHttpHandler.cpp
2002-02-15 06:13:28 +00:00
badami%netscape.com
a9d2b6cb8b
HTTP authentication stores rejected user/pass combos in password manager
...
bug 91968 patch=Nivedita@netscape.com r=morse sr=darin
2002-02-13 07:25:37 +00:00
badami%netscape.com
f14e77e640
91429; Restrict open connections to max connections
...
bug 91429 r=bbaetz sr=darin
2002-02-13 05:34:08 +00:00
darin%netscape.com
8a60343874
fixes bug 103757 "'headerless' http for ad banner does not load"
...
r=bbaetz,badami sr=mscott
2002-02-12 20:24:53 +00:00
badami%netscape.com
5e88f13114
Add port to auth prompt only if it was mentioned on the URL
...
bug 95350 r=morse sr=darin
2002-02-12 10:53:15 +00:00
darin%netscape.com
714b93ebb3
fixes bug 96705 "[zope] authentication should invalidate cache" and
...
bug 103402 "HTTP authentication allows view of first page if previously
authenticated" r=gagan sr=mscott
2002-02-08 23:13:36 +00:00
darin%netscape.com
6ff09dd568
fixes bug 113959 "canceling a cached page load blows away the cache entry"
...
r=gagan, sr=mscott
2002-02-06 08:41:16 +00:00
darin%netscape.com
f1d1fe23a0
fixes bug 110399 "Expiration date not set if http 'Date:' header missing"
...
patch=badami@netscape.com , r/sr=rpotts,darin
2002-02-06 07:18:14 +00:00
darin%netscape.com
ed1914ac3f
backing out some changes that accidentally slipped in!
2002-02-03 06:24:55 +00:00
alecf%netscape.com
bcd6a6fb94
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
2002-01-27 22:02:00 +00:00
rpotts%netscape.com
b7ac62d47e
bug #120590 (r=mscott@netscape.com, sr=darin@netscape.com). HTTP was using the wrong mime handler...
2002-01-27 06:03:39 +00:00
darin%netscape.com
f1c36a4c12
partial fix for bug 90004 "proxy reload doesn't work" r=gagan,sr=rpotts
2002-01-26 02:14:09 +00:00
alecf%netscape.com
334287cf37
oops didn't mean to check this in (shouldn't cause bustage, but I don't know if it will even work without the other changes.. if it does, then nsCOMPtr<> is busted!)
2002-01-25 01:13:09 +00:00
alecf%netscape.com
f5c506abfd
attempt to fix OS/2 bustage
2002-01-24 22:55:41 +00:00
gordon%netscape.com
7cf5c26933
fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin.
2002-01-24 03:06:28 +00:00
darin%netscape.com
02d3556d92
fixes bug 115252 "going to http://orange.dk produces redirection error"
...
patch=badami@netscape.com ,darin@netscape.com
r=gordon@netscape.com ,blizzard@mozilla.org
sr=mscott@netscape.com
a=dbaron@fas.harvard.edu
2002-01-20 00:43:04 +00:00
darin%netscape.com
61ed1b56b9
fixes bug 119625 "Can't enter new bug or post comments (POSTs turn into GETs)"
...
r=bbaetz, sr=alecf
2002-01-15 00:07:46 +00:00
bbaetz%student.usyd.edu.au
dba349965d
Bug 119625 - can't POST forms
...
Patch by christophe.fergeau@laposte.net , r=bbaetz, sr=beng
2002-01-12 23:56:42 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
darin%netscape.com
926dbcef45
fixes bug 112479 "HTTP needs complete support for nsIUploadChannel"
...
r=dougt, sr=alecf
2002-01-11 22:44:26 +00:00
darin%netscape.com
438eeaa425
fixes bug 119103 "Host: header not being send correctly for IPv6 IP's"
...
r=morten@nilsen.com
sr=jag
2002-01-11 20:34:23 +00:00
darin%netscape.com
2c5dd76223
fixes bug 117507 "HTTP Authentication hangs if no username/password is entered"
...
r=badami@netscape.com sr=jag
2002-01-11 20:33:03 +00:00
brade%netscape.com
c32435dea8
remove unused static kCategoryManagerCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:30:34 +00:00
darin%netscape.com
a8fec387ad
fixes bug 112564 "Cache-Control: no-cache should not affect back/forward
...
buttons" r=dougt, sr=brendan
2002-01-09 04:18:48 +00:00
darin%netscape.com
abbe4059c8
comment correction
2002-01-08 22:39:18 +00:00
darin%netscape.com
9a8e2e4f57
fixes bug 54349 "stylesheet do not load when in another HTTP auth realm (sometimes)"
...
patch=badami@netscape.com
r/sr=darin,rpotts
2002-01-08 05:18:08 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
darin%netscape.com
f84057c29e
fixes bug 85575 "SSL form submission, redirect" patch=badami@netscape.com,
...
r=gagan, sr=darin
2001-12-20 21:13:25 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
darin%netscape.com
2604289683
fixes bug 114660 "data: URLs get sent as http-referer" r=gagan, sr=mscott
2001-12-14 22:56:26 +00:00