зеркало из https://github.com/mozilla/pjs.git
d605467cb7
bug 1582 - HTTP Referer header problem. This is now resolved with a preference (network.sendRefererHeader) If set to 0 no referrer header is sent (ever) If set to 1 the referrer header is sent only in cases of user link-clicks and if set to 2 is sent from image requests as well. bug 17158 - No Proxies For wasn't implemented. This was not being read correctly and I also moved and cleaned up the parsing function to nsProtocolProxyService (thereby also killing bug 27728) bug 24642 - http://www.win98central.com/#437 was crashing. bug 26686 - crash in nsHTTPRequest destructor. Both of these crashes were because of the nsHTTPRequest being unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now. bug 27844 - HTTP breaks when only using FTP proxy. This was happening because we were not resetting values of the proxy when they are removed from the preference pane. |
||
---|---|---|
.. | ||
idl | ||
macbuild | ||
public | ||
src | ||
tests | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |