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

Issue 2406403003: Clean up Assignment Create in BlimpClientContextImpl. (Closed)

Created:
4 years, 2 months ago by CJ
Modified:
4 years, 1 month ago
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, bgoldman+watch-blimp_chromium.org, steimel+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, shaktisahu+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, perumaal+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org, scf+watch-blimp_chromium.org, khushalsagar+watch-blimp_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up Assignment Create in BlimpClientContextImpl. This is the intial commit for cleaning up BlimpClientContextImpl, pulling out assignment creation code into AssignmentFetcher. BUG=645129 Committed: https://crrev.com/52420812ebff2adf3788d464e51cabeb246a5717 Cr-Commit-Position: refs/heads/master@{#427486}

Patch Set 1 #

Patch Set 2 : Minor comment change. #

Total comments: 22

Patch Set 3 : Addresses dtrainor's #4 comments. #

Patch Set 4 : Removes dependancy on BlimpClientContextDelegate #

Patch Set 5 : Moves GetGURL up to protected. #

Total comments: 16

Patch Set 6 : Addresses dtrainor's #8 comments. #

Total comments: 8

Patch Set 7 : Addresses dtrainor's #14 comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -68 lines) Patch
M blimp/client/core/context/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A blimp/client/core/context/assignment_fetcher.h View 1 2 3 4 5 6 1 chunk +67 lines, -0 lines 0 comments Download
A blimp/client/core/context/assignment_fetcher.cc View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
M blimp/client/core/context/blimp_client_context_impl.h View 1 2 3 4 5 6 5 chunks +2 lines, -15 lines 0 comments Download
M blimp/client/core/context/blimp_client_context_impl.cc View 1 2 3 4 5 3 chunks +15 lines, -31 lines 0 comments Download
M blimp/client/core/session/identity_source.h View 1 2 3 4 5 6 3 chunks +7 lines, -4 lines 0 comments Download
M blimp/client/core/session/identity_source.cc View 1 2 3 4 5 6 3 chunks +10 lines, -12 lines 0 comments Download
M blimp/client/core/session/identity_source_unittest.cc View 1 2 3 5 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
CJ
Unit test forthcoming after initial review. Let me know if this is what was intended ...
4 years, 2 months ago (2016-10-11 21:26:19 UTC) #2
David Trainor- moved to gerrit
Thanks so much for looking into this! :D This looks great. I have some smaller ...
4 years, 2 months ago (2016-10-13 03:52:30 UTC) #3
David Trainor- moved to gerrit
Thanks so much for looking into this! :D This looks great. I have some smaller ...
4 years, 2 months ago (2016-10-13 03:52:30 UTC) #4
CJ
Sorry if I'm a bit slow on the uptake on some of your comments. Haven't ...
4 years, 2 months ago (2016-10-13 21:19:17 UTC) #5
David Trainor- moved to gerrit
Yeah I'd be happy to chat. I'll throw something on your calendar this afternoon. Sorry ...
4 years, 2 months ago (2016-10-14 16:38:33 UTC) #6
CJ
https://codereview.chromium.org/2406403003/diff/20001/blimp/client/core/context/assignment_fetcher.cc File blimp/client/core/context/assignment_fetcher.cc (right): https://codereview.chromium.org/2406403003/diff/20001/blimp/client/core/context/assignment_fetcher.cc#newcode34 blimp/client/core/context/assignment_fetcher.cc:34: void AssignmentFetcher::Fetch(BlimpClientContextDelegate* delegate) { On 2016/10/14 16:38:33, David Trainor ...
4 years, 2 months ago (2016-10-18 00:18:32 UTC) #7
David Trainor- moved to gerrit
sorry for the delayed reply. this is looking really good :) https://codereview.chromium.org/2406403003/diff/20001/blimp/client/core/context/blimp_client_context_impl.cc File blimp/client/core/context/blimp_client_context_impl.cc (right): ...
4 years, 2 months ago (2016-10-20 16:50:32 UTC) #8
CJ
https://codereview.chromium.org/2406403003/diff/20001/blimp/client/core/context/blimp_client_context_impl.cc File blimp/client/core/context/blimp_client_context_impl.cc (right): https://codereview.chromium.org/2406403003/diff/20001/blimp/client/core/context/blimp_client_context_impl.cc#newcode157 blimp/client/core/context/blimp_client_context_impl.cc:157: return assignment_fetcher_->GetIdentitySource(); On 2016/10/20 16:50:32, David Trainor wrote: > ...
4 years, 2 months ago (2016-10-20 20:52:58 UTC) #9
David Trainor- moved to gerrit
lgtm % nits. Thanks! :) https://codereview.chromium.org/2406403003/diff/100001/blimp/client/core/context/assignment_fetcher.h File blimp/client/core/context/assignment_fetcher.h (right): https://codereview.chromium.org/2406403003/diff/100001/blimp/client/core/context/assignment_fetcher.h#newcode28 blimp/client/core/context/assignment_fetcher.h:28: const AssignmentResultCallback assignment_received_callback, const ...
4 years, 1 month ago (2016-10-25 03:14:27 UTC) #14
CJ
https://codereview.chromium.org/2406403003/diff/100001/blimp/client/core/context/assignment_fetcher.h File blimp/client/core/context/assignment_fetcher.h (right): https://codereview.chromium.org/2406403003/diff/100001/blimp/client/core/context/assignment_fetcher.h#newcode28 blimp/client/core/context/assignment_fetcher.h:28: const AssignmentResultCallback assignment_received_callback, On 2016/10/25 03:14:27, David Trainor wrote: ...
4 years, 1 month ago (2016-10-25 20:38:01 UTC) #15
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/2406403003/120001
4 years, 1 month ago (2016-10-25 20:38:53 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-10-25 21:37:22 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 21:41:17 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/52420812ebff2adf3788d464e51cabeb246a5717
Cr-Commit-Position: refs/heads/master@{#427486}

Powered by Google App Engine
This is Rietveld 408576698