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

Issue 23537029: 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, markusheintz_
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

This addresses comments on https://codereview.chromium.org/23980003/ 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=223608

Patch Set 1 #

Patch Set 2 : Review 1 #

Total comments: 22

Patch Set 3 : Review 2 #

Total comments: 14

Patch Set 4 : Review 3 #

Total comments: 7

Patch Set 5 : Review 4 #

Patch Set 6 : Review 5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -136 lines) Patch
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 4 5 5 chunks +22 lines, -15 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 chunks +4 lines, -17 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager.h View 1 2 3 5 chunks +16 lines, -14 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 1 2 3 chunks +5 lines, -19 lines 0 comments Download
M chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc View 1 2 1 chunk +18 lines, -19 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 2 3 4 5 4 chunks +40 lines, -45 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
npentrel
Addressing comments from: https://codereview.chromium.org/23980003/
7 years, 3 months ago (2013-09-09 22:11:17 UTC) #1
Peter Kasting
(Replied to comments on the old CL)
7 years, 3 months ago (2013-09-10 00:22:23 UTC) #2
npentrel
https://codereview.chromium.org/23980003/diff/1/chrome/browser/ui/browser_con... File chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc (right): https://codereview.chromium.org/23980003/diff/1/chrome/browser/ui/browser_con... chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc:34: if (type == CONTENT_SETTINGS_TYPE_MIXEDSCRIPT) { On 2013/09/10 00:22:11, Peter ...
7 years, 3 months ago (2013-09-10 16:47:11 UTC) #3
Peter Kasting
https://codereview.chromium.org/23537029/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode301 chrome/browser/content_settings/tab_specific_content_settings.h:301: bool PasswordAccepted(); These two functions should also be replaced ...
7 years, 3 months ago (2013-09-10 23:04:40 UTC) #4
npentrel
https://codereview.chromium.org/23537029/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/5001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode301 chrome/browser/content_settings/tab_specific_content_settings.h:301: bool PasswordAccepted(); On 2013/09/10 23:04:41, Peter Kasting wrote: > ...
7 years, 3 months ago (2013-09-11 09:10:41 UTC) #5
Peter Kasting
I'm sorry to be so picky about comments and the like, but a lot of ...
7 years, 3 months ago (2013-09-11 21:49:39 UTC) #6
npentrel
No worries. I'm trying to learn. https://codereview.chromium.org/23537029/diff/19001/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): https://codereview.chromium.org/23537029/diff/19001/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode104 chrome/browser/content_settings/tab_specific_content_settings.cc:104: form_to_save_->set_password_action(password_action); On 2013/09/11 ...
7 years, 3 months ago (2013-09-12 10:08:43 UTC) #7
Peter Kasting
https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode300 chrome/browser/content_settings/tab_specific_content_settings.h:300: // or when the tab is closed. So why ...
7 years, 3 months ago (2013-09-12 20:20:59 UTC) #8
Peter Kasting
https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode300 chrome/browser/content_settings/tab_specific_content_settings.h:300: // or when the tab is closed. So why ...
7 years, 3 months ago (2013-09-12 20:20:59 UTC) #9
npentrel
https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode300 chrome/browser/content_settings/tab_specific_content_settings.h:300: // or when the tab is closed. On 2013/09/12 ...
7 years, 3 months ago (2013-09-13 08:31:25 UTC) #10
Peter Kasting
LGTM https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): https://codereview.chromium.org/23537029/diff/4001/chrome/browser/content_settings/tab_specific_content_settings.h#newcode300 chrome/browser/content_settings/tab_specific_content_settings.h:300: // or when the tab is closed. On ...
7 years, 3 months ago (2013-09-13 17:04:40 UTC) #11
npentrel
@Markus: Please review tab_specific_content_settings.* @Garrett: Please review password_form_manager.* These have a few changes now. Thanks, ...
7 years, 3 months ago (2013-09-13 17:35:30 UTC) #12
Garrett Casto
lgtm
7 years, 3 months ago (2013-09-16 20:26:52 UTC) #13
markusheintz_
LGTM
7 years, 3 months ago (2013-09-17 10:51:23 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/npentrel@chromium.org/23537029/38001
7 years, 3 months ago (2013-09-17 10:54:54 UTC) #15
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 13:56:24 UTC) #16
Message was sent while issue was closed.
Change committed as 223608

Powered by Google App Engine
This is Rietveld 408576698