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

Issue 1503333003: Settings People Rewrite: Make Sync/Sign-in naming consistent to People. (Closed)

Created:
5 years ago by tommycli
Modified:
5 years ago
Reviewers:
dschuyler
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Settings People Rewrite: Make Sync/Sign-in naming consistent to People. Patch does a few things: 1) Renames a bunch of inconsistently named Sync / Sign-in classes and Polymer pages to the consistent People. 2) Enables People section on ChromeOS, as it should be. BUG=563721, 559481 Committed: https://crrev.com/8224d69c949ca117ec7cc706b4e1bf81e4eaee49 Cr-Commit-Position: refs/heads/master@{#364510}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : fix an egreious git cl format error #

Total comments: 4

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : merge upstream changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -3321 lines) Patch
M chrome/app/settings_strings.grdp View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.html View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/compiled_resources.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/people_page.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/sync_page.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/sync_page.html View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/resources/settings/people_page/sync_page.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/resources/settings/people_page/sync_private_api.html View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/sync_private_api.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/resources/settings/settings_menu/settings_menu.html View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 2 chunks +13 lines, -15 lines 0 comments Download
D chrome/browser/resources/settings/signin_page/signin_page.html View 1 2 3 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/browser/resources/settings/signin_page/signin_page.js View 1 chunk +0 lines, -108 lines 0 comments Download
D chrome/browser/resources/settings/sync_page/compiled_resources.gyp View 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/browser/resources/settings/sync_page/sync_page.css View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/browser/resources/settings/sync_page/sync_page.html View 1 chunk +0 lines, -130 lines 0 comments Download
D chrome/browser/resources/settings/sync_page/sync_page.js View 1 chunk +0 lines, -265 lines 0 comments Download
D chrome/browser/resources/settings/sync_page/sync_private_api.html View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/resources/settings/sync_page/sync_private_api.js View 1 2 3 1 chunk +0 lines, -242 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 3 chunks +83 lines, -85 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/ui/webui/settings/people_handler.h View 4 chunks +32 lines, -33 lines 0 comments Download
A + chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 4 28 chunks +77 lines, -83 lines 0 comments Download
A + chrome/browser/ui/webui/settings/people_handler_unittest.cc View 1 2 3 4 5 33 chunks +46 lines, -46 lines 0 comments Download
D chrome/browser/ui/webui/settings/sync_handler.h View 1 chunk +0 lines, -201 lines 0 comments Download
D chrome/browser/ui/webui/settings/sync_handler.cc View 1 2 3 1 chunk +0 lines, -947 lines 0 comments Download
D chrome/browser/ui/webui/settings/sync_handler_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -999 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (8 generated)
tommycli
dschuyler: ptal. this patch just renames a bunch of sync_ to people_. Thanks!
5 years ago (2015-12-08 23:00:01 UTC) #2
tommycli
dschuyler: ping
5 years ago (2015-12-09 23:56:21 UTC) #3
dschuyler
On 2015/12/09 23:56:21, tommycli wrote: > dschuyler: ping Cool, so this looks like mostly a ...
5 years ago (2015-12-10 00:47:18 UTC) #4
dschuyler
https://codereview.chromium.org/1503333003/diff/40001/chrome/browser/ui/webui/settings/people_handler.cc File chrome/browser/ui/webui/settings/people_handler.cc (right): https://codereview.chromium.org/1503333003/diff/40001/chrome/browser/ui/webui/settings/people_handler.cc#newcode270 chrome/browser/ui/webui/settings/people_handler.cc:270: ->IsAuthenticated()) { I think cl format is making a ...
5 years ago (2015-12-10 00:51:48 UTC) #5
tommycli
dschuyler: thanks! see below https://codereview.chromium.org/1503333003/diff/40001/chrome/browser/ui/webui/settings/people_handler.cc File chrome/browser/ui/webui/settings/people_handler.cc (right): https://codereview.chromium.org/1503333003/diff/40001/chrome/browser/ui/webui/settings/people_handler.cc#newcode270 chrome/browser/ui/webui/settings/people_handler.cc:270: ->IsAuthenticated()) { On 2015/12/10 00:51:48, ...
5 years ago (2015-12-10 01:57:02 UTC) #6
dschuyler
Other than the formatting nits, lgtm. https://codereview.chromium.org/1503333003/diff/60001/chrome/browser/ui/webui/settings/people_handler.cc File chrome/browser/ui/webui/settings/people_handler.cc (right): https://codereview.chromium.org/1503333003/diff/60001/chrome/browser/ui/webui/settings/people_handler.cc#newcode274 chrome/browser/ui/webui/settings/people_handler.cc:274: browser->profile())->IsAuthenticated()) { nit: ...
5 years ago (2015-12-10 17:55:16 UTC) #7
tommycli
dschuyler: thanks! If the below two nits weren't resolved to your satisfaction, feel free to ...
5 years ago (2015-12-10 19:34:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1503333003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1503333003/80001
5 years ago (2015-12-10 19:39:33 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/settings/basic_page/basic_page.html: While running git apply --index -3 -p1; error: patch ...
5 years ago (2015-12-10 21:12:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1503333003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1503333003/100001
5 years ago (2015-12-10 21:40:45 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-10 22:40:11 UTC) #18
commit-bot: I haz the power
5 years ago (2015-12-10 22:41:43 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8224d69c949ca117ec7cc706b4e1bf81e4eaee49
Cr-Commit-Position: refs/heads/master@{#364510}

Powered by Google App Engine
This is Rietveld 408576698