darin%netscape.com
0c2e6c2638
fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
...
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
darin%netscape.com
aa8c622859
fixes bug 141641 "disabling cross-site HTTPS referrers breaks sites"
...
r=mstoltz,bbaetz sr=dveditz
2002-09-13 22:21:57 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +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
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
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
darin%netscape.com
0f68f4db04
fixing a typo in one of the comments.
2002-09-04 06:09:38 +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
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
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
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
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
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