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

Issue 12207020: Enhance net internals/net log output for QUIC. (Closed)

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

Description

Enhance net internals/net log output for QUIC. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182331

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix comments #

Total comments: 16

Patch Set 3 : Fix comments redux #

Total comments: 4

Patch Set 4 : Fix comments #

Total comments: 1

Patch Set 5 : fix browser_tests #

Total comments: 2

Patch Set 6 : one more change to log_view_painter.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -13 lines) Patch
M chrome/browser/resources/net_internals/quic_view.js View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/data/webui/net_internals/log_view_painter.js View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M net/base/net_log_source_type_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_client_session.h View 3 chunks +6 lines, -1 line 0 comments Download
M net/quic/quic_client_session.cc View 1 2 3 chunks +16 lines, -3 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/quic/quic_http_stream.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_http_stream.cc View 1 2 3 4 chunks +34 lines, -0 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_reliable_client_stream.h View 2 chunks +5 lines, -1 line 0 comments Download
M net/quic/quic_reliable_client_stream.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_reliable_client_stream_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Ryan Hamilton
Hm. I thought I sent this to you earlier today, but looks like I forgot ...
7 years, 10 months ago (2013-02-05 22:39:05 UTC) #1
mmenke
On 2013/02/05 22:39:05, Ryan Hamilton wrote: > Hm. I thought I sent this to you ...
7 years, 10 months ago (2013-02-05 22:56:31 UTC) #2
Ryan Hamilton
Trying again...
7 years, 10 months ago (2013-02-05 23:01:52 UTC) #3
Ryan Hamilton
On 2013/02/05 22:56:31, Matt Menke wrote: > On 2013/02/05 22:39:05, Ryan Hamilton wrote: > > ...
7 years, 10 months ago (2013-02-05 23:02:47 UTC) #4
eroman
Quick comment pass https://codereview.chromium.org/12207020/diff/1/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/12207020/diff/1/net/base/net_log_event_type_list.h#newcode1232 net/base/net_log_event_type_list.h:1232: // "error" : <The error status ...
7 years, 10 months ago (2013-02-05 23:17:29 UTC) #5
Ryan Hamilton
https://codereview.chromium.org/12207020/diff/1/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/12207020/diff/1/net/base/net_log_event_type_list.h#newcode1232 net/base/net_log_event_type_list.h:1232: // "error" : <The error status of the closure>, ...
7 years, 10 months ago (2013-02-05 23:35:29 UTC) #6
eroman
https://codereview.chromium.org/12207020/diff/8002/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/12207020/diff/8002/net/base/net_log_event_type_list.h#newcode1226 net/base/net_log_event_type_list.h:1226: // "proxy": <The Proxy PAC string>, Delete this -- ...
7 years, 10 months ago (2013-02-05 23:52:40 UTC) #7
Ryan Hamilton
https://codereview.chromium.org/12207020/diff/8002/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/12207020/diff/8002/net/base/net_log_event_type_list.h#newcode1226 net/base/net_log_event_type_list.h:1226: // "proxy": <The Proxy PAC string>, On 2013/02/05 23:52:40, ...
7 years, 10 months ago (2013-02-06 16:40:15 UTC) #8
eroman
lgtm https://codereview.chromium.org/12207020/diff/3003/net/quic/quic_http_stream.cc File net/quic/quic_http_stream.cc (right): https://codereview.chromium.org/12207020/diff/3003/net/quic/quic_http_stream.cc#newcode90 net/quic/quic_http_stream.cc:90: // Log the actual request with the URL ...
7 years, 10 months ago (2013-02-06 20:06:52 UTC) #9
Ryan Hamilton
thanks! https://codereview.chromium.org/12207020/diff/3003/net/quic/quic_http_stream.cc File net/quic/quic_http_stream.cc (right): https://codereview.chromium.org/12207020/diff/3003/net/quic/quic_http_stream.cc#newcode90 net/quic/quic_http_stream.cc:90: // Log the actual request with the URL ...
7 years, 10 months ago (2013-02-07 21:36:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/12207020/9003
7 years, 10 months ago (2013-02-07 21:37:07 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=97208
7 years, 10 months ago (2013-02-08 00:11:11 UTC) #12
mmenke
https://codereview.chromium.org/12207020/diff/9003/net/base/net_log_source_type_list.h File net/base/net_log_source_type_list.h (right): https://codereview.chromium.org/12207020/diff/9003/net/base/net_log_source_type_list.h#newcode17 net/base/net_log_source_type_list.h:17: SOURCE_TYPE(QUIC_SESSION) There's a dependency in the tests on the ...
7 years, 10 months ago (2013-02-11 20:46:01 UTC) #13
eroman
I believe this is the change that Ryan needs to make. In "src/chrome/test/data/webui/net_internals/log_view_painter.js" change: 'params': ...
7 years, 10 months ago (2013-02-11 20:58:58 UTC) #14
mmenke
On 2013/02/11 20:58:58, eroman wrote: > I believe this is the change that Ryan needs ...
7 years, 10 months ago (2013-02-11 21:09:08 UTC) #15
Ryan Hamilton
On 2013/02/11 21:09:08, mmenke wrote: > On 2013/02/11 20:58:58, eroman wrote: > > I believe ...
7 years, 10 months ago (2013-02-13 19:37:17 UTC) #16
mmenke
LGTM https://codereview.chromium.org/12207020/diff/2020/chrome/test/data/webui/net_internals/log_view_painter.js File chrome/test/data/webui/net_internals/log_view_painter.js (right): https://codereview.chromium.org/12207020/diff/2020/chrome/test/data/webui/net_internals/log_view_painter.js#newcode1080 chrome/test/data/webui/net_internals/log_view_painter.js:1080: 'type': 4 While you're fixing these, mind fixing ...
7 years, 10 months ago (2013-02-13 19:42:47 UTC) #17
Ryan Hamilton
Thanks! https://codereview.chromium.org/12207020/diff/2020/chrome/test/data/webui/net_internals/log_view_painter.js File chrome/test/data/webui/net_internals/log_view_painter.js (right): https://codereview.chromium.org/12207020/diff/2020/chrome/test/data/webui/net_internals/log_view_painter.js#newcode1080 chrome/test/data/webui/net_internals/log_view_painter.js:1080: 'type': 4 On 2013/02/13 19:42:47, mmenke wrote: > ...
7 years, 10 months ago (2013-02-13 20:00:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/12207020/15003
7 years, 10 months ago (2013-02-13 20:01:53 UTC) #19
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 22:59:54 UTC) #20
Message was sent while issue was closed.
Change committed as 182331

Powered by Google App Engine
This is Rietveld 408576698