jetstream.html [417:435]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
document.getElementById("tableBodyLikely").innerHTML += newLine;
}
function openTestComparison(signatureFirefox, signatureChrome, signatureCaR, signatureSafari, signatureSafariTP) {
let repoFirefox = 'mozilla-central';
let repoChrome = 'mozilla-central';
let linkString = "https://treeherder.mozilla.org/perfherder/graphs?highlightAlerts=1&highlightChangelogData=1&highlightCommonAlerts=0&series=" + repoFirefox + "," + signatureFirefox + ",1,13&series=" + repoChrome + "," + signatureChrome + ",1,13&timerange=7776000";
if (supportsCaR) {
linkString += "&series=" + repoChrome + "," + signatureCaR + ",1,13";
}
if (signatureSafari > 0) {
linkString += "&series=" + repoChrome + "," + signatureSafari + ",1,13";
}
if (signatureSafariTP > 0) {
linkString += "&series=" + repoChrome + "," + signatureSafariTP + ",1,13";
}
window.open(linkString, "_blank")
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
speedometer.html [330:348]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
document.getElementById("tableBodyLikely").innerHTML += newLine;
}
function openTestComparison(signatureFirefox, signatureChrome, signatureCaR, signatureSafari, signatureSafariTP) {
let repoFirefox = 'mozilla-central';
let repoChrome = 'mozilla-central';
let linkString = "https://treeherder.mozilla.org/perfherder/graphs?highlightAlerts=1&highlightChangelogData=1&highlightCommonAlerts=0&series=" + repoFirefox + "," + signatureFirefox + ",1,13&series=" + repoChrome + "," + signatureChrome + ",1,13&timerange=7776000";
if (supportsCaR) {
linkString += "&series=" + repoChrome + "," + signatureCaR + ",1,13";
}
if (signatureSafari > 0) {
linkString += "&series=" + repoChrome + "," + signatureSafari + ",1,13";
}
if (signatureSafariTP > 0) {
linkString += "&series=" + repoChrome + "," + signatureSafariTP + ",1,13";
}
window.open(linkString, "_blank")
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -