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

Issue 17320005: Update strings to match the final spec. (Closed)

Created:
7 years, 6 months ago by Pam (message me for reviews)
Modified:
7 years, 6 months ago
Reviewers:
Bernhard Bauer, Sergiu
CC:
chromium-reviews, dbeam+watch-options_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, Adrian Kuegel, Bernhard Bauer
Visibility:
Public.

Description

Update strings to match the final spec. Update strings, images, and UI to match final versions approved by UX, and include the custodian's name where applicable. Remove references to "limited users" in the code -- we don't need even more name fragmentation. The custodian's name is not yet collected, but we fall back to the email address if we don't have it. TBR=sail@chromium.org TBR=kalman@chromium.org BUG=248859, 252212 TEST=manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207943

Patch Set 1 #

Patch Set 2 : With extra custodian-name goodness #

Patch Set 3 : With just the right amount of custodian-name goodness #

Patch Set 4 : Removed carousel #

Patch Set 5 : For review #

Total comments: 29

Patch Set 6 : Addressed Sergiu's and Bernhard's comments #

Patch Set 7 : Removed image for manual commit #

Patch Set 8 : Merge-conflict fix #

Patch Set 9 : Include 2 missing files #

Patch Set 10 : Null-check the signin manager for CrOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -323 lines) Patch
M chrome/app/generated_resources.grd View 8 chunks +61 lines, -51 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_mode_interstitial.cc View 1 2 3 4 5 6 1 chunk +11 lines, -5 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode_navigation_observer.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 2 3 4 5 6 4 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/profiles/avatar_menu_model.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.css View 1 2 3 4 5 6 1 chunk +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.html View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/managed_user_create_confirm.css View 1 2 3 4 5 6 1 chunk +5 lines, -99 lines 0 comments Download
M chrome/browser/resources/options/managed_user_create_confirm.html View 1 2 3 4 5 6 1 chunk +4 lines, -30 lines 0 comments Download
M chrome/browser/resources/options/managed_user_create_confirm.js View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -80 lines 0 comments Download
M chrome/browser/resources/options/managed_user_learn_more.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.cc View 1 2 3 4 5 6 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc View 1 2 3 4 5 6 7 8 9 2 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/options/managed_user_learn_more_handler.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Pam (message me for reviews)
Sergiu: please review Bernhard, Adrian: FYI I want to make the link in the confirmation ...
7 years, 6 months ago (2013-06-20 15:08:08 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd#newcode14979 chrome/app/generated_resources.grd:14979: + A supervised user named <ph name="NEW_PROFILE_NAME">$1<ex>New User</ex></ph> has ...
7 years, 6 months ago (2013-06-20 15:20:35 UTC) #2
Sergiu
https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd#oldcode5614 chrome/app/generated_resources.grd:5614: <message name="IDS_EXTENSIONS_LOCKED_MANAGED_MODE" desc="The error message (either shown in the ...
7 years, 6 months ago (2013-06-20 15:54:56 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd#oldcode11701 chrome/app/generated_resources.grd:11701: Switch Users On 2013/06/20 15:54:56, Sergiu wrote: > Lowercase ...
7 years, 6 months ago (2013-06-20 16:17:35 UTC) #4
Pam (message me for reviews)
New patch! Yay! PTAL. https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/17320005/diff/33004/chrome/app/generated_resources.grd#newcode14912 chrome/app/generated_resources.grd:14912: + Visited websites and settings ...
7 years, 6 months ago (2013-06-20 20:26:40 UTC) #5
Sergiu
LGTM, don't forget to remove the 3 placeholder images, although you can do it in ...
7 years, 6 months ago (2013-06-20 21:47:46 UTC) #6
Pam (message me for reviews)
TBR=sail for profiles, kalman for extensions
7 years, 6 months ago (2013-06-21 09:21:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/52002
7 years, 6 months ago (2013-06-21 09:21:47 UTC) #8
commit-bot: I haz the power
Can't process patch for file chrome/browser/resources/options/managed_user_create_confirm.png. Binary file support is temporarilly disabled due to a ...
7 years, 6 months ago (2013-06-21 09:21:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/92001
7 years, 6 months ago (2013-06-21 09:49:35 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac&number=63740
7 years, 6 months ago (2013-06-21 10:04:32 UTC) #11
Pam (message me for reviews)
Sigh... image, *then* code.
7 years, 6 months ago (2013-06-21 10:13:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/92001
7 years, 6 months ago (2013-06-21 10:17:05 UTC) #13
commit-bot: I haz the power
Failed to trigger a try job on chromium_presubmit HTTP Error 400: Bad Request
7 years, 6 months ago (2013-06-21 10:38:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/94005
7 years, 6 months ago (2013-06-21 10:38:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/94005
7 years, 6 months ago (2013-06-21 10:39:38 UTC) #16
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=142190
7 years, 6 months ago (2013-06-21 13:40:05 UTC) #17
Pam (message me for reviews)
Added the two missing files, reviewed by Sergiu in https://codereview.chromium.org/17552003/
7 years, 6 months ago (2013-06-21 13:49:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/127005
7 years, 6 months ago (2013-06-21 13:49:56 UTC) #19
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=128751
7 years, 6 months ago (2013-06-21 16:13:41 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/127005
7 years, 6 months ago (2013-06-21 16:20:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/133001
7 years, 6 months ago (2013-06-21 19:06:14 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pam@chromium.org/17320005/138002
7 years, 6 months ago (2013-06-21 19:27:51 UTC) #23
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 22:46:15 UTC) #24
Message was sent while issue was closed.
Change committed as 207943

Powered by Google App Engine
This is Rietveld 408576698