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

Issue 682133003: [Password Manager] Add link to remotely manage passowrds on desktop (Closed)

Created:
6 years, 1 month ago by Garrett Casto
Modified:
6 years, 1 month ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, gcasto+watchlist_chromium.org, arv+watch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Add link to remotely manage passowrds on desktop Similar UI has already been added to mobile platforms. Functionality is hidden behind a flag until the passwords website launches. BUG=426508 R=estade@chromium.org, isherman@chromium.org, mkwst@chromium.org, nyquist@chromium.org Committed: https://crrev.com/222991206441e3760bc972fbfba562e832e5e256 Cr-Commit-Position: refs/heads/master@{#302486}

Patch Set 1 : Cleanup #

Total comments: 9

Patch Set 2 : Comments #

Total comments: 4

Patch Set 3 : Comments #

Patch Set 4 : Comments #

Total comments: 2

Patch Set 5 : CSS and Histograms #

Patch Set 6 : Rebase #

Total comments: 8

Patch Set 7 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -44 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/android/password_ui_view_android.cc View 2 chunks +2 lines, -15 lines 0 comments Download
M chrome/browser/resources/options/autofill_options.css View 1 2 3 4 5 6 2 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/resources/options/autofill_options.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/password_manager.css View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/password_manager.html View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/password_manager.js View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 2 3 4 chunks +25 lines, -0 lines 0 comments Download
M components/password_manager.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M components/password_manager/core/common/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/password_manager/core/common/experiments.h View 1 chunk +16 lines, -0 lines 0 comments Download
A components/password_manager/core/common/experiments.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_switches.h View 1 chunk +3 lines, -3 lines 0 comments Download
M components/password_manager/core/common/password_manager_switches.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/webui/resources/css/overlay.css View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
Garrett Casto
estade@ - WebUI changes mkwst@ - Password manager changes nyquist@ - Android changes
6 years, 1 month ago (2014-10-28 21:50:43 UTC) #3
nyquist
chrome/browser/android lgtm
6 years, 1 month ago (2014-10-28 22:19:52 UTC) #4
Evan Stade
https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css File chrome/browser/resources/options/password_manager.css (right): https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css#newcode31 chrome/browser/resources/options/password_manager.css:31: text-decoration: none; pretty sure this rule should not be ...
6 years, 1 month ago (2014-10-28 22:50:48 UTC) #5
Garrett Casto
https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css File chrome/browser/resources/options/password_manager.css (right): https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css#newcode31 chrome/browser/resources/options/password_manager.css:31: text-decoration: none; On 2014/10/28 22:50:48, Evan Stade wrote: > ...
6 years, 1 month ago (2014-10-28 23:18:55 UTC) #6
Evan Stade
https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css File chrome/browser/resources/options/password_manager.css (right): https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css#newcode34 chrome/browser/resources/options/password_manager.css:34: #manage-passwords-span { On 2014/10/28 23:18:55, Garrett Casto wrote: > ...
6 years, 1 month ago (2014-10-28 23:26:01 UTC) #7
Mike West
password manager changes LGTM. https://codereview.chromium.org/682133003/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/682133003/diff/40001/chrome/app/generated_resources.grd#newcode13151 chrome/app/generated_resources.grd:13151: + Manage passwords remotely on ...
6 years, 1 month ago (2014-10-29 07:19:51 UTC) #8
Garrett Casto
https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css File chrome/browser/resources/options/password_manager.css (right): https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css#newcode34 chrome/browser/resources/options/password_manager.css:34: #manage-passwords-span { On 2014/10/28 23:26:01, Evan Stade wrote: > ...
6 years, 1 month ago (2014-10-29 20:25:46 UTC) #9
Evan Stade
https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css File chrome/browser/resources/options/password_manager.css (right): https://codereview.chromium.org/682133003/diff/20001/chrome/browser/resources/options/password_manager.css#newcode34 chrome/browser/resources/options/password_manager.css:34: #manage-passwords-span { On 2014/10/29 20:25:46, Garrett Casto wrote: > ...
6 years, 1 month ago (2014-10-29 21:28:28 UTC) #10
Garrett Casto
https://codereview.chromium.org/682133003/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/682133003/diff/40001/chrome/app/generated_resources.grd#newcode13151 chrome/app/generated_resources.grd:13151: + Manage passwords remotely on you |Google Account On ...
6 years, 1 month ago (2014-10-29 22:05:35 UTC) #11
Evan Stade
https://codereview.chromium.org/682133003/diff/80001/chrome/browser/resources/options/password_manager.html File chrome/browser/resources/options/password_manager.html (right): https://codereview.chromium.org/682133003/diff/80001/chrome/browser/resources/options/password_manager.html#newcode38 chrome/browser/resources/options/password_manager.html:38: <div id="spacer-div"></div> you're not really supposed to have two ...
6 years, 1 month ago (2014-10-29 22:17:36 UTC) #12
Garrett Casto
+isherman for histogram changes. https://codereview.chromium.org/682133003/diff/80001/chrome/browser/resources/options/password_manager.html File chrome/browser/resources/options/password_manager.html (right): https://codereview.chromium.org/682133003/diff/80001/chrome/browser/resources/options/password_manager.html#newcode38 chrome/browser/resources/options/password_manager.html:38: <div id="spacer-div"></div> On 2014/10/29 22:17:35, ...
6 years, 1 month ago (2014-10-29 23:26:09 UTC) #14
Ilya Sherman
https://codereview.chromium.org/682133003/diff/120001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/682133003/diff/120001/tools/metrics/histograms/histograms.xml#oldcode46699 tools/metrics/histograms/histograms.xml:46699: - <int value="-1241747717" label="enable-android-password-link"/> Please leave old ones in ...
6 years, 1 month ago (2014-10-29 23:45:18 UTC) #15
Evan Stade
https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css File chrome/browser/resources/options/autofill_options.css (right): https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css#newcode49 chrome/browser/resources/options/autofill_options.css:49: #autofill-options .spacer-div { why two rules for the same ...
6 years, 1 month ago (2014-10-29 23:51:57 UTC) #16
Garrett Casto
https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css File chrome/browser/resources/options/autofill_options.css (right): https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css#newcode49 chrome/browser/resources/options/autofill_options.css:49: #autofill-options .spacer-div { On 2014/10/29 23:51:57, Evan Stade wrote: ...
6 years, 1 month ago (2014-10-30 00:14:44 UTC) #17
Ilya Sherman
histograms.xml lgtm https://codereview.chromium.org/682133003/diff/120001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/682133003/diff/120001/tools/metrics/histograms/histograms.xml#oldcode46699 tools/metrics/histograms/histograms.xml:46699: - <int value="-1241747717" label="enable-android-password-link"/> On 2014/10/30 00:14:44, ...
6 years, 1 month ago (2014-10-30 00:46:58 UTC) #18
Evan Stade
lgtm https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css File chrome/browser/resources/options/autofill_options.css (right): https://codereview.chromium.org/682133003/diff/120001/chrome/browser/resources/options/autofill_options.css#newcode49 chrome/browser/resources/options/autofill_options.css:49: #autofill-options .spacer-div { On 2014/10/30 00:14:44, Garrett Casto ...
6 years, 1 month ago (2014-10-31 18:23:31 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/682133003/140001
6 years, 1 month ago (2014-11-03 21:17:17 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/21859)
6 years, 1 month ago (2014-11-03 21:25:04 UTC) #23
Garrett Casto
Committed patchset #7 (id:140001) manually as 222991206441e3760bc972fbfba562e832e5e256.
6 years, 1 month ago (2014-11-03 21:38:43 UTC) #24
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 21:38:43 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/222991206441e3760bc972fbfba562e832e5e256
Cr-Commit-Position: refs/heads/master@{#302486}

Powered by Google App Engine
This is Rietveld 408576698