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

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2032313002: MD WebUI: Add loading spinner to cr-toolbar, hook into MD History toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Closure comments Created 4 years, 6 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 | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index d56a8931b05703c5518bd715eccb7293506cf3cb..305b4a640a0c1ea85309bb156f4877fa9653cf3a 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -42,7 +42,10 @@
overflow: hidden;
}
</style>
- <history-toolbar id="toolbar" searching="[[queryState_.querying]]"
+ <history-toolbar id="toolbar"
+ spinner-active="[[shouldShowSpinner_(queryState_.querying,
+ queryState_.incremental,
+ queryState_.searchTerm)]]"
is-grouped-mode="{{grouped_}}"
grouped-range="{{queryState_.range}}"
search-term="{{queryState_.searchTerm}}"
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698