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

Issue 2799133005: Network traffic annotation added to appcache_update_job. (Closed)

Created:
3 years, 8 months ago by Ramin Halavati
Modified:
3 years, 7 months ago
Reviewers:
michaeln, msramek, battre
CC:
chromium-reviews, jam, darin-cc_chromium.org, jkarlin+watch_chromium.org, nhiroki
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to appcache_update_job. Network traffic annotation is added to network requests of appcache_update_job and it's unittests. BUG=656607 Review-Url: https://codereview.chromium.org/2799133005 Cr-Commit-Position: refs/heads/master@{#473162} Committed: https://chromium.googlesource.com/chromium/src/+/1e41ff6a3d29ebd4fb42b3540464a723ae3cbef9

Patch Set 1 #

Patch Set 2 : Header added. #

Total comments: 8

Patch Set 3 : Annotation updated. #

Total comments: 4

Patch Set 4 : Annotation updated. #

Total comments: 6

Patch Set 5 : Comments addressed. #

Total comments: 4

Patch Set 6 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -39 lines) Patch
M content/browser/appcache/appcache_request_handler_unittest.cc View 1 2 3 4 5 20 chunks +40 lines, -21 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/appcache/appcache_update_job.cc View 1 2 3 4 5 4 chunks +37 lines, -3 lines 0 comments Download
M content/browser/appcache/appcache_url_request_job_unittest.cc View 1 2 3 4 5 7 chunks +17 lines, -14 lines 0 comments Download

Messages

Total messages: 35 (9 generated)
Ramin Halavati
We are annotating all network requests in Chromium with a new NetworkTrafficAnnotation scheme. This allows ...
3 years, 8 months ago (2017-04-07 13:57:09 UTC) #2
michaeln
thnx for all the pointers, i have to take a closer look to understand how ...
3 years, 8 months ago (2017-04-07 20:37:00 UTC) #3
Ramin Halavati
Comments addressed. Review please. https://codereview.chromium.org/2799133005/diff/20001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/20001/content/browser/appcache/appcache_update_job.cc#newcode73 content/browser/appcache/appcache_update_job.cc:73: constexpr net::NetworkTrafficAnnotationTag kTrafficAnnotation = On ...
3 years, 8 months ago (2017-04-10 05:50:31 UTC) #4
Ramin Halavati
On 2017/04/10 05:50:31, Ramin Halavati wrote: > Comments addressed. Review please. > > https://codereview.chromium.org/2799133005/diff/20001/content/browser/appcache/appcache_update_job.cc > ...
3 years, 8 months ago (2017-04-18 11:38:26 UTC) #5
michaeln
right, thnx for the ping
3 years, 8 months ago (2017-04-20 19:54:14 UTC) #6
michaeln
I don't know how to fill out smoe of the policy section? Cookies are allowed ...
3 years, 8 months ago (2017-04-20 20:22:00 UTC) #7
Ramin Halavati
Thank you very much, I updated the annotation and merged them. Please review. About the ...
3 years, 8 months ago (2017-04-21 05:41:14 UTC) #8
michaeln
lgtm % maybe there is something to put in the "policy exception" section? https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc File ...
3 years, 8 months ago (2017-04-21 20:17:47 UTC) #9
Ramin Halavati
Comment addressed, please review. https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc#newcode93 content/browser/appcache/appcache_update_job.cc:93: policy_exception_justification: "Not Implemented." On 2017/04/21 ...
3 years, 8 months ago (2017-04-24 05:46:20 UTC) #10
michaeln
i don't see a new snapshot, although i'm sure it would lgtm https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc ...
3 years, 8 months ago (2017-04-24 20:38:10 UTC) #11
Ramin Halavati
Thank you very much, annotation updated, please review. https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/40001/content/browser/appcache/appcache_update_job.cc#newcode93 content/browser/appcache/appcache_update_job.cc:93: policy_exception_justification: ...
3 years, 8 months ago (2017-04-26 05:49:19 UTC) #12
michaeln
still lgtm
3 years, 8 months ago (2017-04-26 19:11:47 UTC) #13
Ramin Halavati
Thank you very much. Dominic, Martin, Any comments?
3 years, 8 months ago (2017-04-27 05:15:50 UTC) #15
msramek
https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc#newcode83 content/browser/appcache/appcache_update_job.cc:83: "tag, or navigates to a document retrived from an ...
3 years, 7 months ago (2017-05-04 10:48:02 UTC) #16
michaeln
https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc#newcode83 content/browser/appcache/appcache_update_job.cc:83: "tag, or navigates to a document retrived from an ...
3 years, 7 months ago (2017-05-04 17:27:51 UTC) #17
Ramin Halavati
All comments addressed, please review. https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/60001/content/browser/appcache/appcache_update_job.cc#newcode83 content/browser/appcache/appcache_update_job.cc:83: "tag, or navigates to ...
3 years, 7 months ago (2017-05-05 07:58:55 UTC) #20
msramek
Thanks for the explanation and the update. I just noticed two more things. https://codereview.chromium.org/2799133005/diff/120001/content/browser/appcache/appcache_update_job.cc File ...
3 years, 7 months ago (2017-05-15 13:36:11 UTC) #21
Ramin Halavati
Thank you Martin, comments addressed, please review. Michaeln, Still LGTM? https://codereview.chromium.org/2799133005/diff/120001/content/browser/appcache/appcache_update_job.cc File content/browser/appcache/appcache_update_job.cc (right): https://codereview.chromium.org/2799133005/diff/120001/content/browser/appcache/appcache_update_job.cc#newcode90 ...
3 years, 7 months ago (2017-05-15 14:01:03 UTC) #22
Ramin Halavati
On 2017/05/15 14:01:03, Ramin Halavati wrote: > Thank you Martin, comments addressed, please review. > ...
3 years, 7 months ago (2017-05-17 06:01:50 UTC) #23
michaeln
yes, still lgtm
3 years, 7 months ago (2017-05-19 00:33:02 UTC) #24
Ramin Halavati
On 2017/05/19 00:33:02, michaeln wrote: > yes, still lgtm Thank you Michael. Martin?
3 years, 7 months ago (2017-05-19 05:49:33 UTC) #25
msramek
LGTM
3 years, 7 months ago (2017-05-19 08:34:54 UTC) #26
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/2799133005/140001
3 years, 7 months ago (2017-05-19 08:36:11 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/431696)
3 years, 7 months ago (2017-05-19 10:40:33 UTC) #30
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/2799133005/140001
3 years, 7 months ago (2017-05-19 10:42:00 UTC) #32
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 11:41:46 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/1e41ff6a3d29ebd4fb42b3540464...

Powered by Google App Engine
This is Rietveld 408576698