Searched refs:g_history (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | flakiness_dashboard.js | 211 var g_history = new history.History(flakinessConfig); variable 212 g_history.parseCrossDashboardParameters(); 309 if (g_history.dashboardSpecificState.result) 310 return allTestsWithResult(g_history.dashboardSpecificState.result); 312 if (!g_history.dashboardSpecificState.tests) 321 …var tests = g_history.dashboardSpecificState.tests.replace(/\\/g, '/').replace('\n', ' ').replace(… 334 if (testList.length > 10 || !g_history.dashboardSpecificState.showChrome) 503 return '/steps/' + g_history.crossDashboardState.testType + '/logs/' + testName.split('.')[1] 528 if (chromeRevision && g_history.isLayoutTestResults()) { 533 if (!g_history.isLayoutTestResults() && opt_testName && isFailure(builder, opt_testName, index)) [all …]
|
D | aggregate_results_unittest.js | 35 g_history = historyInstance; 84 g_history.dashboardSpecificState.rawValues = false; 99 g_history.dashboardSpecificState.rawValues = false; 114 g_history.dashboardSpecificState.rawValues = true; 144 g_history.dashboardSpecificState.rawValues = true;
|
D | overview.js | 93 var flipCountThreshold = Number(g_history.dashboardSpecificState.flipCount); 95 …$('content').innerHTML = overview._htmlForFlakyTests(flakyData, g_history.crossDashboardState.grou… 111 if (!g_history.dashboardSpecificState.showNoFlakes && !flakeCountIgnoringThreshold) 157 g_history = new history.History({ 165 g_history.parseCrossDashboardParameters(); 174 g_history.parseParameters(); 175 $('navbar').innerHTML = overview._htmlForNavBar(g_history.dashboardSpecificState.flipCount); 176 overview.loadNextTestType(g_history);
|
D | dashboard_base.js | 33 return g_history.crossDashboardState.group || 34 builders.groupNamesForTestType(g_history.crossDashboardState.testType)[0]; 39 …return builders.getBuilderGroup(currentBuilderGroupName(), g_history.crossDashboardState.testType);
|
D | flakiness_dashboard_unittests.js | 39 g_history = historyInstance; 77 g_history = historyInstance; 92 g_history = historyInstance; 185 g_history.dashboardSpecificState.showChrome = true; 187 g_history.dashboardSpecificState.tests = testToMatch; 190 g_history.dashboardSpecificState.showChrome = false; 370 g_history = historyInstance;
|
D | aggregate_results.js | 41 … ui.html.checkbox('rawValues', 'Show raw values', g_history.dashboardSpecificState.rawValues) + 42 … ui.html.checkbox('showOutliers', 'Show outliers', g_history.dashboardSpecificState.showOutliers) + 74 var g_history = new history.History(aggregateResultsConfig); variable 75 g_history.parseCrossDashboardParameters(); 90 if (g_history.dashboardSpecificState.rawValues) { 141 if (!g_history.dashboardSpecificState.showOutliers && element > MAX_VALUE)
|
D | timeline_explorer.js | 106 var g_history = new history.History(timelineConfig); variable 107 g_history.parseCrossDashboardParameters(); 111 …g_currentBuilderTestResults = _decompressResults(g_resultsByBuilder[g_history.dashboardSpecificSta… 121 … var builder = g_history.dashboardSpecificState.builder || currentBuilderGroup().defaultBuilder(); 134 if (g_history.dashboardSpecificState.ignoreFlakyTests) 193 …g_history.setQueryParameter('buildTimestamp', resultsForBuilder[results.TIMESTAMPS][index] * 1000); 265 if (g_history.dashboardSpecificState.ignoreFlakyTests) { 274 if (g_history.dashboardSpecificState.ignoreFlakyTests) { 315 if (g_history.dashboardSpecificState.ignoreFlakyTests && flakyTests[testIndex]) 470 … var builder = g_history.dashboardSpecificState.builder || currentBuilderGroup().defaultBuilder();
|
D | treemap.js | 102 var g_history = new history.History(treemapConfig); variable 103 g_history.parseCrossDashboardParameters(); 267 if (!tree.children && !tree.extraDom && g_history.isLayoutTestResults()) { 286 g_history.setQueryParameter('treemapfocus', name);
|
D | load_failures.js | 138 g_history = new history.History({ 141 g_history.parseCrossDashboardParameters(); 148 loadfailures.loadNextTestType(g_history);
|
D | ui.js | 104 (g_history.queryParameterValue(queryParameter) == value ? 'selected' : '') + 124 …html += ui.html.checkbox('showAllRuns', 'Use all recorded runs', g_history.crossDashboardState.sho… 140 …html += ui.html.select('Group', 'group', builders.groupNamesForTestType(g_history.crossDashboardSt…
|
D | loader.js | 39 '&testtype=' + g_history.crossDashboardState.testType + '&name='; 70 this._history = g_history;
|
D | history_unittests.js | 57 g_history = historyInstance;
|
D | loader_unittests.js | 34 g_history._handleLocationChange = function() {
|