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

Issue 15942004: Stop offering Autocheckout bubble on the forms of no interest. (Closed)

Created:
7 years, 7 months ago by Raman Kakilate
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, 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

Stop offering Autocheckout bubble on the forms of no interest to Autocheckout. BUG=243522 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203923

Patch Set 1 #

Patch Set 2 : Unittest #

Total comments: 8

Patch Set 3 : Mores tests and nits. #

Total comments: 6

Patch Set 4 : move HasServerSpecifiedFieldTypes to autofill_manager #

Total comments: 12

Patch Set 5 : fix more comments. #

Total comments: 8

Patch Set 6 : Even more fixes. #

Total comments: 4

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -39 lines) Patch
M components/autofill/browser/autofill_manager.h View 1 2 3 4 2 chunks +7 lines, -8 lines 0 comments Download
M components/autofill/browser/autofill_manager.cc View 1 2 3 4 5 6 3 chunks +33 lines, -13 lines 0 comments Download
M components/autofill/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 5 chunks +94 lines, -0 lines 0 comments Download
M components/autofill/common/autofill_messages.h View 1 chunk +2 lines, -3 lines 0 comments Download
M components/autofill/renderer/autofill_agent.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/autofill/renderer/autofill_agent.cc View 5 chunks +3 lines, -11 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Raman Kakilate
Alex/Ben - PTAL. Please let me know if you see issues with the approach. Will ...
7 years, 7 months ago (2013-05-23 22:57:58 UTC) #1
Raman Kakilate
Evan/Ilya - PTAL. I tried to write unittest for autofill_manager changes, but didn't know a ...
7 years, 7 months ago (2013-05-24 00:22:27 UTC) #2
ahutter
A few nits but otherwise lgtm. Could you also explain the changes in autofill_agent in ...
7 years, 7 months ago (2013-05-24 17:38:03 UTC) #3
Evan Stade
TestAutofillManager (in autofill_manager_unittest.cc) has some functions AddSeenForm and ClearFormStructures which seem like they'd be useful ...
7 years, 7 months ago (2013-05-25 01:27:21 UTC) #4
Raman Kakilate
Added tests for autofill manager changes as well. PTAL. https://codereview.chromium.org/15942004/diff/2001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/2001/components/autofill/browser/autofill_manager.cc#newcode862 components/autofill/browser/autofill_manager.cc:862: ...
7 years, 6 months ago (2013-05-29 00:21:50 UTC) #5
Ilya Sherman
https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h File components/autofill/browser/form_structure.h (right): https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h#newcode144 components/autofill/browser/form_structure.h:144: bool HasServerSpecifiedFieldTypes() const; This doesn't seem like it needs ...
7 years, 6 months ago (2013-05-29 22:45:45 UTC) #6
Raman Kakilate
https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h File components/autofill/browser/form_structure.h (right): https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h#newcode144 components/autofill/browser/form_structure.h:144: bool HasServerSpecifiedFieldTypes() const; On 2013/05/29 22:45:45, Ilya Sherman wrote: ...
7 years, 6 months ago (2013-05-30 01:09:51 UTC) #7
Ilya Sherman
https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h File components/autofill/browser/form_structure.h (right): https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h#newcode144 components/autofill/browser/form_structure.h:144: bool HasServerSpecifiedFieldTypes() const; On 2013/05/30 01:09:51, Raman Kakilate wrote: ...
7 years, 6 months ago (2013-05-31 06:51:11 UTC) #8
Raman Kakilate
https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h File components/autofill/browser/form_structure.h (right): https://codereview.chromium.org/15942004/diff/11001/components/autofill/browser/form_structure.h#newcode144 components/autofill/browser/form_structure.h:144: bool HasServerSpecifiedFieldTypes() const; On 2013/05/31 06:51:11, Ilya Sherman wrote: ...
7 years, 6 months ago (2013-05-31 16:48:19 UTC) #9
Ilya Sherman
https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc#newcode876 components/autofill/browser/autofill_manager.cc:876: return; Does Autocheckout handle *every* fillable form on the ...
7 years, 6 months ago (2013-05-31 20:58:04 UTC) #10
Raman Kakilate
https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc#newcode876 components/autofill/browser/autofill_manager.cc:876: return; On 2013/05/31 20:58:04, Ilya Sherman wrote: > Does ...
7 years, 6 months ago (2013-05-31 21:36:39 UTC) #11
Ilya Sherman
https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc#newcode876 components/autofill/browser/autofill_manager.cc:876: return; On 2013/05/31 21:36:39, Raman Kakilate wrote: > On ...
7 years, 6 months ago (2013-05-31 21:46:55 UTC) #12
Raman Kakilate
https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/18001/components/autofill/browser/autofill_manager.cc#newcode876 components/autofill/browser/autofill_manager.cc:876: return; On 2013/05/31 21:46:55, Ilya Sherman wrote: > On ...
7 years, 6 months ago (2013-05-31 22:19:30 UTC) #13
Ilya Sherman
LGTM with nits, thanks. https://codereview.chromium.org/15942004/diff/29001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/29001/components/autofill/browser/autofill_manager.cc#newcode943 components/autofill/browser/autofill_manager.cc:943: } nit: Please don't move ...
7 years, 6 months ago (2013-05-31 22:22:58 UTC) #14
Raman Kakilate
+jschuh@ for message changes. https://codereview.chromium.org/15942004/diff/29001/components/autofill/browser/autofill_manager.cc File components/autofill/browser/autofill_manager.cc (right): https://codereview.chromium.org/15942004/diff/29001/components/autofill/browser/autofill_manager.cc#newcode943 components/autofill/browser/autofill_manager.cc:943: } On 2013/05/31 22:22:59, Ilya ...
7 years, 6 months ago (2013-05-31 22:44:29 UTC) #15
Raman Kakilate
+cdn as well for messages
7 years, 6 months ago (2013-06-03 16:46:34 UTC) #16
Cris Neckar
IPC messages LGTM
7 years, 6 months ago (2013-06-03 21:49:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ramankk@chromium.org/15942004/36001
7 years, 6 months ago (2013-06-03 21:54:38 UTC) #18
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 11:01:19 UTC) #19
Message was sent while issue was closed.
Change committed as 203923

Powered by Google App Engine
This is Rietveld 408576698