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

Issue 1147563002: Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices. (Closed)

Created:
5 years, 7 months ago by Tim Song
Modified:
5 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices. BUG=420315 TEST=unit test Committed: https://crrev.com/27e044cfc5c2a43b6c575508aca64763bfa2deba Cr-Commit-Position: refs/heads/master@{#330713} Committed: https://crrev.com/a2a7afa4b2312f11f35207dc4f667078964c0cb8 Cr-Commit-Position: refs/heads/master@{#330887}

Patch Set 1 : #

Total comments: 40

Patch Set 2 : refactor out Strategy enum #

Total comments: 3

Patch Set 3 : fixes #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+707 lines, -0 lines) Patch
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/BUILD.gn View 2 chunks +5 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/sync_scheduler.h View 1 2 1 chunk +95 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/sync_scheduler.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/sync_scheduler_impl.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/sync_scheduler_impl.cc View 1 2 3 1 chunk +192 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc View 1 2 1 chunk +278 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
Tim Song
Please take a look.
5 years, 7 months ago (2015-05-15 22:01:00 UTC) #4
Ilya Sherman
Thanks, Tim. Very elegant code, as usual =) https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.cc File components/proximity_auth/cryptauth/sync_scheduler.cc (right): https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.cc#newcode15 components/proximity_auth/cryptauth/sync_scheduler.cc:15: is_aggressive_recovery_(is_aggressive_recovery), ...
5 years, 7 months ago (2015-05-18 23:25:39 UTC) #5
Tim Song
https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.cc File components/proximity_auth/cryptauth/sync_scheduler.cc (right): https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.cc#newcode15 components/proximity_auth/cryptauth/sync_scheduler.cc:15: is_aggressive_recovery_(is_aggressive_recovery), On 2015/05/18 23:25:38, Ilya Sherman wrote: > What ...
5 years, 7 months ago (2015-05-19 22:13:19 UTC) #6
Ilya Sherman
https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.h File components/proximity_auth/cryptauth/sync_scheduler.h (right): https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.h#newcode25 components/proximity_auth/cryptauth/sync_scheduler.h:25: enum class State : int { On 2015/05/19 22:13:18, ...
5 years, 7 months ago (2015-05-19 22:46:55 UTC) #7
Tim Song
https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.h File components/proximity_auth/cryptauth/sync_scheduler.h (right): https://codereview.chromium.org/1147563002/diff/40001/components/proximity_auth/cryptauth/sync_scheduler.h#newcode25 components/proximity_auth/cryptauth/sync_scheduler.h:25: enum class State : int { On 2015/05/19 22:46:54, ...
5 years, 7 months ago (2015-05-20 00:13:22 UTC) #8
Ilya Sherman
LGTM, thanks.
5 years, 7 months ago (2015-05-20 00:14:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1147563002/80001
5 years, 7 months ago (2015-05-20 07:05:37 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 7 months ago (2015-05-20 07:58:41 UTC) #12
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/27e044cfc5c2a43b6c575508aca64763bfa2deba Cr-Commit-Position: refs/heads/master@{#330713}
5 years, 7 months ago (2015-05-20 07:59:41 UTC) #13
eugenis
On 2015/05/20 07:59:41, I haz the power (commit-bot) wrote: > Patchset 3 (id:??) landed as ...
5 years, 7 months ago (2015-05-20 18:55:00 UTC) #14
eugenis
A revert of this CL (patchset #3 id:80001) has been created in https://codereview.chromium.org/1146193002/ by eugenis@chromium.org. ...
5 years, 7 months ago (2015-05-20 18:55:41 UTC) #15
Tim Song
Fixed uninitialized variable error. components_unittests on MSAN bots pass, so I'm resubmitting.
5 years, 7 months ago (2015-05-21 02:11:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1147563002/100001
5 years, 7 months ago (2015-05-21 02:12:11 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years, 7 months ago (2015-05-21 04:38:17 UTC) #20
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 04:41:15 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a2a7afa4b2312f11f35207dc4f667078964c0cb8
Cr-Commit-Position: refs/heads/master@{#330887}

Powered by Google App Engine
This is Rietveld 408576698