Hi, This is a two-part question:
1. Which LXR "starting point" contains the FF 1.5.0.2 code? 2. When I search LXR for nsIProxyAutoConfig.idl, I find a different interface than the one returned by this code in FF 1.5.0.2: var p = Components.classes["@mozilla.org/network/proxy-auto-config;1"] .getService(Components.interfaces.nsIProxyAutoConfig); p.init() and p.getProxyForURI() exist but not p.loadPACFromURI(). XULPlanet apparently refers to the correct interface for FF 1.5.0.2: http://www.xulplanet.com/references/xpcomref/ifaces/nsIProxyAutoConfig.html But how can I get the interface described at LXR from within FF 1.5.0.2? http://lxr.mozilla.org/mozilla1.7/source/netwerk/base/public/nsIProxyAutoConfig.idl Thank you for any help, Eric Jung _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
