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

Issue 23557004: Save password bubble pops up automatically (Closed)

Created:
7 years, 3 months ago by npentrel
Modified:
7 years, 3 months ago
CC:
chromium-reviews, tfarina, markusheintz_
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Save password bubble pops up automatically when the save password icon is triggered upon logging in to a page. BUG=261628 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221414

Patch Set 1 #

Patch Set 2 : Review 1 #

Patch Set 3 : Review 2 #

Patch Set 4 : Adding comment #

Total comments: 19

Patch Set 5 : Review 3 #

Patch Set 6 : Readding UpdatePostLayout #

Total comments: 14

Patch Set 7 : Review 4 #

Patch Set 8 : minor change #

Total comments: 20

Patch Set 9 : Review 5 #

Patch Set 10 : minor change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -25 lines) Patch
chrome/browser/ui/content_settings/content_setting_image_model.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
chrome/browser/ui/content_settings/content_setting_image_model.cc View 1 2 3 4 5 6 3 chunks +9 lines, -0 lines 0 comments Download
chrome/browser/ui/views/location_bar/content_setting_image_view.h View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -2 lines 0 comments Download
chrome/browser/ui/views/location_bar/content_setting_image_view.cc View 1 2 3 4 5 6 7 8 9 3 chunks +38 lines, -12 lines 0 comments Download
chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -3 lines 0 comments Download
chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 4 chunks +15 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
npentrel
Please have a look at the following CL. It makes the save password bubble pop ...
7 years, 3 months ago (2013-08-28 12:11:30 UTC) #1
Peter Kasting
At a glance, I'm not sure any of the plumbing here is right. * The ...
7 years, 3 months ago (2013-08-28 12:36:07 UTC) #2
npentrel
One issue I faced when trying to trigger the bubble from ContentSettingImageView::Update() is that this ...
7 years, 3 months ago (2013-08-29 16:10:22 UTC) #3
Peter Kasting
On 2013/08/29 16:10:22, npentrel wrote: > One issue I faced when trying to trigger the ...
7 years, 3 months ago (2013-08-29 18:19:48 UTC) #4
npentrel
On 2013/08/29 18:19:48, Peter Kasting wrote: > On 2013/08/29 16:10:22, npentrel wrote: > > One ...
7 years, 3 months ago (2013-08-30 13:57:26 UTC) #5
Peter Kasting
On 2013/08/30 13:57:26, npentrel wrote: > On 2013/08/29 18:19:48, Peter Kasting wrote: > Update is ...
7 years, 3 months ago (2013-08-30 19:04:21 UTC) #6
npentrel
As you suggested, I broke the issue down into two phases. After Layout is called, ...
7 years, 3 months ago (2013-09-02 13:44:21 UTC) #7
Peter Kasting
Seems like these methods should be called UpdatePreLayout() and UpdatePostLayout(), or maybe UpdatePreParentLayout() and UpdatePostParentLayout(). ...
7 years, 3 months ago (2013-09-03 21:32:43 UTC) #8
npentrel
On 2013/09/03 21:32:43, Peter Kasting wrote: > Seems like these methods should be called UpdatePreLayout() ...
7 years, 3 months ago (2013-09-03 23:05:16 UTC) #9
Peter Kasting
https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/content_setting_image_view.cc File chrome/browser/ui/views/location_bar/content_setting_image_view.cc (right): https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/content_setting_image_view.cc#newcode97 chrome/browser/ui/views/location_bar/content_setting_image_view.cc:97: void ContentSettingImageView::UpdatePostLayout( Function definition order needs to match declaration ...
7 years, 3 months ago (2013-09-03 23:50:43 UTC) #10
npentrel
https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/content_setting_image_view.cc File chrome/browser/ui/views/location_bar/content_setting_image_view.cc (right): https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/content_setting_image_view.cc#newcode97 chrome/browser/ui/views/location_bar/content_setting_image_view.cc:97: void ContentSettingImageView::UpdatePostLayout( On 2013/09/03 23:50:43, Peter Kasting wrote: > ...
7 years, 3 months ago (2013-09-04 09:55:36 UTC) #11
npentrel
https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/23557004/diff/29002/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode1138 chrome/browser/ui/views/location_bar/location_bar_view.cc:1138: void LocationBarView::RefreshContentSettingViews() { On 2013/09/04 09:55:36, npentrel wrote: > ...
7 years, 3 months ago (2013-09-04 11:27:30 UTC) #12
Peter Kasting
https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/content_settings/content_setting_image_model.cc File chrome/browser/ui/content_settings/content_setting_image_model.cc (right): https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/content_settings/content_setting_image_model.cc#newcode67 chrome/browser/ui/content_settings/content_setting_image_model.cc:67: virtual bool ShouldShowBubbleOnBlockage(); OVERRIDE https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/content_setting_image_view.cc File chrome/browser/ui/views/location_bar/content_setting_image_view.cc (right): https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/content_setting_image_view.cc#newcode143 ...
7 years, 3 months ago (2013-09-04 20:59:11 UTC) #13
npentrel
https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/content_settings/content_setting_image_model.cc File chrome/browser/ui/content_settings/content_setting_image_model.cc (right): https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/content_settings/content_setting_image_model.cc#newcode67 chrome/browser/ui/content_settings/content_setting_image_model.cc:67: virtual bool ShouldShowBubbleOnBlockage(); On 2013/09/04 20:59:11, Peter Kasting wrote: ...
7 years, 3 months ago (2013-09-04 21:50:18 UTC) #14
Peter Kasting
https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode389 chrome/browser/ui/views/location_bar/location_bar_view.cc:389: OnChanged(); On 2013/09/04 21:50:18, npentrel wrote: > On 2013/09/04 ...
7 years, 3 months ago (2013-09-04 21:52:00 UTC) #15
npentrel
https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/23557004/diff/30005/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode389 chrome/browser/ui/views/location_bar/location_bar_view.cc:389: OnChanged(); On 2013/09/04 21:52:01, Peter Kasting wrote: > On ...
7 years, 3 months ago (2013-09-04 22:19:55 UTC) #16
Peter Kasting
LGTM https://codereview.chromium.org/23557004/diff/53001/chrome/browser/ui/content_settings/content_setting_image_model.h File chrome/browser/ui/content_settings/content_setting_image_model.h (right): https://codereview.chromium.org/23557004/diff/53001/chrome/browser/ui/content_settings/content_setting_image_model.h#newcode32 chrome/browser/ui/content_settings/content_setting_image_model.h:32: // setting is indicated. Nit: Active voice: Returns ...
7 years, 3 months ago (2013-09-05 06:55:19 UTC) #17
npentrel
https://codereview.chromium.org/23557004/diff/53001/chrome/browser/ui/content_settings/content_setting_image_model.h File chrome/browser/ui/content_settings/content_setting_image_model.h (right): https://codereview.chromium.org/23557004/diff/53001/chrome/browser/ui/content_settings/content_setting_image_model.h#newcode32 chrome/browser/ui/content_settings/content_setting_image_model.h:32: // setting is indicated. On 2013/09/05 06:55:19, Peter Kasting ...
7 years, 3 months ago (2013-09-05 08:28:08 UTC) #18
markusheintz_
LGTM
7 years, 3 months ago (2013-09-05 12:06:04 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/npentrel@chromium.org/23557004/58001
7 years, 3 months ago (2013-09-05 12:45:12 UTC) #20
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 14:18:35 UTC) #21
Message was sent while issue was closed.
Change committed as 221414

Powered by Google App Engine
This is Rietveld 408576698