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

Side by Side Diff: chrome/browser/resources/new_new_tab.html

Issue 147247: Remove null link from "welcome to tips" default suggestion. Also make some h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/new_new_tab.css ('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 <html id="t" jsvalues="dir:textdirection;firstview:firstview;bookmarkbarattached :bookmarkbarattached;hasattribution:hasattribution;anim:anim"> 2 <html id="t" jsvalues="dir:textdirection;firstview:firstview;bookmarkbarattached :bookmarkbarattached;hasattribution:hasattribution;anim:anim">
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title jscontent="title"></title> 5 <title jscontent="title"></title>
6 <script> 6 <script>
7 // Logging info for benchmarking purposes. 7 // Logging info for benchmarking purposes.
8 var log = []; 8 var log = [];
9 function logEvent(name) { 9 function logEvent(name) {
10 log.push([name, Date.now()]); 10 log.push([name, Date.now()]);
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 </div> 157 </div>
158 158
159 </div> 159 </div>
160 </div> 160 </div>
161 161
162 </div> 162 </div>
163 163
164 </div><div class="spacer"> 164 </div><div class="spacer">
165 165
166 </div><div id="tips" class="section"> 166 </div><div id="tips" class="section">
167 <h2>Tips and Suggestions</h2> 167 <h2 jscontent="tipsandsuggestions"></h2>
168 <div class="item-container"> 168 <div id="tip-items" jsskip="!processing">
169 <div id="tip-items" jsskip="!processing"> 169 <div class="tips-title item" jsselect="$this"
170 jsdisplay="!url"
171 jscontent="localStrings.getString('defaulttipstitle')">
172 </div>
173 <div class="tips-container item-container">
170 <a class="item" jsselect="$this" 174 <a class="item" jsselect="$this"
175 jsdisplay="url.length"
171 jsvalues="href:url;title:title" 176 jsvalues="href:url;title:title"
172 jscontent="title"></a> 177 jscontent="title"></a>
173 </div> 178 </div>
174 </div> 179 </div>
175 </div> 180 </div>
176 </div> 181 </div>
177 182
178 </div> <!-- main --> 183 </div> <!-- main -->
179 184
180 <div jsskip="true"> 185 <div jsskip="true">
181 <div class="window-menu" id="window-menu"> 186 <div class="window-menu" id="window-menu">
182 <span class="item" jsselect="$this" 187 <span class="item" jsselect="$this"
183 jsvalues=".style.backgroundImage:'url(chrome://favicon/' + url + ')'; 188 jsvalues=".style.backgroundImage:'url(chrome://favicon/' + url + ')';
184 dir:direction;" 189 dir:direction;"
185 jscontent="title"></span> 190 jscontent="title"></span>
186 </div> 191 </div>
187 </div> 192 </div>
188 193
189 <script src="local_strings.js"></script> 194 <script src="local_strings.js"></script>
190 <script src="new_new_tab.js"></script> 195 <script src="new_new_tab.js"></script>
191 </html> 196 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698