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

Issue 79103002: Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. (Closed)

Created:
7 years, 1 month ago by jeanfrancois
Modified:
7 years ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. BUG=302479 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236768

Patch Set 1 #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 24

Patch Set 8 : Review fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -64 lines) Patch
M chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -8 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.cc View 1 2 3 4 2 chunks +11 lines, -1 line 0 comments Download
M components/autofill/content/browser/autofill_driver_impl_unittest.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager_unittest.cc View 1 2 3 chunks +3 lines, -7 lines 0 comments Download
M components/autofill/core/browser/autofill_driver.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/password_autofill_manager.h View 1 2 3 4 5 6 7 2 chunks +9 lines, -12 lines 0 comments Download
M components/autofill/core/browser/password_autofill_manager.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -13 lines 0 comments Download
M components/autofill/core/browser/password_autofill_manager_unittest.cc View 1 2 3 4 5 6 7 4 chunks +31 lines, -1 line 0 comments Download
M components/autofill/core/browser/test_autofill_driver.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_driver.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jif-google
7 years, 1 month ago (2013-11-20 19:46:09 UTC) #1
blundell
Looking good, looping in isherman@. https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h File components/autofill/core/browser/autofill_driver.h (right): https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h#newcode81 components/autofill/core/browser/autofill_driver.h:81: // Tells the renderer ...
7 years, 1 month ago (2013-11-20 20:32:42 UTC) #2
Ilya Sherman
LGTM % comments. Thanks. https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h File components/autofill/core/browser/autofill_driver.h (right): https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h#newcode81 components/autofill/core/browser/autofill_driver.h:81: // Tells the renderer to ...
7 years, 1 month ago (2013-11-21 10:31:56 UTC) #3
jif-google
https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h File components/autofill/core/browser/autofill_driver.h (right): https://codereview.chromium.org/79103002/diff/30001/components/autofill/core/browser/autofill_driver.h#newcode81 components/autofill/core/browser/autofill_driver.h:81: // Tells the renderer to accept password autofill suggestion ...
7 years, 1 month ago (2013-11-21 16:46:01 UTC) #4
blundell
LGTM Ilya should take another pass since the CL has grown so much https://codereview.chromium.org/79103002/diff/480001/components/autofill/content/renderer/password_autofill_agent.cc File ...
7 years, 1 month ago (2013-11-21 17:08:44 UTC) #5
Ilya Sherman
https://codereview.chromium.org/79103002/diff/480001/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc File chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc (right): https://codereview.chromium.org/79103002/diff/480001/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc#newcode41 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc:41: autofill_driver) {} nit: Looks like this can fit on ...
7 years, 1 month ago (2013-11-22 00:26:28 UTC) #6
jif-google
Thanks for the reviews. I've addressed all your comments. https://codereview.chromium.org/79103002/diff/480001/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc File chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc (right): https://codereview.chromium.org/79103002/diff/480001/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc#newcode41 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc:41: ...
7 years, 1 month ago (2013-11-22 12:21:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeanfrancoisg@chromium.org/79103002/560001
7 years, 1 month ago (2013-11-22 13:33:43 UTC) #8
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 15:34:36 UTC) #9
Message was sent while issue was closed.
Change committed as 236768

Powered by Google App Engine
This is Rietveld 408576698