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

Issue 10824115: Log SPDY request headers in URL_REQUEST events in net-internals. (Closed)

Created:
8 years, 4 months ago by pauljensen
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org
Visibility:
Public.

Description

Log SPDY request headers in URL_REQUEST events in net-internals. BUG=135203 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149482

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove unneeded line break #

Total comments: 4

Patch Set 3 : Switch from const reference to const pointer passing to logging callback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M net/base/net_log_event_type_list.h View 1 chunk +7 lines, -0 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 3 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
pauljensen
Please review this little CL to log SPDY request headers in URL_REQUEST events in net-internals. ...
8 years, 4 months ago (2012-07-31 17:46:13 UTC) #1
pauljensen
I should mention that one potential improvement to this CL would be to share about ...
8 years, 4 months ago (2012-07-31 17:51:55 UTC) #2
mmenke
Driveby comment: You're also going to want to modify getParamaterWriterForEventType in chrome/browser/resources/net_internals/log_view_painter.js to format the ...
8 years, 4 months ago (2012-07-31 17:54:57 UTC) #3
szym
lgtm http://codereview.chromium.org/10824115/diff/1/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/10824115/diff/1/net/spdy/spdy_http_stream.cc#newcode224 net/spdy/spdy_http_stream.cc:224: *headers)); nit: no need for line break
8 years, 4 months ago (2012-07-31 17:59:26 UTC) #4
cbentzel
Removing myself. Raman, can you review the SPDY change?
8 years, 4 months ago (2012-07-31 18:38:02 UTC) #5
ramant (doing other things)
lgtm
8 years, 4 months ago (2012-07-31 18:59:22 UTC) #6
mmenke
Nevermind - I was wrong. We have code that displays lists named "headers" correctly. LGTM.
8 years, 4 months ago (2012-07-31 19:20:21 UTC) #7
ramant (doing other things)
On 2012/07/31 19:20:21, Matt Menke wrote: > Nevermind - I was wrong. We have code ...
8 years, 4 months ago (2012-07-31 19:38:32 UTC) #8
mmenke
On 2012/07/31 19:38:32, ramant wrote: > On 2012/07/31 19:20:21, Matt Menke wrote: > > Nevermind ...
8 years, 4 months ago (2012-07-31 19:40:06 UTC) #9
eroman
http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc#newcode33 net/spdy/spdy_http_stream.cc:33: Value* NetLogSpdySendRequestCallback(const SpdyHeaderBlock& headers, IMPORTANT: Define this parameter as ...
8 years, 4 months ago (2012-07-31 19:45:39 UTC) #10
ramant (doing other things)
http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc#newcode34 net/spdy/spdy_http_stream.cc:34: NetLog::LogLevel /* log_level */) { nit: +1 to eroman's ...
8 years, 4 months ago (2012-07-31 19:48:56 UTC) #11
ramant (doing other things)
lgtm
8 years, 4 months ago (2012-07-31 21:22:30 UTC) #12
ramant (doing other things)
On 2012/07/31 21:22:30, ramant wrote: > lgtm Thanks for changing it to const SpdyHeaderBlock*.
8 years, 4 months ago (2012-07-31 21:23:23 UTC) #13
eroman
lgtm
8 years, 4 months ago (2012-07-31 21:33:49 UTC) #14
szym
http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc#newcode33 net/spdy/spdy_http_stream.cc:33: Value* NetLogSpdySendRequestCallback(const SpdyHeaderBlock& headers, On 2012/07/31 19:45:39, eroman wrote: ...
8 years, 4 months ago (2012-07-31 22:49:34 UTC) #15
eroman
http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc File net/spdy/spdy_http_stream.cc (right): http://codereview.chromium.org/10824115/diff/4002/net/spdy/spdy_http_stream.cc#newcode33 net/spdy/spdy_http_stream.cc:33: Value* NetLogSpdySendRequestCallback(const SpdyHeaderBlock& headers, On 2012/07/31 22:49:34, szym wrote: ...
8 years, 4 months ago (2012-08-01 00:20:29 UTC) #16
pauljensen
I switched to using base::ConstRef(*headers).
8 years, 4 months ago (2012-08-01 14:52:00 UTC) #17
ramant (doing other things)
On 2012/08/01 14:52:00, pauljensen wrote: > I switched to using base::ConstRef(*headers). Sorry to be a ...
8 years, 4 months ago (2012-08-01 17:47:14 UTC) #18
pauljensen
Sorry, I did upload the changes but then after talking with szym I realized every ...
8 years, 4 months ago (2012-08-01 18:38:23 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/10824115/10001
8 years, 4 months ago (2012-08-01 18:39:19 UTC) #20
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 20:25:33 UTC) #21
Change committed as 149482

Powered by Google App Engine
This is Rietveld 408576698