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

Unified Diff: chrome/browser/resources/md_downloads/manager.js

Issue 2275653002: MD Downloads: use "big search" box like MD history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-menu-rtl
Patch Set: fix tests Created 4 years, 4 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
Index: chrome/browser/resources/md_downloads/manager.js
diff --git a/chrome/browser/resources/md_downloads/manager.js b/chrome/browser/resources/md_downloads/manager.js
index 4700cff65a9dc23dbca583361ca47aefa420a613..2c4c659d5afda8bcd3cfdc1ac4bbf24ff98bed46 100644
--- a/chrome/browser/resources/md_downloads/manager.js
+++ b/chrome/browser/resources/md_downloads/manager.js
@@ -16,6 +16,11 @@ cr.define('downloads', function() {
type: Array,
value: function() { return []; },
},
+
+ spinnerActive_: {
+ type: Boolean,
+ notify: true,
+ },
},
hostAttributes: {
@@ -59,6 +64,7 @@ cr.define('downloads', function() {
this.splice.apply(this, ['items_', index, 0].concat(list));
this.updateHideDates_(index, index + list.length);
this.removeAttribute('loading');
+ this.spinnerActive_ = false;
},
/** @private */
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.html ('k') | chrome/browser/resources/md_downloads/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698