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

Issue 10892011: Fix for no password save when action URL is modified (Closed)

Created:
8 years, 3 months ago by guohui
Modified:
8 years, 3 months ago
CC:
chromium-reviews, Garrett Casto, Yue Zhang
Visibility:
Public.

Description

This CL fixes the issue that password save prompt is suppressed when the action URL is modified prior to submit. BUG=27246 TEST= Login to the website http://ikariam.com/ and verify password save prompt is shown after navigation. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158301

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -21 lines) Patch
M chrome/browser/password_manager/password_form_manager.h View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 1 2 5 chunks +18 lines, -11 lines 0 comments Download
M chrome/browser/password_manager/password_form_manager_unittest.cc View 1 2 2 chunks +39 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 1 2 3 chunks +24 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
guohui
A simple design doc at https://docs.google.com/a/google.com/document/d/1yHvPIZABMjKhwh0TnnB9CAZJMZM8mrZwUCNq1SiK1Q0/edit .
8 years, 3 months ago (2012-08-31 20:29:05 UTC) #1
tim (not reviewing)
Looks good, style comment below http://codereview.chromium.org/10892011/diff/4002/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): http://codereview.chromium.org/10892011/diff/4002/chrome/browser/password_manager/password_form_manager.cc#newcode66 chrome/browser/password_manager/password_form_manager.cc:66: bool require_action_match) const { ...
8 years, 3 months ago (2012-09-05 20:43:37 UTC) #2
guohui
http://codereview.chromium.org/10892011/diff/4002/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): http://codereview.chromium.org/10892011/diff/4002/chrome/browser/password_manager/password_form_manager.cc#newcode66 chrome/browser/password_manager/password_form_manager.cc:66: bool require_action_match) const { On 2012/09/05 20:43:37, timsteele wrote: ...
8 years, 3 months ago (2012-09-05 21:30:14 UTC) #3
tim (not reviewing)
http://codereview.chromium.org/10892011/diff/15005/chrome/browser/password_manager/password_form_manager.cc File chrome/browser/password_manager/password_form_manager.cc (right): http://codereview.chromium.org/10892011/diff/15005/chrome/browser/password_manager/password_form_manager.cc#newcode78 chrome/browser/password_manager/password_form_manager.cc:78: if (action_match == kActionMatchRequired) nit - chromium style diverges ...
8 years, 3 months ago (2012-09-05 21:40:59 UTC) #4
tim (not reviewing)
On 2012/09/05 21:40:59, timsteele wrote: > http://codereview.chromium.org/10892011/diff/15005/chrome/browser/password_manager/password_form_manager.cc > File chrome/browser/password_manager/password_form_manager.cc (right): > > http://codereview.chromium.org/10892011/diff/15005/chrome/browser/password_manager/password_form_manager.cc#newcode78 > ...
8 years, 3 months ago (2012-09-17 03:22:50 UTC) #5
guohui
Sorry for the delay, has been distracted by other projects. Enum style fixed, as unit ...
8 years, 3 months ago (2012-09-17 13:28:55 UTC) #6
guohui
On 2012/09/17 13:28:55, guohui wrote: > Sorry for the delay, has been distracted by other ...
8 years, 3 months ago (2012-09-20 20:26:02 UTC) #7
tim (not reviewing)
LGTM
8 years, 3 months ago (2012-09-24 02:36:01 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-09-24 14:56:43 UTC) #9

Powered by Google App Engine
This is Rietveld 408576698