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

Issue 2457483002: [MD Settings][Sync Settings] Updates sync status messages (Closed)

Created:
4 years, 1 month ago by Moe
Modified:
4 years, 1 month ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Settings][Sync Settings] Updates sync status messages BUG=612595 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/715a58fd0413dbe6fd2fbccb9d6bc088056de3d1 Cr-Commit-Position: refs/heads/master@{#430023}

Patch Set 1 #

Total comments: 23

Patch Set 2 : rebase #

Patch Set 3 : Addressed tommycli's comments #

Total comments: 2

Patch Set 4 : Addressed rogerta's comment #

Total comments: 24

Patch Set 5 : Addressed maxbogue's and dbeam's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -211 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 4 chunks +23 lines, -22 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.js View 1 2 chunks +54 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_browser_proxy.js View 1 2 5 chunks +28 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_ui_util.h View 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/signin/signin_ui_util.cc View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.h View 1 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 2 3 4 8 chunks +113 lines, -74 lines 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 2 3 4 6 chunks +89 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 4 2 chunks +17 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/people_page_test.js View 1 3 chunks +38 lines, -8 lines 0 comments Download
M components/browser_sync/profile_sync_service.cc View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M components/sync_ui_strings.grdp View 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 30 (18 generated)
Moe
Tommy, Please review this CL. I'll add the appropriate owners after your feedback.
4 years, 1 month ago (2016-10-26 18:07:18 UTC) #5
tommycli
lgtm except below: https://codereview.chromium.org/2457483002/diff/1/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/2457483002/diff/1/chrome/app/chromium_strings.grd#newcode1156 chrome/app/chromium_strings.grd:1156: <message name="IDS_SYNC_UPGRADE_CLIENT_LINK_LABEL" desc="The text to display ...
4 years, 1 month ago (2016-10-28 21:21:09 UTC) #8
Moe
https://codereview.chromium.org/2457483002/diff/1/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/2457483002/diff/1/chrome/app/chromium_strings.grd#newcode1156 chrome/app/chromium_strings.grd:1156: <message name="IDS_SYNC_UPGRADE_CLIENT_LINK_LABEL" desc="The text to display on in the ...
4 years, 1 month ago (2016-11-01 19:44:01 UTC) #9
Moe
Hi Please review this CL. maxbogue@ sync rogerta@ c/b/signin dbeam@ c/b/u/webui/options
4 years, 1 month ago (2016-11-01 19:50:59 UTC) #11
Roger Tawa OOO till Jul 10th
c/b/signin lgtm, one question below. https://codereview.chromium.org/2457483002/diff/40001/chrome/browser/sync/sync_ui_util.cc File chrome/browser/sync/sync_ui_util.cc (right): https://codereview.chromium.org/2457483002/diff/40001/chrome/browser/sync/sync_ui_util.cc#newcode114 chrome/browser/sync/sync_ui_util.cc:114: break; Wouldn't it be ...
4 years, 1 month ago (2016-11-02 17:33:41 UTC) #12
Moe
https://codereview.chromium.org/2457483002/diff/40001/chrome/browser/sync/sync_ui_util.cc File chrome/browser/sync/sync_ui_util.cc (right): https://codereview.chromium.org/2457483002/diff/40001/chrome/browser/sync/sync_ui_util.cc#newcode114 chrome/browser/sync/sync_ui_util.cc:114: break; On 2016/11/02 17:33:41, Roger Tawa wrote: > Wouldn't ...
4 years, 1 month ago (2016-11-02 18:46:33 UTC) #14
maxbogue
lgtm w/ some comments https://codereview.chromium.org/2457483002/diff/60001/chrome/browser/sync/sync_ui_util.cc File chrome/browser/sync/sync_ui_util.cc (right): https://codereview.chromium.org/2457483002/diff/60001/chrome/browser/sync/sync_ui_util.cc#newcode496 chrome/browser/sync/sync_ui_util.cc:496: ActionType actionType(sync_ui_util::NO_ACTION); ActionType action_type = ...
4 years, 1 month ago (2016-11-03 23:08:50 UTC) #18
Dan Beam
lgtm, glad tommycli@ also looked (was going to forward you to him, but he already ...
4 years, 1 month ago (2016-11-04 17:32:00 UTC) #19
Moe
Thank you all. https://codereview.chromium.org/2457483002/diff/60001/chrome/browser/sync/sync_ui_util.cc File chrome/browser/sync/sync_ui_util.cc (right): https://codereview.chromium.org/2457483002/diff/60001/chrome/browser/sync/sync_ui_util.cc#newcode496 chrome/browser/sync/sync_ui_util.cc:496: ActionType actionType(sync_ui_util::NO_ACTION); On 2016/11/03 23:08:49, maxbogue ...
4 years, 1 month ago (2016-11-04 21:34:09 UTC) #24
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/2457483002/80001
4 years, 1 month ago (2016-11-04 21:35:23 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-04 21:41:31 UTC) #28
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 21:42:58 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/715a58fd0413dbe6fd2fbccb9d6bc088056de3d1
Cr-Commit-Position: refs/heads/master@{#430023}

Powered by Google App Engine
This is Rietveld 408576698