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

Unified Diff: chrome/browser/resources/net_internals/prerender_view.html

Issue 16194008: about:net-internals#prerender: Add information about load state of prerender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix comment Created 7 years, 7 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
Index: chrome/browser/resources/net_internals/prerender_view.html
===================================================================
--- chrome/browser/resources/net_internals/prerender_view.html (revision 201078)
+++ chrome/browser/resources/net_internals/prerender_view.html (working copy)
@@ -24,12 +24,14 @@
<tr>
<th>URL</th>
<th>Duration</th>
+ <th>Loaded</th>
</tr>
</thead>
<tbody id=prerender-view-active-table>
<tr jsselect="active">
<td><a jsvalues=".href:url" jscontent="url" target="_blank"></a></td>
<td jscontent="duration"></td>
+ <td jscontent="is_loaded"></td>
eroman 2013/05/29 16:45:38 I keep forgetting, but what happens if this isn't
mmenke 2013/05/29 17:11:28 "null" is displayed. I don't think it's worth the
</tr>
</tbody>
</table>

Powered by Google App Engine
This is Rietveld 408576698