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

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

Issue 201068: NNTP: Disable tabbing to hidden elements.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | 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 i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 firstview:firstview; 4 firstview:firstview;
5 bookmarkbarattached:bookmarkbarattached; 5 bookmarkbarattached:bookmarkbarattached;
6 hasattribution:hasattribution; 6 hasattribution:hasattribution;
7 anim:anim; 7 anim:anim;
8 syncispresent:syncispresent; 8 syncispresent:syncispresent;
9 showsetashomepage:showsetashomepage"> 9 showsetashomepage:showsetashomepage">
10 10
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <div id="option-menu" class="window-menu"> 77 <div id="option-menu" class="window-menu">
78 <div command="hide" section="THUMB" i18n-content="mostvisited"></div> 78 <div command="hide" section="THUMB" i18n-content="mostvisited"></div>
79 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div> 79 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div>
80 <hr> 80 <hr>
81 <div command="clear-all-blacklisted" 81 <div command="clear-all-blacklisted"
82 i18n-content="restorethumbnails"></div> 82 i18n-content="restorethumbnails"></div>
83 </div> 83 </div>
84 84
85 <div id="notification"> 85 <div id="notification">
86 <span>&nbsp;</span> 86 <span>&nbsp;</span>
87 <span><span class="link" tabindex="0"></span></span> 87 <span><span class="link"></span></span>
88 </div> 88 </div>
89 89
90 <div id="most-visited"> 90 <div id="most-visited">
91 <a class="thumbnail-container filler" tabindex="1" id="t0"> 91 <a class="thumbnail-container filler" tabindex="1" id="t0">
92 <div class="edit-mode-border"> 92 <div class="edit-mode-border">
93 <div class="edit-bar"> 93 <div class="edit-bar">
94 <div class="pin"></div> 94 <div class="pin"></div>
95 <div class="spacer"></div> 95 <div class="spacer"></div>
96 <div class="remove"></div> 96 <div class="remove"></div>
97 </div> 97 </div>
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 </div> 245 </div>
246 246
247 </div> <!-- main --> 247 </div> <!-- main -->
248 248
249 <div class="window-menu" id="window-tooltip"></div> 249 <div class="window-menu" id="window-tooltip"></div>
250 250
251 </body> 251 </body>
252 <script src="local_strings.js"></script> 252 <script src="local_strings.js"></script>
253 <script src="new_new_tab.js"></script> 253 <script src="new_new_tab.js"></script>
254 </html> 254 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698