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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 150194: Fix performance issues with NNTP.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 19722)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -55,20 +55,24 @@
<div id="main">
- <div id="view-toolbar"><input type=checkbox id="thumb-checkbox"
- ><input type=checkbox id="list-checkbox"
+ <div id="view-toolbar"
+ ><input type=checkbox id="thumb-checkbox" checked
+ jsvalues="title:hidethumbnails"
+ ><input type=checkbox id="list-checkbox" jsvalues="title:showlist"
><input type="button" id="option-button"></div>
-
<div id="option-menu" class="window-menu">
- <div section="THUMB" show="true" jscontent="showthumbnails"></div>
+ <div section="THUMB" show="true" jscontent="showthumbnails"
+ style="display:none"></div>
<div section="THUMB" show="false" jscontent="hidethumbnails"></div>
<div section="LIST" show="true" jscontent="showlist"></div>
- <div section="LIST" show="false" jscontent="hidelist"></div>
- <div section="RECENT" show="true" jscontent="showrecent"></div>
+ <div section="LIST" show="false" jscontent="hidelist"
+ style="display:none"></div>
+ <div section="RECENT" show="true" jscontent="showrecent"
+ style="display:none"></div>
<div section="RECENT" show="false" jscontent="hiderecent"></div>
<div section="TIPS" show="true"
- jscontent="showtips"></div>
+ jscontent="showtips" style="display:none"></div>
<div section="TIPS" show="false"
jscontent="hidetips"></div>
</div>
@@ -78,7 +82,7 @@
<span><span class="link" tabindex="0"></span></span>
</div>
- <div id="most-visited" jsskip="!processing">
+ <div id="most-visited" jsskip="true">
<a class="thumbnail-container" style="display:none" id="thumbnail-template">
<div class="edit-mode-border">
<div class="edit-bar">
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698