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

Issue 13947035: Fail autocheckout if there is no forms in the page. (Closed)

Created:
7 years, 8 months ago by benquan
Modified:
7 years, 8 months ago
Reviewers:
ahutter, Ilya Sherman
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman
Visibility:
Public.

Description

Fail autocheckout if there is no forms in the page. BUG=229617 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193588

Patch Set 1 #

Total comments: 8

Patch Set 2 : update comments #

Total comments: 2

Patch Set 3 : move logic to ParseForms #

Total comments: 2

Patch Set 4 : add comments for why we do not do null check for TabAutofillManagerDelegate::dialog_controller_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M components/autofill/browser/autofill_manager.cc View 1 2 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
benquan
PTAL
7 years, 8 months ago (2013-04-10 18:02:22 UTC) #1
ahutter
https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc File chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc (right): https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc#newcode101 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc:101: if (dialog_controller_) Is this change necessary? Ideally this method ...
7 years, 8 months ago (2013-04-10 20:00:59 UTC) #2
benquan
https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc File chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc (right): https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc#newcode101 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc:101: if (dialog_controller_) On 2013/04/10 20:00:59, ahutter wrote: > Is ...
7 years, 8 months ago (2013-04-10 20:12:59 UTC) #3
ahutter
https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc File chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc (right): https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc#newcode101 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc:101: if (dialog_controller_) On 2013/04/10 20:12:59, benquan wrote: > On ...
7 years, 8 months ago (2013-04-10 20:29:01 UTC) #4
Ilya Sherman
https://codereview.chromium.org/13947035/diff/6001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/13947035/diff/6001/components/autofill/browser/autofill_manager.cc#newcode487 components/autofill/browser/autofill_manager.cc:487: ParseForms(forms); What if |forms| is nonempty, but only contains ...
7 years, 8 months ago (2013-04-10 20:52:18 UTC) #5
benquan
https://codereview.chromium.org/13947035/diff/6001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/13947035/diff/6001/components/autofill/browser/autofill_manager.cc#newcode487 components/autofill/browser/autofill_manager.cc:487: ParseForms(forms); On 2013/04/10 20:52:18, Ilya Sherman wrote: > What ...
7 years, 8 months ago (2013-04-10 22:08:15 UTC) #6
Ilya Sherman
LGTM, but please also wait for Alex's review.
7 years, 8 months ago (2013-04-10 22:25:26 UTC) #7
ahutter
https://codereview.chromium.org/13947035/diff/10001/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc File chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc (right): https://codereview.chromium.org/13947035/diff/10001/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc#newcode101 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc:101: if (dialog_controller_) I still don't think this change should ...
7 years, 8 months ago (2013-04-10 22:38:05 UTC) #8
benquan
https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc File chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc (right): https://codereview.chromium.org/13947035/diff/1/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc#newcode101 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc:101: if (dialog_controller_) When we navigated to a page with ...
7 years, 8 months ago (2013-04-11 02:17:56 UTC) #9
benquan
Alex gave LGTM in chat. I'm going to submit it and circle back to him ...
7 years, 8 months ago (2013-04-11 02:21:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/13947035/15001
7 years, 8 months ago (2013-04-11 02:22:15 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-04-11 06:10:26 UTC) #12
Message was sent while issue was closed.
Change committed as 193588

Powered by Google App Engine
This is Rietveld 408576698