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

Issue 1327763003: Added and implemented URLRequest::GetTotalSentBytes. (Closed)

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

Description

Added and implemented URLRequest::GetTotalSentBytes. Added and implemented URLRequest::GetTotalSentBytes, URLRequestJob::GetTotalSentBytes, and HttpTransaction::GetTotalSentBytes, which count the number of bytes sent over the network, similar to GetTotalReceivedBytes. BUG=518897 Committed: https://crrev.com/fb24989ce3406cc7163ecd515b8aa0adc114e1de Cr-Commit-Position: refs/heads/master@{#348243}

Patch Set 1 : Initial patch set #

Total comments: 24

Patch Set 2 : Addressed mmenke comments #

Total comments: 6

Patch Set 3 : Addressed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -133 lines) Patch
M chrome/browser/devtools/devtools_network_transaction.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_network_transaction.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/failing_http_transaction_factory.cc View 3 chunks +7 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.h View 3 chunks +3 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 9 chunks +59 lines, -43 lines 0 comments Download
M net/http/http_network_transaction.h View 1 3 chunks +9 lines, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 9 chunks +25 lines, -6 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 17 chunks +195 lines, -35 lines 0 comments Download
M net/http/http_transaction.h View 2 chunks +5 lines, -0 lines 0 comments Download
M net/http/http_transaction_test_util.h View 1 4 chunks +12 lines, -0 lines 0 comments Download
M net/http/http_transaction_test_util.cc View 1 4 chunks +15 lines, -3 lines 0 comments Download
M net/url_request/url_request.h View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M net/url_request/url_request.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job_unittest.cc View 1 2 10 chunks +92 lines, -44 lines 0 comments Download
M net/url_request/url_request_job.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (8 generated)
sclittle
mmenke: net pfeldman: chrome/browser/devtools bengr: * Thanks in advance!
5 years, 3 months ago (2015-09-03 01:02:05 UTC) #3
pfeldman
devtools lgtm
5 years, 3 months ago (2015-09-03 17:41:44 UTC) #4
mmenke
https://codereview.chromium.org/1327763003/diff/20001/net/http/http_cache_unittest.cc File net/http/http_cache_unittest.cc (right): https://codereview.chromium.org/1327763003/diff/20001/net/http/http_cache_unittest.cc#newcode187 net/http/http_cache_unittest.cc:187: BoundNetLog(), NULL, NULL, NULL); While you're here, mind switching ...
5 years, 3 months ago (2015-09-04 15:21:49 UTC) #5
sclittle
https://codereview.chromium.org/1327763003/diff/20001/net/http/http_cache_unittest.cc File net/http/http_cache_unittest.cc (right): https://codereview.chromium.org/1327763003/diff/20001/net/http/http_cache_unittest.cc#newcode187 net/http/http_cache_unittest.cc:187: BoundNetLog(), NULL, NULL, NULL); On 2015/09/04 15:21:48, mmenke wrote: ...
5 years, 3 months ago (2015-09-04 22:03:10 UTC) #6
bengr
lgtm, with microscopic nit. https://codereview.chromium.org/1327763003/diff/40001/net/url_request/url_request.h File net/url_request/url_request.h (right): https://codereview.chromium.org/1327763003/diff/40001/net/url_request/url_request.h#newcode367 net/url_request/url_request.h:367: // URLRequest -- i.e. the ...
5 years, 3 months ago (2015-09-08 18:20:10 UTC) #7
mmenke
I'm sorry for slowness - was sick the last two days (And WFH today). This ...
5 years, 3 months ago (2015-09-10 15:15:38 UTC) #8
sclittle
https://codereview.chromium.org/1327763003/diff/40001/net/url_request/url_request.h File net/url_request/url_request.h (right): https://codereview.chromium.org/1327763003/diff/40001/net/url_request/url_request.h#newcode367 net/url_request/url_request.h:367: // URLRequest -- i.e. the last redirect. On 2015/09/10 ...
5 years, 3 months ago (2015-09-10 18:03:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1327763003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1327763003/60001
5 years, 3 months ago (2015-09-10 18:04:59 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/111873)
5 years, 3 months ago (2015-09-10 19:04:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1327763003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1327763003/60001
5 years, 3 months ago (2015-09-10 19:25:06 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/111302)
5 years, 3 months ago (2015-09-10 20:20:43 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1327763003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1327763003/60001
5 years, 3 months ago (2015-09-10 20:26:27 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 3 months ago (2015-09-10 21:33:29 UTC) #21
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/fb24989ce3406cc7163ecd515b8aa0adc114e1de Cr-Commit-Position: refs/heads/master@{#348243}
5 years, 3 months ago (2015-09-10 21:34:13 UTC) #22
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:14:34 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fb24989ce3406cc7163ecd515b8aa0adc114e1de
Cr-Commit-Position: refs/heads/master@{#348243}

Powered by Google App Engine
This is Rietveld 408576698