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

Issue 1309663003: Implemented SpdyHttpStream::GetTotalSentBytes. (Closed)

Created:
5 years, 3 months ago by sclittle
Modified:
5 years, 3 months ago
Reviewers:
Bence, bengr, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@http_stream_sent_bytes
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implemented SpdyHttpStream::GetTotalSentBytes. Based on https://codereview.chromium.org/1314783007/. This CL implements SpdyHttpStream::GetTotalSentBytes, including SPDY frame overhead. BUG=518897 Committed: https://crrev.com/c8db2ff24e80abbaa099af0f35fe402a702e2c25 Cr-Commit-Position: refs/heads/master@{#347038}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Total comments: 4

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -11 lines) Patch
M net/spdy/spdy_http_stream.h View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 14 chunks +73 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 6 chunks +8 lines, -6 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 3 chunks +8 lines, -3 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (3 generated)
sclittle
bengr, bnc: * mmenke added for net/ ownership. Thanks in advance!
5 years, 3 months ago (2015-08-31 22:46:35 UTC) #2
bengr
This is much more manageable that the monolithic CL you had yesterday. Thanks for breaking ...
5 years, 3 months ago (2015-09-01 16:22:21 UTC) #3
mmenke
https://codereview.chromium.org/1309663003/diff/1/net/spdy/spdy_stream.h File net/spdy/spdy_stream.h (right): https://codereview.chromium.org/1309663003/diff/1/net/spdy/spdy_stream.h#newcode430 net/spdy/spdy_stream.h:430: void IncrementRawSentBytes(size_t sent_bytes) { This should be named increment_raw_sent_bytes, ...
5 years, 3 months ago (2015-09-01 19:20:16 UTC) #4
sclittle
https://codereview.chromium.org/1309663003/diff/1/net/spdy/spdy_http_stream_unittest.cc File net/spdy/spdy_http_stream_unittest.cc (right): https://codereview.chromium.org/1309663003/diff/1/net/spdy/spdy_http_stream_unittest.cc#newcode285 net/spdy/spdy_http_stream_unittest.cc:285: http_stream1->GetTotalSentBytes()); On 2015/09/01 16:22:21, bengr wrote: > This is ...
5 years, 3 months ago (2015-09-01 23:22:41 UTC) #5
mmenke
This LGTM, modulo comments. https://codereview.chromium.org/1309663003/diff/20001/net/spdy/spdy_http_stream.h File net/spdy/spdy_http_stream.h (right): https://codereview.chromium.org/1309663003/diff/20001/net/spdy/spdy_http_stream.h#newcode71 net/spdy/spdy_http_stream.h:71: // push_promise frames for this ...
5 years, 3 months ago (2015-09-02 17:33:13 UTC) #6
sclittle
bnc: PTAL https://codereview.chromium.org/1309663003/diff/20001/net/spdy/spdy_http_stream.h File net/spdy/spdy_http_stream.h (right): https://codereview.chromium.org/1309663003/diff/20001/net/spdy/spdy_http_stream.h#newcode71 net/spdy/spdy_http_stream.h:71: // push_promise frames for this stream, including ...
5 years, 3 months ago (2015-09-02 18:59:56 UTC) #7
Bence
LGTM.
5 years, 3 months ago (2015-09-02 19:44:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309663003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309663003/40001
5 years, 3 months ago (2015-09-02 20:14:47 UTC) #11
bengr
lgtm
5 years, 3 months ago (2015-09-02 20:35:45 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-02 22:02:44 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-09-02 22:03:49 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c8db2ff24e80abbaa099af0f35fe402a702e2c25
Cr-Commit-Position: refs/heads/master@{#347038}

Powered by Google App Engine
This is Rietveld 408576698