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

Issue 22975006: Save password functionality added to the save password bubble (Closed)

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

Description

Save password functionality added to the save password bubble behind flag. The buttons now let the user save and blacklist passwords. BUG=261628 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221424

Patch Set 1 #

Patch Set 2 : Minor changes #

Patch Set 3 : minor changes #

Total comments: 12

Patch Set 4 : Review 1 #

Patch Set 5 : minor change #

Total comments: 2

Patch Set 6 : Review 2 #

Patch Set 7 : Review 3 #

Patch Set 8 : minor change #

Patch Set 9 : minor change #

Patch Set 10 : Beautifying the bubble #

Total comments: 16

Patch Set 11 : Review 4 #

Patch Set 12 : Review 5 #

Patch Set 13 : Fix for regression bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -39 lines) Patch
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 4 5 6 4 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 6 3 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_form_manager.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.h View 1 2 3 4 5 6 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 5 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +63 lines, -16 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
npentrel
Hi all, Please review the following files in this CL: @Garrett: chrome/browser/password_manager/password_form_manager.* @Scott: chrome/browser/ui/views/content_setting_bubble_contents.* Thanks, ...
7 years, 3 months ago (2013-08-26 17:31:39 UTC) #1
sky
https://codereview.chromium.org/22975006/diff/5001/chrome/browser/ui/views/content_setting_bubble_contents.h File chrome/browser/ui/views/content_setting_bubble_contents.h (right): https://codereview.chromium.org/22975006/diff/5001/chrome/browser/ui/views/content_setting_bubble_contents.h#newcode99 chrome/browser/ui/views/content_setting_bubble_contents.h:99: virtual bool Accept(); Does this and Cancel need to ...
7 years, 3 months ago (2013-08-26 20:48:26 UTC) #2
Garrett Casto
https://codereview.chromium.org/22975006/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/22975006/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode102 chrome/browser/content_settings/tab_specific_content_settings.cc:102: bool TabSpecificContentSettings::Accept() { Seems like these names should be ...
7 years, 3 months ago (2013-08-27 00:52:24 UTC) #3
npentrel
https://codereview.chromium.org/22975006/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/22975006/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode102 chrome/browser/content_settings/tab_specific_content_settings.cc:102: bool TabSpecificContentSettings::Accept() { On 2013/08/27 00:52:24, Garrett Casto wrote: ...
7 years, 3 months ago (2013-08-27 16:35:11 UTC) #4
sky
LGTM
7 years, 3 months ago (2013-08-27 22:27:40 UTC) #5
Garrett Casto
https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h File chrome/browser/password_manager/password_form_manager.h (right): https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h#newcode74 chrome/browser/password_manager/password_form_manager.h:74: // Save password according to current password_form. If the ...
7 years, 3 months ago (2013-08-28 00:08:32 UTC) #6
npentrel
https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h File chrome/browser/password_manager/password_form_manager.h (right): https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h#newcode74 chrome/browser/password_manager/password_form_manager.h:74: // Save password according to current password_form. If the ...
7 years, 3 months ago (2013-08-28 08:48:43 UTC) #7
Garrett Casto
On 2013/08/28 08:48:43, npentrel wrote: > https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h > File chrome/browser/password_manager/password_form_manager.h (right): > > https://codereview.chromium.org/22975006/diff/5001/chrome/browser/password_manager/password_form_manager.h#newcode74 > ...
7 years, 3 months ago (2013-08-28 22:43:08 UTC) #8
gcasto (DO NOT USE)
Rietveld is having some issues so I can't comment inline, but if you do keep ...
7 years, 3 months ago (2013-08-28 22:46:49 UTC) #9
npentrel
I can change the SavePassword() to simply use Save() that is no problem. > 1) ...
7 years, 3 months ago (2013-08-30 15:00:56 UTC) #10
Garrett Casto
On 2013/08/30 15:00:56, npentrel wrote: > I can change the SavePassword() to simply use Save() ...
7 years, 3 months ago (2013-09-01 04:06:34 UTC) #11
npentrel
I have implemented a way that the changes are applied as soon as navigation occurs ...
7 years, 3 months ago (2013-09-02 10:06:31 UTC) #12
markusheintz_
On 2013/09/01 04:06:34, Garrett Casto wrote: > On 2013/08/30 15:00:56, npentrel wrote: > > I ...
7 years, 3 months ago (2013-09-03 22:35:22 UTC) #13
markusheintz_
On 2013/09/02 10:06:31, npentrel wrote: > I have implemented a way that the changes are ...
7 years, 3 months ago (2013-09-03 22:39:27 UTC) #14
Garrett Casto
On 2013/09/03 22:35:22, markusheintz_ wrote: > On 2013/09/01 04:06:34, Garrett Casto wrote: > > On ...
7 years, 3 months ago (2013-09-03 22:50:34 UTC) #15
Garrett Casto
On 2013/09/03 22:39:27, markusheintz_ wrote: > On 2013/09/02 10:06:31, npentrel wrote: > > I have ...
7 years, 3 months ago (2013-09-03 23:03:27 UTC) #16
npentrel
I would like to add that you still have the option of clicking on the ...
7 years, 3 months ago (2013-09-03 23:17:28 UTC) #17
Garrett Casto
Few minor comments. Almost there. https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc#newcode115 chrome/browser/password_manager/password_form_manager.cc:115: void PasswordFormManager::ApplyChange() { Could ...
7 years, 3 months ago (2013-09-03 23:46:43 UTC) #18
markusheintz_
On 2013/09/03 23:17:28, npentrel wrote: > I would like to add that you still have ...
7 years, 3 months ago (2013-09-04 00:10:41 UTC) #19
npentrel
https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc#newcode115 chrome/browser/password_manager/password_form_manager.cc:115: void PasswordFormManager::ApplyChange() { On 2013/09/03 23:46:43, Garrett Casto wrote: ...
7 years, 3 months ago (2013-09-04 08:32:22 UTC) #20
Garrett Casto
LGTM https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc#newcode115 chrome/browser/password_manager/password_form_manager.cc:115: void PasswordFormManager::ApplyChange() { On 2013/09/04 08:32:23, npentrel wrote: ...
7 years, 3 months ago (2013-09-04 21:06:28 UTC) #21
npentrel
https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): https://codereview.chromium.org/22975006/diff/67001/chrome/browser/password_manager/password_form_manager.cc#newcode115 chrome/browser/password_manager/password_form_manager.cc:115: void PasswordFormManager::ApplyChange() { On 2013/09/04 21:06:28, Garrett Casto wrote: ...
7 years, 3 months ago (2013-09-04 21:17:37 UTC) #22
markusheintz_
LGTM
7 years, 3 months ago (2013-09-05 12:06:38 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/npentrel@chromium.org/22975006/80001
7 years, 3 months ago (2013-09-05 12:44:49 UTC) #24
commit-bot: I haz the power
Change committed as 221424
7 years, 3 months ago (2013-09-05 14:52:20 UTC) #25
tommi (sloooow) - chröme
FYI - I think this may have caused a regression with the media permission UI. ...
7 years, 3 months ago (2013-09-06 12:43:43 UTC) #26
npentrel
7 years, 3 months ago (2013-09-06 17:53:36 UTC) #27
Message was sent while issue was closed.
Thanks, I fixed it.

Powered by Google App Engine
This is Rietveld 408576698