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

Issue 10548028: NetLogEventParameter to Callback refactoring 8. (Closed)

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

Description

NetLogEventParameter to Callback refactoring 8. Get rid of all uses of NetLogEventParameters in: net/socket_stream, net/websockets, net/base. R=eroman@chromium.org BUG=126243 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142202

Patch Set 1 #

Patch Set 2 : Remove file from CL #

Patch Set 3 : #

Patch Set 4 : Add another callback #

Patch Set 5 : Fix tests #

Patch Set 6 : Fix includes #

Total comments: 8

Patch Set 7 : Response to comments #

Patch Set 8 : Remove header #

Patch Set 9 : Fix bad paste #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -84 lines) Patch
M net/base/file_stream_win.cc View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M net/base/host_resolver_impl.cc View 1 2 3 4 5 6 10 chunks +15 lines, -15 lines 0 comments Download
M net/base/multi_threaded_cert_verifier.cc View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M net/socket_stream/socket_stream.cc View 1 2 3 4 5 6 7 chunks +7 lines, -8 lines 0 comments Download
M net/websockets/websocket_job.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -4 lines 0 comments Download
M net/websockets/websocket_net_log_params.h View 1 2 3 4 5 6 1 chunk +4 lines, -21 lines 0 comments Download
M net/websockets/websocket_net_log_params.cc View 1 2 3 4 5 6 2 chunks +14 lines, -17 lines 0 comments Download
M net/websockets/websocket_net_log_params_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mmenke
http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc File net/websockets/websocket_job.cc (right): http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc#newcode404 net/websockets/websocket_job.cc:404: handshake_request_->GetRawRequest(); This mutates the handshake_request and thus is non-const, ...
8 years, 6 months ago (2012-06-14 14:18:02 UTC) #1
eroman
http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc File net/websockets/websocket_job.cc (right): http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc#newcode408 net/websockets/websocket_job.cc:408: base::Bind(&NetLogWebSocketHandshakeCallback, &handshake_request)); This is confusing. There are two identically ...
8 years, 6 months ago (2012-06-14 17:19:40 UTC) #2
mmenke
http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc File net/websockets/websocket_job.cc (right): http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc#newcode408 net/websockets/websocket_job.cc:408: base::Bind(&NetLogWebSocketHandshakeCallback, &handshake_request)); On 2012/06/14 17:19:40, eroman wrote: > This ...
8 years, 6 months ago (2012-06-14 17:30:06 UTC) #3
eroman
lgtm http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc File net/websockets/websocket_job.cc (right): http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc#newcode449 net/websockets/websocket_job.cc:449: std::string raw_response = handshake_response_->GetRawResponse(); On 2012/06/14 17:30:06, Matt ...
8 years, 6 months ago (2012-06-14 18:12:20 UTC) #4
mmenke
On 2012/06/14 18:12:20, eroman wrote: > lgtm > > http://codereview.chromium.org/10548028/diff/11004/net/websockets/websocket_job.cc > File net/websockets/websocket_job.cc (right): > ...
8 years, 6 months ago (2012-06-14 18:15:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/10548028/12014
8 years, 6 months ago (2012-06-14 18:17:07 UTC) #6
eroman
My head is spinning... but I stand by my earlier LGTM.
8 years, 6 months ago (2012-06-14 18:21:40 UTC) #7
commit-bot: I haz the power
8 years, 6 months ago (2012-06-14 19:45:25 UTC) #8
Change committed as 142202

Powered by Google App Engine
This is Rietveld 408576698