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

Issue 1396403004: Remove dependency on Finch experiment PasswordLinkInSettings (Closed)

Created:
5 years, 2 months ago by vabr (Chromium)
Modified:
5 years, 2 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, michaelpg+watch-options_chromium.org, vabr+watchlist_chromium.org, chromium-apps-reviews_chromium.org, gcasto+watchlist_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 dependency on Finch experiment PasswordLinkInSettings This experiment has been ended, its launch bug is closed, we are ready to bake in the "enabled" state of the experiment. The P.M. approval is at http://crbug.com/480552#c27. BUG=480552 Committed: https://crrev.com/2f74cdc4d932520d4cd2988f84207d3ff1210ef8 Cr-Commit-Position: refs/heads/master@{#354491}

Patch Set 1 #

Patch Set 2 : Removed initial hiding in WebUI #

Total comments: 2

Patch Set 3 : Java comment addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -73 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/PasswordUIView.java View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/android/password_ui_view_android.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_api.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/options/password_manager.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/password_manager.js View 1 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M components/password_manager/core/common/experiments.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/password_manager/core/common/experiments.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M components/password_manager/core/common/password_manager_switches.cc View 2 chunks +0 lines, -8 lines 2 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396403004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396403004/1
5 years, 2 months ago (2015-10-14 14:25:08 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-14 15:05:05 UTC) #4
vabr (Chromium)
Kyle, could you please review chrome/browser/extensions/api/passwords_private/passwords_private_api.cc ? Do you think the whole PasswordsPrivateCanPasswordAccountBeManagedFunction and the ...
5 years, 2 months ago (2015-10-14 18:17:19 UTC) #6
vabr (Chromium)
newt@, could you please review chrome/browser/android/password_ui_view_android.cc and *.java? Thanks, Vaclav
5 years, 2 months ago (2015-10-14 18:19:15 UTC) #8
vabr (Chromium)
Peter, could you please review chrome/browser/ui/webui/options/password_manager_handler.cc? Do you think I should remove the whole setManageAccountLinkVisibility? ...
5 years, 2 months ago (2015-10-14 18:21:22 UTC) #10
vabr (Chromium)
Vadym, could you please review password_manager code and chrome/browser/about_flags.cc? Thanks! Vaclav
5 years, 2 months ago (2015-10-14 18:22:28 UTC) #12
Kyle Horimoto
On 2015/10/14 18:17:19, vabr (Chromium) wrote: > Kyle, could you please review > chrome/browser/extensions/api/passwords_private/passwords_private_api.cc ? ...
5 years, 2 months ago (2015-10-14 18:29:13 UTC) #13
Peter Kasting
On 2015/10/14 18:21:22, vabr (Chromium) wrote: > Peter, could you please review > chrome/browser/ui/webui/options/password_manager_handler.cc? I ...
5 years, 2 months ago (2015-10-14 19:21:18 UTC) #14
Dan Beam
On 2015/10/14 19:21:18, Peter Kasting wrote: > On 2015/10/14 18:21:22, vabr (Chromium) wrote: > > ...
5 years, 2 months ago (2015-10-14 20:46:40 UTC) #15
dvadym
On 2015/10/14 18:22:28, vabr (Chromium) wrote: > Vadym, could you please review password_manager code and ...
5 years, 2 months ago (2015-10-15 07:30:53 UTC) #16
vabr (Chromium)
Thanks all so far! newt@ -- Looking forward to your opinion on chrome/browser/android/password_ui_view_android.cc and the ...
5 years, 2 months ago (2015-10-15 13:06:15 UTC) #17
newt (away)
one comment, then password_ui_view_android.cc and Java files lgtm https://codereview.chromium.org/1396403004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java (right): https://codereview.chromium.org/1396403004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java#newcode334 chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java:334: mSavePasswordsSwitch.setDrawDivider(false); ...
5 years, 2 months ago (2015-10-15 18:43:00 UTC) #19
vabr (Chromium)
Thanks, newt@. Comment addressed, sending to the CQ. Cheers, Vaclav https://codereview.chromium.org/1396403004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java (right): https://codereview.chromium.org/1396403004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/SavePasswordsPreferences.java#newcode334 ...
5 years, 2 months ago (2015-10-16 09:44:58 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396403004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396403004/40001
5 years, 2 months ago (2015-10-16 09:45:39 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-16 11:07:23 UTC) #24
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/2f74cdc4d932520d4cd2988f84207d3ff1210ef8 Cr-Commit-Position: refs/heads/master@{#354491}
5 years, 2 months ago (2015-10-16 11:08:26 UTC) #25
Eugene But (OOO till 7-30)
https://codereview.chromium.org/1396403004/diff/40001/components/password_manager/core/common/password_manager_switches.cc File components/password_manager/core/common/password_manager_switches.cc (left): https://codereview.chromium.org/1396403004/diff/40001/components/password_manager/core/common/password_manager_switches.cc#oldcode67 components/password_manager/core/common/password_manager_switches.cc:67: const char kEnablePasswordLink[] = "enable-password-link"; Should this be also ...
5 years, 2 months ago (2015-10-19 16:40:29 UTC) #27
vabr (Chromium)
https://codereview.chromium.org/1396403004/diff/40001/components/password_manager/core/common/password_manager_switches.cc File components/password_manager/core/common/password_manager_switches.cc (left): https://codereview.chromium.org/1396403004/diff/40001/components/password_manager/core/common/password_manager_switches.cc#oldcode67 components/password_manager/core/common/password_manager_switches.cc:67: const char kEnablePasswordLink[] = "enable-password-link"; On 2015/10/19 16:40:29, eugenebut ...
5 years, 2 months ago (2015-10-19 17:19:03 UTC) #28
vabr (Chromium)
5 years, 2 months ago (2015-10-19 18:53:35 UTC) #29
Message was sent while issue was closed.
On 2015/10/19 17:19:03, vabr (Chromium) wrote:
>
https://codereview.chromium.org/1396403004/diff/40001/components/password_man...
> File components/password_manager/core/common/password_manager_switches.cc
> (left):
> 
>
https://codereview.chromium.org/1396403004/diff/40001/components/password_man...
> components/password_manager/core/common/password_manager_switches.cc:67: const
> char kEnablePasswordLink[] = "enable-password-link";
> On 2015/10/19 16:40:29, eugenebut wrote:
> > Should this be also removed from the header?
> 
> Ah! It should, thanks for pointing this out.
> I'm not at my MacBook at the moment, will fix that tomorrow.

Fix is in https://codereview.chromium.org/1418483002/ (did not realise that this
was the upstream CL, for that I did not need a MacBook).

Powered by Google App Engine
This is Rietveld 408576698