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

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

Issue 306903002: Link QUIC connection ID to events page in net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict query to type=QUIC_SESSION Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/quic_view.html
diff --git a/chrome/browser/resources/net_internals/quic_view.html b/chrome/browser/resources/net_internals/quic_view.html
index 3407789252bd0e22a8e3966313e5560adba5c7dc..85e8e578596c38f6862797211e4a39a16c93ec25 100644
--- a/chrome/browser/resources/net_internals/quic_view.html
+++ b/chrome/browser/resources/net_internals/quic_view.html
@@ -37,7 +37,7 @@
<td jscontent="!!secure"></td>
<td jscontent="version"></td>
<td jscontent="peer_address"></td>
- <td jscontent="connection_id"></td>
+ <td><a jsvalues=".href: '#events&q=type:QUIC_SESSION%20' + connection_id" jscontent="connection_id"></a></td>
<td jscontent="open_streams"></td>
<td jscontent="$this.active_streams && $this.active_streams.length > 0 ? $this.active_streams.join(', ') : 'None'"></td>
<td jscontent="total_streams"></td>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698