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

Issue 338103003: Password bubble: Ensure that the bubble stays open for at least 1 second. (Closed)

Created:
6 years, 6 months ago by Mike West
Modified:
6 years, 6 months ago
Reviewers:
vabr (Chromium), awong
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist_chromium.org
Project:
chromium
Visibility:
Public.

Description

Password bubble: Ensure that the bubble stays open for at least 1 second. Upon navigation, we throw away everything in the password bubble. This is intentional, but a poor experience on sites that do strange things on login. Like `accounts.google.com` for example. This patch ensures that we don't clear the bubble state if a navigation occurs within a second. A future patch could extend this to not clearing the bubble state if navigations occur within the same eTLD+1. BUG=383296 TBR=awong@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278727

Patch Set 1 #

Total comments: 2

Patch Set 2 : test #

Total comments: 4

Patch Set 3 : Feedback. #

Patch Set 4 : Removed base. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -4 lines) Patch
M base/timer/elapsed_timer.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 4 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc View 1 2 3 3 chunks +69 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Mike West
Hey Vaclav! Would you mind taking a look at this while I'm thinking about how ...
6 years, 6 months ago (2014-06-16 13:43:27 UTC) #1
vabr (Chromium)
Looks good so far, but will review once again with the tests. Thanks! Vaclav https://codereview.chromium.org/338103003/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc ...
6 years, 6 months ago (2014-06-16 15:02:00 UTC) #2
Mike West
Vaclav, mind taking another look? -mike
6 years, 6 months ago (2014-06-17 08:38:10 UTC) #3
vabr (Chromium)
Thanks Mike. Still LGTM, but with a couple of comments: (1) Did you think about ...
6 years, 6 months ago (2014-06-17 09:46:25 UTC) #4
Mike West
ajwong@: Would you mind taking a look at the base/timer/* changes? On 2014/06/17 09:46:25, vabr ...
6 years, 6 months ago (2014-06-17 10:49:35 UTC) #5
vabr (Chromium)
Thanks, Mike, still LGTM. On 2014/06/17 10:49:35, Mike West wrote: > ajwong@: Would you mind ...
6 years, 6 months ago (2014-06-17 14:53:57 UTC) #6
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 6 months ago (2014-06-20 08:26:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/338103003/100001
6 years, 6 months ago (2014-06-20 08:30:32 UTC) #8
Mike West
Moving MockElapsedTimer into my test file, as it's the only caller. If another caller springs ...
6 years, 6 months ago (2014-06-20 08:41:29 UTC) #9
Mike West
The CQ bit was unchecked by mkwst@chromium.org
6 years, 6 months ago (2014-06-20 08:41:32 UTC) #10
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 6 months ago (2014-06-20 08:41:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/338103003/100001
6 years, 6 months ago (2014-06-20 08:42:58 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 14:00:04 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 17:00:13 UTC) #14
Message was sent while issue was closed.
Change committed as 278727

Powered by Google App Engine
This is Rietveld 408576698