* index.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157881
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-23 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reverted erroneously committed changes from the previous commit.
+
+ * index.html:
+
2013-10-23 Ryosuke Niwa <rniwa@webkit.org>
Clicking on a test name on the new flakiness dashboard should add a new test pane
2013-10-23 Ryosuke Niwa <rniwa@webkit.org>
Clicking on a test name on the new flakiness dashboard should add a new test pane
}
TestResultsView._matchesFailureType = function (results, failureType, tn) {
}
TestResultsView._matchesFailureType = function (results, failureType, tn) {
if (!results.length)
return false;
var latestActualResult = results[0].actual;
if (!results.length)
return false;
var latestActualResult = results[0].actual;
var self = this;
var xhr = new XMLHttpRequest();
var self = this;
var xhr = new XMLHttpRequest();
- xhr.open("GET", 'api/failing-tests.php?builder=' + escape(builderName) + '&days=' + numberOfDays + '&failureType=' + failureType, true);
+ xhr.open("GET", 'api/failing-tests.php?builder=' + escape(builderName) + '&days=' + numberOfDays, true);
xhr.onload = function(event) {
var response = JSON.parse(xhr.response);
section.innerHTML = '';
xhr.onload = function(event) {
var response = JSON.parse(xhr.response);
section.innerHTML = '';