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

Issue 9625009: Add the spdy protocol to the information displayed about a spdy session in net-internals. (Closed)

Created:
8 years, 9 months ago by Ryan Hamilton
Modified:
8 years, 9 months ago
Reviewers:
eroman, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org, arv (Not doing code reviews), mmenke, ramant (doing other things)
Visibility:
Public.

Description

Add the spdy protocol to the information displayed about a spdy session in net-internals. TEST=Connect to https://www.google.com/ and then pull up chrome://net-internals/#spdy. Notice the new Protocol Negotiatied column. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125485

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M chrome/browser/resources/net_internals/spdy_view.js View 2 chunks +2 lines, -0 lines 2 comments Download
M net/spdy/spdy_session.cc View 1 chunk +10 lines, -0 lines 5 comments Download

Messages

Total messages: 10 (0 generated)
Ryan Hamilton
eroman
8 years, 9 months ago (2012-03-07 17:35:50 UTC) #1
Ryan Hamilton
eroman: PTAL. This is a tiny cl. rtenneti: fyi
8 years, 9 months ago (2012-03-07 17:36:19 UTC) #2
eroman
https://chromiumcodereview.appspot.com/9625009/diff/1/chrome/browser/resources/net_internals/spdy_view.js File chrome/browser/resources/net_internals/spdy_view.js (right): https://chromiumcodereview.appspot.com/9625009/diff/1/chrome/browser/resources/net_internals/spdy_view.js#newcode166 chrome/browser/resources/net_internals/spdy_view.js:166: tablePrinter.addCell(session.protocol_negotiated); note: since this is a new field, when ...
8 years, 9 months ago (2012-03-07 19:27:32 UTC) #3
mmenke
https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc#newcode1116 net/spdy/spdy_session.cc:1116: reinterpret_cast<SSLClientSocket*>(connection_->socket()); On 2012/03/07 19:27:32, eroman wrote: > Are you ...
8 years, 9 months ago (2012-03-07 19:32:31 UTC) #4
Ryan Hamilton
https://chromiumcodereview.appspot.com/9625009/diff/1/chrome/browser/resources/net_internals/spdy_view.js File chrome/browser/resources/net_internals/spdy_view.js (right): https://chromiumcodereview.appspot.com/9625009/diff/1/chrome/browser/resources/net_internals/spdy_view.js#newcode166 chrome/browser/resources/net_internals/spdy_view.js:166: tablePrinter.addCell(session.protocol_negotiated); On 2012/03/07 19:27:32, eroman wrote: > note: since ...
8 years, 9 months ago (2012-03-07 19:46:22 UTC) #5
mmenke
https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc#newcode1116 net/spdy/spdy_session.cc:1116: reinterpret_cast<SSLClientSocket*>(connection_->socket()); On 2012/03/07 19:46:22, Ryan Hamilton wrote: > On ...
8 years, 9 months ago (2012-03-07 19:47:59 UTC) #6
eroman
lgtm
8 years, 9 months ago (2012-03-07 19:49:14 UTC) #7
Ryan Hamilton
On 2012/03/07 19:47:59, Matt Menke wrote: > https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc > File net/spdy/spdy_session.cc (right): > > https://chromiumcodereview.appspot.com/9625009/diff/1/net/spdy/spdy_session.cc#newcode1116 ...
8 years, 9 months ago (2012-03-07 19:52:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9625009/1
8 years, 9 months ago (2012-03-07 19:52:28 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-03-07 23:14:27 UTC) #10
Change committed as 125485

Powered by Google App Engine
This is Rietveld 408576698