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

Issue 2064183002: Reland: "Sync: Support multiple setup UIs." (Closed)

Created:
4 years, 6 months ago by tommycli
Modified:
4 years, 6 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, msramek+watch_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, pam+watch_chromium.org, markusheintz_, stevenjb+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, sync-reviews_chromium.org, sdefresne+watch_chromium.org, bzanotti, Nicolas Zea
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: "Sync: Support multiple setup UIs." This reverts commit 06bbee4ce66d8827fd9c6a35f404fd21376f75a7. The bug was caused by SupervisedUserService not releasing sync_blocker_ in Shutdown, as it should. BUG=563721, 620019 TBR= Committed: https://crrev.com/f3a1551ea5b8c94fc4c915113f840ca5ca6c78aa Cr-Commit-Position: refs/heads/master@{#401048}

Patch Set 1 #

Patch Set 2 : Ensure sync_blocker_ is released by SupervisedUserService in Shutdown #

Patch Set 3 : Merge branch 'master' of https://chromium.googlesource.com/chromium/src into 0183-settings-sync-rel… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -110 lines) Patch
M chrome/browser/browsing_data/history_counter_browsertest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.h View 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.h View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/browser_sync/browser/profile_sync_service.h View 1 2 5 chunks +20 lines, -15 lines 0 comments Download
M components/browser_sync/browser/profile_sync_service.cc View 1 2 12 chunks +49 lines, -30 lines 0 comments Download
M components/browser_sync/browser/profile_sync_service_mock.h View 2 chunks +2 lines, -1 line 0 comments Download
M components/browser_sync/browser/profile_sync_service_startup_unittest.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M components/browser_sync/browser/profile_sync_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/fake_sync_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/sync_driver/fake_sync_service.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/sync_driver/sync_service.h View 4 chunks +23 lines, -8 lines 0 comments Download
M components/sync_driver/sync_service.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M ios/chrome/browser/sync/sync_setup_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/sync/sync_setup_service.cc View 5 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2064183002/20001
4 years, 6 months ago (2016-06-14 17:10:04 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-14 18:15:59 UTC) #6
tommycli
thestig: PTAL. I reproduced the test failure locally, and added a line (in patchset 2) ...
4 years, 6 months ago (2016-06-14 18:24:08 UTC) #8
Lei Zhang
lgtm
4 years, 6 months ago (2016-06-14 18:26:58 UTC) #9
tommycli
thestig: thanks!
4 years, 6 months ago (2016-06-14 18:27:14 UTC) #10
kjellander_chromium
On 2016/06/14 18:27:14, tommycli wrote: > thestig: thanks! lgtm, but I suggest running a win_chromium_dbg_ng ...
4 years, 6 months ago (2016-06-14 19:06:28 UTC) #11
Nicolas Zea
On 2016/06/14 19:06:28, kjellander_chromium wrote: > On 2016/06/14 18:27:14, tommycli wrote: > > thestig: thanks! ...
4 years, 6 months ago (2016-06-14 20:00:28 UTC) #12
tommycli
On 2016/06/14 20:00:28, Nicolas Zea wrote: > On 2016/06/14 19:06:28, kjellander_chromium wrote: > > On ...
4 years, 6 months ago (2016-06-14 20:30:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2064183002/40001
4 years, 6 months ago (2016-06-21 17:02:32 UTC) #16
tommycli
zea: I have confirmed with manual testing that the weak_factory_ fix resolves this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=620019 ...
4 years, 6 months ago (2016-06-21 17:03:01 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-21 18:11:45 UTC) #20
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 18:16:52 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f3a1551ea5b8c94fc4c915113f840ca5ca6c78aa
Cr-Commit-Position: refs/heads/master@{#401048}

Powered by Google App Engine
This is Rietveld 408576698