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

Issue 1467993002: Remove ManagePasswordsUIController::NavigateToSmartLockPage (Closed)

Created:
5 years, 1 month ago by vabr (Chromium)
Modified:
5 years, 1 month ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ManagePasswordsUIController::NavigateToSmartLockPage Replace it with the equivalent ManagePasswordsUIController::NavigateToExternalPasswordManager. Note: This CL does not remove IDS_PASSWORD_MANAGER_SMART_LOCK_PAGE yet, because it is also used in other pieces of the password manager UI. We need to double-check if it is OK to merge that with chrome::kPasswordManagerAccountDashboardURL, or whether it just should be made a separate constant. Using localisation to get the hl= URL parameter is very likely an overkill, see #0 in http://crbug.com/548259. R=vasilii@chromium.org BUG=548259 Committed: https://crrev.com/1bff66d12e811993940e7dd01074768c30e0cd5b Cr-Commit-Position: refs/heads/master@{#361304}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Switching infobars to non-localised link, moving kPasswordManagerAccountDashboardURL to components #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -56 lines) Patch
M build/ios/grit_whitelist.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/android/password_ui_view_android.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/generated_password_saved_infobar_delegate_android.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/password_manager_infobar_delegate.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 chunks +2 lines, -14 lines 0 comments Download
M chrome/browser/ui/passwords/passwords_model_delegate.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/url_constants.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager_constants.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_constants.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/chrome_url_constants.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M ios/chrome/browser/chrome_url_constants.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
vabr (Chromium)
Hi Vasilii, PTAL. Cheers, Vaclav
5 years, 1 month ago (2015-11-23 10:15:23 UTC) #1
vasilii
https://codereview.chromium.org/1467993002/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc File chrome/browser/ui/passwords/manage_passwords_ui_controller.cc (left): https://codereview.chromium.org/1467993002/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc#oldcode319 chrome/browser/ui/passwords/manage_passwords_ui_controller.cc:319: GURL(l10n_util::GetStringUTF16(IDS_PASSWORD_MANAGER_SMART_LOCK_PAGE)), Why not changing the string in password_manager_infobar_delegate.cc? Then ...
5 years, 1 month ago (2015-11-23 10:25:22 UTC) #2
vabr (Chromium)
Thanks, Vasilii. Comment addressed, PTAL. Cheers, Vaclav https://codereview.chromium.org/1467993002/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc File chrome/browser/ui/passwords/manage_passwords_ui_controller.cc (left): https://codereview.chromium.org/1467993002/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc#oldcode319 chrome/browser/ui/passwords/manage_passwords_ui_controller.cc:319: GURL(l10n_util::GetStringUTF16(IDS_PASSWORD_MANAGER_SMART_LOCK_PAGE)), On ...
5 years, 1 month ago (2015-11-23 11:24:47 UTC) #3
vasilii
lgtm
5 years, 1 month ago (2015-11-23 11:36:29 UTC) #4
vabr (Chromium)
Thanks, Vasilii. @newt: Please review chrome/browser/android/password_ui_view_android.cc @pam: Please review chrome/browser/ui/webui/options/password_manager_handler.cc @droger: Please review ios/chrome/browser/chrome_url_constants.* Thanks ...
5 years, 1 month ago (2015-11-23 12:51:01 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467993002/20001
5 years, 1 month ago (2015-11-23 12:51:37 UTC) #8
droger
//ios LGTM
5 years, 1 month ago (2015-11-23 12:54:39 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-23 12:55:27 UTC) #11
vabr (Chromium)
Evan, could you please stamp chrome/browser/ui/webui/options/password_manager_handler.cc? (Removing pam@, as it looks like I chose both ...
5 years, 1 month ago (2015-11-23 16:45:01 UTC) #12
vabr (Chromium)
(Now adding Evan for realz.) Evan, could you please stamp chrome/browser/ui/webui/options/password_manager_handler.cc? Cheers, Vaclav
5 years, 1 month ago (2015-11-23 16:45:54 UTC) #14
Evan Stade
On 2015/11/23 16:45:54, vabr (Chromium) wrote: > (Now adding Evan for realz.) > > Evan, ...
5 years, 1 month ago (2015-11-23 17:00:21 UTC) #15
newt (away)
chrome/browser/android lgtm
5 years, 1 month ago (2015-11-23 19:37:30 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467993002/20001
5 years, 1 month ago (2015-11-24 09:23:21 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467993002/20001
5 years, 1 month ago (2015-11-24 09:24:10 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-24 09:27:43 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467993002/20001
5 years, 1 month ago (2015-11-24 10:14:10 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-24 10:21:27 UTC) #26
commit-bot: I haz the power
5 years, 1 month ago (2015-11-24 10:22:23 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1bff66d12e811993940e7dd01074768c30e0cd5b
Cr-Commit-Position: refs/heads/master@{#361304}

Powered by Google App Engine
This is Rietveld 408576698