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

Issue 2896793002: Network traffic annotation added to Service Worker unittests. (Closed)

Created:
3 years, 7 months ago by Ramin Halavati
Modified:
3 years, 7 months ago
Reviewers:
michaeln, kinuko
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, shimazu+serviceworker_chromium.org, serviceworker-reviews, jam, nhiroki, kinuko+serviceworker, horo+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, tzik, blink-worker-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to Service Worker unittests. Network traffic annotation is added to network requests of: content/browser/service_worker/service_worker_request_handler_unittest.cc content/browser/service_worker/service_worker_url_request_job_unittest.cc BUG=656607 Review-Url: https://codereview.chromium.org/2896793002 Cr-Commit-Position: refs/heads/master@{#473808} Committed: https://chromium.googlesource.com/chromium/src/+/bafb106ad2c293fac86c9865952e78d5b17ac921

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M content/browser/service_worker/service_worker_request_handler_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (8 generated)
Ramin Halavati
Michael, I've added test network traffic annotation tags to service worker unittests, please review.
3 years, 7 months ago (2017-05-22 08:53:30 UTC) #6
michaeln
lgtm
3 years, 7 months ago (2017-05-23 00:26:33 UTC) #7
kinuko
Would you be able to quickly teach me what 'traffic annotation' is for? (The description ...
3 years, 7 months ago (2017-05-23 03:11:26 UTC) #8
Ramin Halavati
On 2017/05/23 03:11:26, kinuko wrote: > Would you be able to quickly teach me what ...
3 years, 7 months ago (2017-05-23 04:25:30 UTC) #9
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/2896793002/1
3 years, 7 months ago (2017-05-23 04:25:55 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/bafb106ad2c293fac86c9865952e78d5b17ac921
3 years, 7 months ago (2017-05-23 04:30:41 UTC) #14
kinuko
3 years, 7 months ago (2017-05-23 06:14:38 UTC) #15
Message was sent while issue was closed.
On 2017/05/23 04:25:30, Ramin Halavati wrote:
> On 2017/05/23 03:11:26, kinuko wrote:
> > Would you be able to quickly teach me what 'traffic annotation' is for? 
(The
> > description in the crbug seems also very short)
> > 
> > (lgtm)
> 
> I am sorry I did not add the intro to annotations as Michael was already
> famililar with it. Here is the intro and please ask me if you needed any more
> details:
> 
> We are annotating all network requests in Chromium with a new
> NetworkTrafficAnnotation scheme. This allows enterprise users of Chrome to
audit
> the requests and configure Chrome in a way that meets their security policies
> and expectations. Furthermore, it allows us to generate better debugging data
in
> chrome://net-internals and measure bandwidth consumption on a per-request-type
> basis. If you want to learn more, see:
>
https://docs.google.com/document/d/1FWEFTHzdqIA1wHUo_DuSpJjppW22otCMPCOA5NumhJU.
> 
> Please take a look at the protobuf scheme in:
>
https://cs.chromium.org/chromium/src/tools/traffic_annotation/traffic_annotat...
> for the definition of the annotations.
> 
> You can find a sample annotation in:
>
https://cs.chromium.org/chromium/src/components/spellcheck/browser/spelling_s...
> 
> Entriprise policy options are here:
>
https://cs.chromium.org/chromium/src/out/Debug/gen/components/policy/proto/ch...
> 
> And more description on enterprise policy settings is here:
> http://dev.chromium.org/administrators/policy-list-3

Thanks! (And I found a little more info on the other SW patch)

Powered by Google App Engine
This is Rietveld 408576698