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

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

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 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 unified diff | Download patch
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 <a is="action-link" class="action-link" hidden></a>
aboxhall 2014/10/22 21:33:31 Not sure about this - it may or may not pop open a
Dan Beam 2014/10/23 03:05:44 i think you still need to go "back" to Chrome in t
5 <div class="throbber-container"> 5 <div class="throbber-container">
6 <div class="throbber"></div> 6 <div class="throbber"></div>
7 </div> 7 </div>
8 </header> 8 </header>
9 <ul></ul> 9 <ul></ul>
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