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

Issue 2846873002: Network traffic annotation added to URLFetcher. (Closed)

Created:
3 years, 7 months ago by Ramin Halavati
Modified:
3 years, 7 months ago
Reviewers:
asanka
CC:
Jialiu Lin, battre, cbentzel+watch_chromium.org, chromium-reviews, estark, msramek, net-reviews_chromium.org, meacer, Randy Smith (Not in Mondays)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to URLFetcher. net/url_request/test_url_fetcher_factory.cc net/url_request/url_fetcher.cc net/url_request/url_fetcher_core.h net/url_request/url_fetcher_core.cc net/url_request/url_fetcher_impl.h net/url_request/url_fetcher_impl.cc net/url_request/url_fetcher_impl_unittest.cc BUG=656607 Review-Url: https://codereview.chromium.org/2846873002 Cr-Commit-Position: refs/heads/master@{#468991} Committed: https://chromium.googlesource.com/chromium/src/+/3afb47b6452c43df9f5ad6b645040f483706ed3a

Patch Set 1 #

Total comments: 4

Patch Set 2 : Annotations moved. #

Patch Set 3 : Unittests added. #

Patch Set 4 : ios annotation added. #

Patch Set 5 : None URLFetcher files removed. #

Patch Set 6 : Missing header file added. #

Total comments: 2

Patch Set 7 : Comment addressed. #

Total comments: 4

Patch Set 8 : Comment addressed. #

Patch Set 9 : Unnecessary const(s) removed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -22 lines) Patch
M net/url_request/test_url_fetcher_factory.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_fetcher.cc View 1 2 chunks +5 lines, -7 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -1 line 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -6 lines 0 comments Download
M net/url_request/url_fetcher_impl.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_fetcher_impl.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -5 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 56 (39 generated)
Ramin Halavati
Asanka, Could you please pass this one as well to appropriate reviewer? Here is the ...
3 years, 7 months ago (2017-04-27 14:01:10 UTC) #6
asanka
On 2017/04/27 14:01:10, Ramin Halavati wrote: > Asanka, > > Could you please pass this ...
3 years, 7 months ago (2017-04-27 14:36:23 UTC) #9
asanka
https://codereview.chromium.org/2846873002/diff/1/net/url_request/url_fetcher_core.cc File net/url_request/url_fetcher_core.cc (right): https://codereview.chromium.org/2846873002/diff/1/net/url_request/url_fetcher_core.cc#newcode577 net/url_request/url_fetcher_core.cc:577: original_url_, DEFAULT_PRIORITY, this, traffic_annotation); URLFetcherCore is just doing the ...
3 years, 7 months ago (2017-04-27 14:36:34 UTC) #10
Randy Smith (Not in Mondays)
Ramin: Could you give me a sense as to what I'm supposed to do for ...
3 years, 7 months ago (2017-04-27 14:42:03 UTC) #11
meacer
CC estark, jialiul: Can you please check my comments for net/url_request/report_sender.cc? https://codereview.chromium.org/2846873002/diff/1/net/url_request/report_sender.cc File net/url_request/report_sender.cc (right): ...
3 years, 7 months ago (2017-04-27 17:55:28 UTC) #12
Jialiu Lin
https://codereview.chromium.org/2846873002/diff/1/net/url_request/report_sender.cc File net/url_request/report_sender.cc (right): https://codereview.chromium.org/2846873002/diff/1/net/url_request/report_sender.cc#newcode80 net/url_request/report_sender.cc:80: report_uri, DEFAULT_PRIORITY, this, traffic_annotation); On 2017/04/27 17:55:28, Mustafa Emre ...
3 years, 7 months ago (2017-04-27 18:04:53 UTC) #14
estark
https://codereview.chromium.org/2846873002/diff/1/net/url_request/report_sender.cc File net/url_request/report_sender.cc (right): https://codereview.chromium.org/2846873002/diff/1/net/url_request/report_sender.cc#newcode80 net/url_request/report_sender.cc:80: report_uri, DEFAULT_PRIORITY, this, traffic_annotation); On 2017/04/27 18:04:53, Jialiu Lin ...
3 years, 7 months ago (2017-04-28 05:18:28 UTC) #15
Ramin Halavati
Thank you very much for the comments. Jialiu, estark@: Is it good if I add ...
3 years, 7 months ago (2017-04-28 05:25:23 UTC) #16
Jialiu Lin
Hi rhalavati, You probably don't need to annotate these three files at all, since they ...
3 years, 7 months ago (2017-04-28 18:03:28 UTC) #17
Ramin Halavati
Thank you very much, all comments addressed. As this CL very much expanded, I moved ...
3 years, 7 months ago (2017-05-02 14:01:55 UTC) #35
asanka
https://codereview.chromium.org/2846873002/diff/120001/net/url_request/url_fetcher_impl.cc File net/url_request/url_fetcher_impl.cc (right): https://codereview.chromium.org/2846873002/diff/120001/net/url_request/url_fetcher_impl.cc#newcode24 net/url_request/url_fetcher_impl.cc:24: const net::NetworkTrafficAnnotationTag& traffic_annotation) why are all these NetworkTrafficAnnotationTarg& ? ...
3 years, 7 months ago (2017-05-02 20:38:59 UTC) #42
Ramin Halavati
Thanks Asanka, comment addressed, please review. Also I cannot understand why try-bots fail on this ...
3 years, 7 months ago (2017-05-03 14:02:09 UTC) #45
asanka
Let's see how this dry run goes. https://codereview.chromium.org/2846873002/diff/120002/net/url_request/url_fetcher_impl.cc File net/url_request/url_fetcher_impl.cc (right): https://codereview.chromium.org/2846873002/diff/120002/net/url_request/url_fetcher_impl.cc#newcode24 net/url_request/url_fetcher_impl.cc:24: const net::NetworkTrafficAnnotationTag ...
3 years, 7 months ago (2017-05-03 14:45:45 UTC) #46
asanka
oh and lgtm % nits
3 years, 7 months ago (2017-05-03 14:45:56 UTC) #47
Ramin Halavati
Thanks Asanka, 'const's removed. https://codereview.chromium.org/2846873002/diff/120002/net/url_request/url_fetcher_impl.cc File net/url_request/url_fetcher_impl.cc (right): https://codereview.chromium.org/2846873002/diff/120002/net/url_request/url_fetcher_impl.cc#newcode24 net/url_request/url_fetcher_impl.cc:24: const net::NetworkTrafficAnnotationTag traffic_annotation) On 2017/05/03 ...
3 years, 7 months ago (2017-05-03 14:58:50 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2846873002/170001
3 years, 7 months ago (2017-05-03 14:59:20 UTC) #53
commit-bot: I haz the power
3 years, 7 months ago (2017-05-03 15:59:49 UTC) #56
Message was sent while issue was closed.
Committed patchset #9 (id:170001) as
https://chromium.googlesource.com/chromium/src/+/3afb47b6452c43df9f5ad6b64504...

Powered by Google App Engine
This is Rietveld 408576698