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

Issue 711043002: Finch experiment for limiting the password bubble annoyance. (Closed)

Created:
6 years, 1 month ago by vasilii
Modified:
6 years, 1 month ago
Reviewers:
vabr (Chromium), battre
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Finch experiment for limiting the password bubble annoyance. BUG=431739 TBR=battre@chromium.org Committed: https://crrev.com/4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f Cr-Commit-Position: refs/heads/master@{#303630}

Patch Set 1 #

Total comments: 16

Patch Set 2 : a unit test + comments #

Total comments: 2

Patch Set 3 : one more unit test #

Total comments: 4

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -0 lines) Patch
M chrome/browser/prefs/browser_prefs.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 4 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
A chrome/browser/ui/passwords/password_bubble_experiment.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/ui/passwords/password_bubble_experiment.cc View 1 1 chunk +205 lines, -0 lines 0 comments Download
A chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
vasilii
Hi guys, please review.
6 years, 1 month ago (2014-11-10 14:59:15 UTC) #3
vabr (Chromium)
LGTM with comments. Cheers, Vaclav https://codereview.chromium.org/711043002/diff/1/chrome/browser/ui/passwords/password_bubble_experiment.cc File chrome/browser/ui/passwords/password_bubble_experiment.cc (right): https://codereview.chromium.org/711043002/diff/1/chrome/browser/ui/passwords/password_bubble_experiment.cc#newcode73 chrome/browser/ui/passwords/password_bubble_experiment.cc:73: // If user clicks ...
6 years, 1 month ago (2014-11-10 15:30:31 UTC) #4
vasilii
https://codereview.chromium.org/711043002/diff/1/chrome/browser/ui/passwords/password_bubble_experiment.cc File chrome/browser/ui/passwords/password_bubble_experiment.cc (right): https://codereview.chromium.org/711043002/diff/1/chrome/browser/ui/passwords/password_bubble_experiment.cc#newcode73 chrome/browser/ui/passwords/password_bubble_experiment.cc:73: // If user clicks dismisses the bubble > n ...
6 years, 1 month ago (2014-11-10 17:06:39 UTC) #5
vabr (Chromium)
Still LGTM, with one comment. Thanks for adding the test. Cheers, Vaclav https://codereview.chromium.org/711043002/diff/20001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc File chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc ...
6 years, 1 month ago (2014-11-11 09:07:55 UTC) #6
vasilii
https://codereview.chromium.org/711043002/diff/20001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc File chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc (right): https://codereview.chromium.org/711043002/diff/20001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc#newcode91 chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc:91: EXPECT_FALSE(password_bubble_experiment::ShouldShowBubble(prefs())); On 2014/11/11 09:07:55, vabr (Chromium) wrote: > nit: ...
6 years, 1 month ago (2014-11-11 09:47:48 UTC) #7
vabr (Chromium)
LGTM with 2 very easy comments. Thanks! Vaclav https://codereview.chromium.org/711043002/diff/40001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc File chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc (right): https://codereview.chromium.org/711043002/diff/40001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc#newcode89 chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc:89: // ...
6 years, 1 month ago (2014-11-11 10:10:58 UTC) #8
vasilii
https://codereview.chromium.org/711043002/diff/40001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc File chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc (right): https://codereview.chromium.org/711043002/diff/40001/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc#newcode89 chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc:89: // apn isn't over. On 2014/11/11 10:10:58, vabr (Chromium) ...
6 years, 1 month ago (2014-11-11 10:39:40 UTC) #9
vabr (Chromium)
lgtm LGTM
6 years, 1 month ago (2014-11-11 10:43:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/711043002/60001
6 years, 1 month ago (2014-11-11 10:59:37 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-11 12:30:03 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 12:30:34 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f
Cr-Commit-Position: refs/heads/master@{#303630}

Powered by Google App Engine
This is Rietveld 408576698