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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 338883004: Show third party wallpaper app name in wallpaper picker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <html i18n-values="dir:textdirection;"> 8 <html i18n-values="dir:textdirection;">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <div class="dialog-topbar"> 90 <div class="dialog-topbar">
91 <div id="navstrip"> 91 <div id="navstrip">
92 <list id="categories-list"></list> 92 <list id="categories-list"></list>
93 <div id="bar"></div> 93 <div id="bar"></div>
94 </div> 94 </div>
95 <div class="spacer"></div> 95 <div class="spacer"></div>
96 <div id="window-close-button" class="close"></div> 96 <div id="window-close-button" class="close"></div>
97 </div> 97 </div>
98 <div class="dialog-main"> 98 <div class="dialog-main">
99 <div id="category-container"> 99 <div id="category-container">
100 <div id="wallpaper-set-by-message"></div>
100 <grid id="wallpaper-grid" class="image-picker"></grid> 101 <grid id="wallpaper-grid" class="image-picker"></grid>
101 <div id="spinner-container" hidden> 102 <div id="spinner-container" hidden>
102 <div id="spinner"></div> 103 <div id="spinner"></div>
103 </div> 104 </div>
104 <div class="progress-bar" hidden> 105 <div class="progress-bar" hidden>
105 <div class="progress-track"></div> 106 <div class="progress-track"></div>
106 </div> 107 </div>
107 <div class="bottom-bar"> 108 <div class="bottom-bar">
108 <div id="online-wallpaper-attribute" visibleif="online"> 109 <div id="online-wallpaper-attribute" visibleif="online">
109 <img id="attribute-image" hidden> 110 <img id="attribute-image" hidden>
(...skipping 12 matching lines...) Expand all
122 <div id="surprise-me" hidden> 123 <div id="surprise-me" hidden>
123 <div id="checkbox"></div> 124 <div id="checkbox"></div>
124 <span i18n-content="surpriseMeLabel"></span> 125 <span i18n-content="surpriseMeLabel"></span>
125 </div> 126 </div>
126 </div> 127 </div>
127 </div> 128 </div>
128 </div> 129 </div>
129 </div> 130 </div>
130 </body> 131 </body>
131 </html> 132 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698