Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: gm/rebaseline_server/static/loader.js

Issue 29603002: Revert r11860, which was supposed to just be a whitespace change (argh) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gm/rebaseline_server/static/view.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/loader.js
===================================================================
--- gm/rebaseline_server/static/loader.js (revision 11860)
+++ gm/rebaseline_server/static/loader.js (working copy)
@@ -45,14 +45,8 @@
$scope.categories = data.categories;
$scope.testData = data.testData;
$scope.sortColumn = 'test';
- $scope.showTodos = false;
+ $scope.showTodos = true;
- $scope.dispositions = [
- 'Unfiled', 'Hidden', 'Pending Approval'
- ];
- $scope.defaultDisposition = $scope.dispositions[0];
- $scope.viewingDisposition = $scope.defaultDisposition;
-
for (var i = 0; i < $scope.testData.length; i++) {
$scope.testData[i].index = i;
}
@@ -119,10 +113,6 @@
$scope.areUpdatesPending = true;
}
- $scope.setViewingDisposition = function(disposition) {
- $scope.viewingDisposition = disposition;
- }
-
$scope.localTimeString = function(secondsPastEpoch) {
var d = new Date(secondsPastEpoch * 1000);
return d.toString();
« no previous file with comments | « no previous file | gm/rebaseline_server/static/view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698