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

Issue 2796293003: Network traffic annotation added to google_apis/gaia. (Closed)

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

Description

Network traffic annotation added to google_apis/gaia. Network traffic annotation is added to network requests of google_apis/gaia/gaia_oauth_client.cc google_apis/gaia/oauth2_access_token_fetcher_impl.cc BUG=656607 Review-Url: https://codereview.chromium.org/2796293003 Cr-Commit-Position: refs/heads/master@{#476214} Committed: https://chromium.googlesource.com/chromium/src/+/147280e2989d9a8f499e53135d405003488cd88c

Patch Set 1 #

Total comments: 40

Patch Set 2 : Annotations updated. #

Patch Set 3 : gaia_auth_fetcher removed. #

Patch Set 4 : Annotation moved to input argument. #

Total comments: 1

Patch Set 5 : Annotation moved to caller. #

Patch Set 6 : Moved oauth2_api_call_flow.* to CL 2888053003 #

Total comments: 43

Patch Set 7 : Annotations updated. #

Total comments: 4

Patch Set 8 : Comments addressed. #

Patch Set 9 : Leak reverted! #

Total comments: 9

Patch Set 10 : Comments addressed. #

Patch Set 11 : Annotation updated. #

Patch Set 12 : Annotation updated. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -16 lines) Patch
M google_apis/gaia/gaia_oauth_client.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +134 lines, -15 lines 0 comments Download
M google_apis/gaia/oauth2_access_token_fetcher_impl.cc View 1 2 3 4 5 6 2 chunks +30 lines, -1 line 0 comments Download

Messages

Total messages: 44 (13 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-05 10:56:57 UTC) #2
Ramin Halavati
On 2017/04/05 10:56:57, Ramin Halavati wrote: > We are annotating all network requests in Chromium ...
3 years, 8 months ago (2017-04-11 06:44:20 UTC) #3
Ramin Halavati
On 2017/04/11 06:44:20, Ramin Halavati wrote: > On 2017/04/05 10:56:57, Ramin Halavati wrote: > > ...
3 years, 8 months ago (2017-04-18 11:33:03 UTC) #4
msarda
On 2017/04/18 11:33:03, Ramin Halavati wrote: > On 2017/04/11 06:44:20, Ramin Halavati wrote: > > ...
3 years, 8 months ago (2017-04-20 13:41:09 UTC) #5
msarda
+Roger for advice on one of the fetchers. https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc#newcode228 google_apis/gaia/gaia_auth_fetcher.cc:228: net::NetworkTrafficAnnotationTag ...
3 years, 7 months ago (2017-05-03 09:03:54 UTC) #7
Ramin Halavati
Thank you Mihai, comments addressed, please review. https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc#newcode228 google_apis/gaia/gaia_auth_fetcher.cc:228: net::NetworkTrafficAnnotationTag traffic_annotation ...
3 years, 7 months ago (2017-05-03 09:45:07 UTC) #8
Ramin Halavati
On 2017/05/03 09:45:07, Ramin Halavati wrote: > Thank you Mihai, comments addressed, please review. > ...
3 years, 7 months ago (2017-05-10 07:07:10 UTC) #9
msarda
https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc#newcode228 google_apis/gaia/gaia_auth_fetcher.cc:228: net::NetworkTrafficAnnotationTag traffic_annotation = On 2017/05/03 09:45:06, Ramin Halavati wrote: ...
3 years, 7 months ago (2017-05-10 09:01:54 UTC) #10
Ramin Halavati
https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/gaia_auth_fetcher.cc#newcode228 google_apis/gaia/gaia_auth_fetcher.cc:228: net::NetworkTrafficAnnotationTag traffic_annotation = On 2017/05/10 09:01:54, msarda wrote: > ...
3 years, 7 months ago (2017-05-10 09:25:20 UTC) #11
Ramin Halavati
Thank you Mihai for clarifiacations. Moved google_apis/gaia/gaia_auth_fetcher.cc to another CL. Please review.
3 years, 7 months ago (2017-05-10 10:49:59 UTC) #12
Roger Tawa OOO till Jul 10th
Sorry for delay. See comment below. https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/oauth2_api_call_flow.cc File google_apis/gaia/oauth2_api_call_flow.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/oauth2_api_call_flow.cc#newcode83 google_apis/gaia/oauth2_api_call_flow.cc:83: net::NetworkTrafficAnnotationTag traffic_annotation = ...
3 years, 7 months ago (2017-05-15 15:14:18 UTC) #14
Ramin Halavati
Thank you Roger, please review. https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/oauth2_api_call_flow.cc File google_apis/gaia/oauth2_api_call_flow.cc (right): https://codereview.chromium.org/2796293003/diff/1/google_apis/gaia/oauth2_api_call_flow.cc#newcode83 google_apis/gaia/oauth2_api_call_flow.cc:83: net::NetworkTrafficAnnotationTag traffic_annotation = On ...
3 years, 7 months ago (2017-05-16 05:26:02 UTC) #15
msarda
https://codereview.chromium.org/2796293003/diff/60001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/60001/google_apis/gaia/gaia_oauth_client.cc#newcode241 google_apis/gaia/gaia_oauth_client.cc:241: net::NetworkTrafficAnnotationTag traffic_annotation = This is again one of these ...
3 years, 7 months ago (2017-05-16 13:38:30 UTC) #16
Ramin Halavati
Thank you Mihai, annotation moved to caller functions. Please review.
3 years, 7 months ago (2017-05-16 13:55:31 UTC) #17
msarda
Thank you for your patience on these reviews. https://codereview.chromium.org/2796293003/diff/100001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/100001/google_apis/gaia/gaia_oauth_client.cc#newcode128 google_apis/gaia/gaia_oauth_client.cc:128: description: ...
3 years, 7 months ago (2017-05-22 11:49:36 UTC) #19
Ramin Halavati
Thank you Mihai, comments addressed, please review. Roger, Please verify settings and policy cases in ...
3 years, 7 months ago (2017-05-22 12:42:18 UTC) #20
msarda
lgtm https://codereview.chromium.org/2796293003/diff/120001/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2796293003/diff/120001/google_apis/gaia/gaia_auth_fetcher.cc#newcode768 google_apis/gaia/gaia_auth_fetcher.cc:768: "This request exchanges an Oauth2 access token for ...
3 years, 7 months ago (2017-05-24 09:07:36 UTC) #21
Ramin Halavati
Thank you Mihai, comments addressed. Roger, Any comments on settings and policy cases in google_apis/gaia/gaia_oauth_client.cc. ...
3 years, 7 months ago (2017-05-24 09:20:20 UTC) #22
Roger Tawa OOO till Jul 10th
All looks good, thanks Ramin. lgtm
3 years, 7 months ago (2017-05-24 13:47:36 UTC) #23
Ramin Halavati
Thanks Roger. Martin, Any comments?
3 years, 7 months ago (2017-05-24 13:56:10 UTC) #25
msramek
What's the relationship between this CL and https://codereview.chromium.org/2872253002 ?
3 years, 7 months ago (2017-05-26 12:32:35 UTC) #26
Ramin Halavati
On 2017/05/26 12:32:35, msramek wrote: > What's the relationship between this CL and > https://codereview.chromium.org/2872253002 ...
3 years, 7 months ago (2017-05-26 13:38:40 UTC) #29
msramek
https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc#newcode146 google_apis/gaia/gaia_oauth_client.cc:146: "This feature cannot be disabled in settings, but if ...
3 years, 7 months ago (2017-05-26 13:44:20 UTC) #30
Ramin Halavati
Thank you Martin, comments addressed. Mihai, There is one last question for you. https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File ...
3 years, 6 months ago (2017-05-29 05:36:53 UTC) #33
msarda
LGTM. https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc#newcode244 google_apis/gaia/gaia_oauth_client.cc:244: description: "This request is used to fetch user ...
3 years, 6 months ago (2017-05-31 07:44:25 UTC) #34
Ramin Halavati
Thank you Mihai. I added another inline question. https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc#newcode244 google_apis/gaia/gaia_oauth_client.cc:244: description: ...
3 years, 6 months ago (2017-05-31 07:50:54 UTC) #35
msarda
https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc#newcode244 google_apis/gaia/gaia_oauth_client.cc:244: description: "This request is used to fetch user information." ...
3 years, 6 months ago (2017-05-31 08:32:15 UTC) #36
Ramin Halavati
Thank you Mihai. Martin? https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc File google_apis/gaia/gaia_oauth_client.cc (right): https://codereview.chromium.org/2796293003/diff/160001/google_apis/gaia/gaia_oauth_client.cc#newcode244 google_apis/gaia/gaia_oauth_client.cc:244: description: "This request is used ...
3 years, 6 months ago (2017-05-31 09:09:43 UTC) #37
msramek
LGTM, thanks for the updates!
3 years, 6 months ago (2017-05-31 22:29:15 UTC) #38
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/2796293003/220001
3 years, 6 months ago (2017-06-01 04:59:40 UTC) #41
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 06:56:10 UTC) #44
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/chromium/src/+/147280e2989d9a8f499e53135d40...

Powered by Google App Engine
This is Rietveld 408576698