Source code
Revision control
Copy as Markdown
Other Tools
function fileURL(filename) {
let ifile = getChromeDir(getResolvedURI(gTestPath));
ifile.append(filename);
return Services.io.newFileURI(ifile).spec;
}
let root = getRootDirectory(gTestPath).replace(
host
);
return root + filename;
}
return httpURL("307redirect.sjs?" + url, host);
}