Files
Mozilla/mozilla/modules/plugin/base
edburns%acm.org 51d1b42a0a bug=55076
a=brendan
r=av
pdt++? yes

This bug fix makes nsPluginHostImpl::FindProxyForURL() inspect the
ProxyAutoConfig service for proxy values before trying to inspect the
prefs.  This bug fix makes the following assumptions:

    // ASSUMPTION: the only time where it's appropriate to NOT look at
    // the prefs is a successful return from PAC.

That is, prefs will be consulted unless PAC returns successfiully
returns a valid value.

This bug fix also replaces const char *s with nsXPIDLCStrings, and uses
nsCOMPtr where possible.  It also addresses a remote corner case where a host in the noProxyList could by mis-interpreted.

files in this fix:

modules/plugin/nglsrc/nsPluginHostImpl.cpp


git-svn-id: svn://10.0.0.236/branches/Netscape_20000922_BRANCH@80531 18797224-902f-48f8-a5cc-f745e15eee43
2000-10-06 00:36:33 +00:00
..
2000-09-14 22:57:56 +00:00
2000-10-06 00:36:33 +00:00