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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_list.html

Issue 259873002: Calculate an expected number of visible destinations more accurately to prevent extra (and unnecess… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="destination-list-template" class="destination-list" hidden> 1 <div id="destination-list-template" class="destination-list" hidden>
2 <header> 2 <header>
3 <h4 class="title"></h4> 3 <h4 class="title"></h4>
4 <button class="action-link link-button" hidden></button> 4 <button class="action-link link-button" hidden></button>
5 <div class="throbber-container">
6 <div class="throbber"></div>
7 </div>
5 </header> 8 </header>
6 <ul></ul> 9 <ul></ul>
7 <div class="throbber-container">
8 <div class="throbber"></div>
9 </div>
10 <div class="no-destinations-message" 10 <div class="no-destinations-message"
11 i18n-content="noDestinationsMessage"></div> 11 i18n-content="noDestinationsMessage"></div>
12 <footer hidden> 12 <footer hidden>
13 <button class="show-all-button" i18n-content="showAllButtonText"></button> 13 <button class="show-all-button" i18n-content="showAllButtonText"></button>
14 <span class="total"></span> 14 <span class="total"></span>
15 </footer> 15 </footer>
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698