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

Issue 2717473002: Network traffic annotation added to web_resource_service. (Closed)

Created:
3 years, 10 months ago by Ramin Halavati
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to web_resource_service. Network traffic annotation is added to network request of web_resource_service. BUG=656607 Review-Url: https://codereview.chromium.org/2717473002 Cr-Commit-Position: refs/heads/master@{#462026} Committed: https://chromium.googlesource.com/chromium/src/+/24b32ef4c23c9603eba6a820c786377d6d80ef2c

Patch Set 1 #

Patch Set 2 : Removed from none-ChromeOS Build. #

Patch Set 3 : Unittest separated. #

Patch Set 4 : mac added. #

Patch Set 5 : Annotation added to WebResourceService constructor. #

Total comments: 16

Patch Set 6 : Annotation updated. #

Total comments: 2

Patch Set 7 : Annotation updated. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -14 lines) Patch
M chrome/browser/plugins/plugins_resource_service.cc View 1 2 3 4 5 6 2 chunks +27 lines, -1 line 0 comments Download
M components/web_resource/web_resource_service.h View 1 2 3 4 3 chunks +15 lines, -9 lines 0 comments Download
M components/web_resource/web_resource_service.cc View 1 2 3 4 3 chunks +5 lines, -3 lines 0 comments Download
M components/web_resource/web_resource_service_unittest.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 45 (27 generated)
Ramin Halavati
We are annotating all network requests in Chromium with a new NetworkTrafficAnnotation scheme. This allows ...
3 years, 10 months ago (2017-02-23 13:02:58 UTC) #2
Robert Sesek
Hm, I don't really know how to answer these questions. (I'm not really sure I ...
3 years, 9 months ago (2017-02-27 22:51:15 UTC) #3
Ramin Halavati
On 2017/02/27 22:51:15, Robert Sesek wrote: > Hm, I don't really know how to answer ...
3 years, 9 months ago (2017-02-28 10:13:11 UTC) #4
battre
This might be a Chrome OS thing... Am 28.02.2017 11:13 vorm. schrieb <rhalavati@chromium.org>: > On ...
3 years, 9 months ago (2017-02-28 19:37:14 UTC) #5
Robert Sesek
On 2017/02/28 10:13:11, Ramin Halavati wrote: > On 2017/02/27 22:51:15, Robert Sesek wrote: > > ...
3 years, 9 months ago (2017-02-28 20:51:18 UTC) #6
Ramin Halavati
On 2017/02/28 20:51:18, Robert Sesek wrote: > On 2017/02/28 10:13:11, Ramin Halavati wrote: > > ...
3 years, 9 months ago (2017-03-01 07:53:50 UTC) #7
Ramin Halavati
rsesek@: After trying several approaches, I finally moved the annotation to the constructor of WebResourceService ...
3 years, 9 months ago (2017-03-09 11:51:24 UTC) #30
Bernhard Bauer
https://codereview.chromium.org/2717473002/diff/80001/chrome/browser/plugins/plugins_resource_service.cc File chrome/browser/plugins/plugins_resource_service.cc (right): https://codereview.chromium.org/2717473002/diff/80001/chrome/browser/plugins/plugins_resource_service.cc#newcode23 chrome/browser/plugins/plugins_resource_service.cc:23: sender: "..." pugins_resource_service https://codereview.chromium.org/2717473002/diff/80001/chrome/browser/plugins/plugins_resource_service.cc#newcode24 chrome/browser/plugins/plugins_resource_service.cc:24: description: "..." Fetches updates ...
3 years, 9 months ago (2017-03-14 10:07:55 UTC) #31
Ramin Halavati
Annotation updated, please review. https://codereview.chromium.org/2717473002/diff/80001/chrome/browser/plugins/plugins_resource_service.cc File chrome/browser/plugins/plugins_resource_service.cc (right): https://codereview.chromium.org/2717473002/diff/80001/chrome/browser/plugins/plugins_resource_service.cc#newcode23 chrome/browser/plugins/plugins_resource_service.cc:23: sender: "..." On 2017/03/14 10:07:55, ...
3 years, 9 months ago (2017-03-14 11:37:11 UTC) #32
Bernhard Bauer
https://codereview.chromium.org/2717473002/diff/100001/chrome/browser/plugins/plugins_resource_service.cc File chrome/browser/plugins/plugins_resource_service.cc (right): https://codereview.chromium.org/2717473002/diff/100001/chrome/browser/plugins/plugins_resource_service.cc#newcode39 chrome/browser/plugins/plugins_resource_service.cc:39: AllowOutdatedPlugins: true This policy does not disable the network ...
3 years, 9 months ago (2017-03-14 12:20:17 UTC) #33
Ramin Halavati
Comment addressed, please review. https://codereview.chromium.org/2717473002/diff/100001/chrome/browser/plugins/plugins_resource_service.cc File chrome/browser/plugins/plugins_resource_service.cc (right): https://codereview.chromium.org/2717473002/diff/100001/chrome/browser/plugins/plugins_resource_service.cc#newcode39 chrome/browser/plugins/plugins_resource_service.cc:39: AllowOutdatedPlugins: true On 2017/03/14 12:20:17, ...
3 years, 9 months ago (2017-03-14 12:25:46 UTC) #34
Bernhard Bauer
lgtm
3 years, 9 months ago (2017-03-14 12:28:17 UTC) #35
Ramin Halavati
Thank you. battre@, msramek@: Do you have any comments?
3 years, 9 months ago (2017-03-14 12:29:48 UTC) #37
Ramin Halavati
Robert, Could you please review the 3 files in components/web_resource ?
3 years, 8 months ago (2017-04-04 08:39:46 UTC) #38
Robert Sesek
lgtm
3 years, 8 months ago (2017-04-04 16:25:29 UTC) #39
msramek
LGTM
3 years, 8 months ago (2017-04-05 09:31:42 UTC) #40
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/2717473002/120001
3 years, 8 months ago (2017-04-05 09:41:05 UTC) #42
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 10:27:44 UTC) #45
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/24b32ef4c23c9603eba6a820c786...

Powered by Google App Engine
This is Rietveld 408576698