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

Side by Side Diff: chrome/browser/resources/net_internals/http_cache_view.html

Issue 9580034: [polish] Make link targets on about:net-internals open in new window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
OLDNEW
1 <div id=http-cache-view-tab-content class=content-box> 1 <div id=http-cache-view-tab-content class=content-box>
2 <div class="hideOnLoadLog"> 2 <div class="hide-when-not-capturing">
3 <h4>Entries</h4> 3 <h4>Entries</h4>
4 <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a> 4 <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a>
5 </div> 5 </div>
6 6
7 <h4>Statistics</h4> 7 <h4>Statistics</h4>
8 <div id=http-cache-view-cache-stats>Nothing loaded yet.</div> 8 <div id=http-cache-view-cache-stats>Nothing loaded yet.</div>
9 </div> 9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698