Closed Bug 964711 Opened 10 years ago Closed 10 years ago

"PAC Execution Error: isResolvableEx is not defined []"

Categories

(Core :: Networking, defect)

27 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 558253

People

(Reporter: agefen, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36

Steps to reproduce:

Set FF to use a PAC file


Actual results:

In the Error Console: "PAC Execution Error: isResolvableEx is not defined []"


Expected results:

isResolvableEx() should be executed.
Component: Untriaged → General
Steps to reproduce:

Set FF to use a PAC file that uses isResolvableEx().

---
PAC file:

function FindProxyForURL(url, host)
{
.
.
.

if (isResolvableEx(host))
{
     var resolve = dnsResolveEx(host);//return an array
}

.
.
.
}
Component: General → Networking
Product: Firefox → Core
We define isResolvable (http://mxr.mozilla.org/mozilla-central/source/netwerk/base/src/ProxyAutoConfig.cpp#70). What is isResolvableEx supposed to do?
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.