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

Issue 78343004: Net: Standardize HttpByteRange printing (Closed)

Created:
7 years, 1 month ago by tommycli
Modified:
7 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : update users #

Patch Set 3 : #

Patch Set 4 : run git cl format #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Total comments: 4

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -76 lines) Patch
M android_webview/browser/net/android_stream_reader_url_request_job_unittest.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/blob_url_request_job_unittest.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -8 lines 0 comments Download
M content/browser/streams/stream_url_request_job_unittest.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M content/renderer/media/buffered_resource_loader.h View 1 1 chunk +0 lines, -9 lines 0 comments Download
M content/renderer/media/buffered_resource_loader.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -25 lines 0 comments Download
M net/http/http_byte_range.h View 1 2 3 4 5 6 7 8 3 chunks +13 lines, -1 line 0 comments Download
M net/http/http_byte_range.cc View 1 2 3 4 5 6 7 8 9 3 chunks +41 lines, -0 lines 0 comments Download
M net/http/http_byte_range_unittest.cc View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
M net/http/partial_data.cc View 1 2 3 4 5 6 7 3 chunks +20 lines, -18 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
tommycli
thestig: This standardizes the printing, but seems to increase the SLOC count by quite a ...
7 years, 1 month ago (2013-11-21 20:35:28 UTC) #1
tommycli
I did this because I need to print an HttpByteRange in the metadata code also.
7 years, 1 month ago (2013-11-21 20:36:01 UTC) #2
Lei Zhang
I'm not really the right reviewer for this code.
7 years, 1 month ago (2013-11-21 20:53:22 UTC) #3
tommycli
hclam: I added some standardized http byte range printing, as I need to do this ...
7 years, 1 month ago (2013-11-21 21:04:31 UTC) #4
Alpha Left Google
On 2013/11/21 21:04:31, tommycli wrote: > hclam: I added some standardized http byte range printing, ...
7 years, 1 month ago (2013-11-21 22:21:31 UTC) #5
tommycli
cbentzel: Need OWNER review
7 years, 1 month ago (2013-11-21 22:27:53 UTC) #6
cbentzel
https://codereview.chromium.org/78343004/diff/110001/net/http/http_util.h File net/http/http_util.h (right): https://codereview.chromium.org/78343004/diff/110001/net/http/http_util.h#newcode74 net/http/http_util.h:74: static std::string PrintRange(const HttpByteRange& range); Remove PrintRanges and place ...
7 years ago (2013-11-22 16:24:34 UTC) #7
tommycli
cbentzel: Addressed your issues.
7 years ago (2013-11-22 20:24:10 UTC) #8
cbentzel
LGTM Thanks for the cleanup! I'll leave it up to you to decide whether you ...
7 years ago (2013-11-23 14:37:20 UTC) #9
tommycli
https://codereview.chromium.org/78343004/diff/300002/net/http/http_byte_range.h File net/http/http_byte_range.h (right): https://codereview.chromium.org/78343004/diff/300002/net/http/http_byte_range.h#newcode51 net/http/http_byte_range.h:51: std::string PrintHeader() const; On 2013/11/23 14:37:20, cbentzel wrote: > ...
7 years ago (2013-11-25 19:00:04 UTC) #10
tommycli
scherkus: Need a review on content/renderer stuff.
7 years ago (2013-11-25 19:07:08 UTC) #11
scherkus (not reviewing)
lgtm w/ nits https://codereview.chromium.org/78343004/diff/490001/content/renderer/media/buffered_resource_loader.cc File content/renderer/media/buffered_resource_loader.cc (right): https://codereview.chromium.org/78343004/diff/490001/content/renderer/media/buffered_resource_loader.cc#newcode13 content/renderer/media/buffered_resource_loader.cc:13: #include "base/strings/stringprintf.h" can we remove some ...
7 years ago (2013-11-25 22:53:09 UTC) #12
tommycli
https://codereview.chromium.org/78343004/diff/490001/content/renderer/media/buffered_resource_loader.cc File content/renderer/media/buffered_resource_loader.cc (right): https://codereview.chromium.org/78343004/diff/490001/content/renderer/media/buffered_resource_loader.cc#newcode13 content/renderer/media/buffered_resource_loader.cc:13: #include "base/strings/stringprintf.h" On 2013/11/25 22:53:10, scherkus wrote: > can ...
7 years ago (2013-11-25 23:05:58 UTC) #13
scherkus (not reviewing)
lgtm++ thanks for the cleanup!
7 years ago (2013-11-25 23:06:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/78343004/510001
7 years ago (2013-11-26 00:29:43 UTC) #15
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=193114
7 years ago (2013-11-26 01:09:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/78343004/510001
7 years ago (2013-11-26 18:40:12 UTC) #17
commit-bot: I haz the power
7 years ago (2013-11-26 20:16:40 UTC) #18
Message was sent while issue was closed.
Change committed as 237400

Powered by Google App Engine
This is Rietveld 408576698