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

Issue 306053008: Rename AutofillManagerDelegate to AutofillClient. (Closed)

Created:
6 years, 6 months ago by Ilya Sherman
Modified:
6 years, 6 months ago
CC:
chromium-reviews, jam, oshima+watch_chromium.org, benquan, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, mkwst+watchlist_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, android-webview-reviews_chromium.org, rouslan+autofillwatch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Rename AutofillManagerDelegate to AutofillClient. "Client" rather than "Delegate" is the canonical name for embedder delegate interfaces. Also renames TabAutofillManagerDelegate to ChromeAutofillClient. BUG=none TEST=compiles R=blundell@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275612

Patch Set 1 #

Patch Set 2 : Let's try that again, shall we? #

Patch Set 3 : Rename to AutofillCient and fix various compile errors #

Patch Set 4 : More Android fixes #

Patch Set 5 : One more Android fix #

Total comments: 2

Patch Set 6 : Rebase #

Patch Set 7 : Update comments #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+622 lines, -1564 lines) Patch
A + android_webview/java/src/org/chromium/android_webview/AwAutofillClient.java View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
D android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java View 1 2 3 1 chunk +0 lines, -92 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + android_webview/native/aw_autofill_client.h View 1 2 6 chunks +17 lines, -21 lines 0 comments Download
A + android_webview/native/aw_autofill_client.cc View 1 2 7 chunks +46 lines, -54 lines 0 comments Download
M android_webview/native/aw_autofill_manager_delegate.h View 1 2 1 chunk +0 lines, -122 lines 0 comments Download
D android_webview/native/aw_autofill_manager_delegate.cc View 1 2 1 chunk +0 lines, -204 lines 0 comments Download
M android_webview/native/aw_contents.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/autofill/autofill_interactive_uitest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/content_autofill_driver_browsertest.cc View 1 2 8 chunks +12 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc View 1 2 3 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/account_chooser_model.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 6 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 7 chunks +13 lines, -14 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc View 1 2 5 chunks +8 lines, -11 lines 0 comments Download
A + chrome/browser/ui/autofill/chrome_autofill_client.h View 1 2 3 chunks +14 lines, -15 lines 0 comments Download
A + chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 8 chunks +34 lines, -39 lines 0 comments Download
M chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/ui/autofill/tab_autofill_manager_delegate.h View 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc View 1 chunk +0 lines, -192 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.cc View 1 2 3 4 5 5 chunks +7 lines, -7 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_unittest.cc View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -13 lines 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager_unittest.cc View 1 2 6 chunks +37 lines, -40 lines 0 comments Download
M components/autofill/content/browser/risk/fingerprint.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_client_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager_unittest.cc View 1 2 8 chunks +24 lines, -29 lines 0 comments Download
A + components/autofill/core/browser/autofill_client.h View 1 2 3 4 5 6 3 chunks +22 lines, -25 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate.cc View 1 2 3 4 5 6 7 8 9 5 chunks +13 lines, -15 lines 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 19 chunks +29 lines, -33 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 3 4 5 6 7 8 9 7 chunks +9 lines, -11 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 5 6 7 8 9 15 chunks +22 lines, -24 lines 0 comments Download
D components/autofill/core/browser/autofill_manager_delegate.h View 1 chunk +0 lines, -125 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 11 chunks +24 lines, -29 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
A + components/autofill/core/browser/test_autofill_client.h View 1 2 2 chunks +10 lines, -11 lines 0 comments Download
A components/autofill/core/browser/test_autofill_client.cc View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_manager_delegate.h View 1 1 chunk +0 lines, -68 lines 0 comments Download
D components/autofill/core/browser/test_autofill_manager_delegate.cc View 1 1 chunk +0 lines, -63 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager.h View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager.cc View 1 2 3 chunks +11 lines, -12 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +16 lines, -15 lines 0 comments Download

Messages

Total messages: 42 (0 generated)
Ilya Sherman
6 years, 6 months ago (2014-05-31 01:08:39 UTC) #1
Ilya Sherman
Erm, I missed some steps. Will have a new patch set up soon...
6 years, 6 months ago (2014-05-31 01:46:22 UTC) #2
Ilya Sherman
On 2014/05/31 01:46:22, Ilya Sherman wrote: > Erm, I missed some steps. Will have a ...
6 years, 6 months ago (2014-05-31 03:16:37 UTC) #3
blundell
Thanks for doing this! I think it should be called AutofillClient as it's really a ...
6 years, 6 months ago (2014-06-02 09:04:14 UTC) #4
Ilya Sherman
On 2014/06/02 09:04:14, blundell wrote: > Thanks for doing this! I think it should be ...
6 years, 6 months ago (2014-06-03 01:14:32 UTC) #5
blundell
LGTM, thanks! Great cleanup. https://codereview.chromium.org/306053008/diff/80001/components/autofill/core/browser/autofill_client.h File components/autofill/core/browser/autofill_client.h (right): https://codereview.chromium.org/306053008/diff/80001/components/autofill/core/browser/autofill_client.h#newcode36 components/autofill/core/browser/autofill_client.h:36: // A delegate interface that ...
6 years, 6 months ago (2014-06-03 08:27:10 UTC) #6
Ilya Sherman
https://codereview.chromium.org/306053008/diff/80001/components/autofill/core/browser/autofill_client.h File components/autofill/core/browser/autofill_client.h (right): https://codereview.chromium.org/306053008/diff/80001/components/autofill/core/browser/autofill_client.h#newcode36 components/autofill/core/browser/autofill_client.h:36: // A delegate interface that needs to be supplied ...
6 years, 6 months ago (2014-06-03 20:25:43 UTC) #7
Ilya Sherman
+michaelbai@ for android_webview changes. +Lei for //chrome changes outside of files in "autofill" directories.
6 years, 6 months ago (2014-06-03 20:28:56 UTC) #8
Lei Zhang
On 2014/06/03 20:28:56, Ilya Sherman wrote: > +Lei for //chrome changes outside of files in ...
6 years, 6 months ago (2014-06-03 21:31:03 UTC) #9
michaelbai
Was android_webview/native/aw_autofill_manager_delegate.h deleted? why it shows as 'M' not 'D'
6 years, 6 months ago (2014-06-03 21:45:26 UTC) #10
Ilya Sherman
On 2014/06/03 21:45:26, michaelbai wrote: > Was android_webview/native/aw_autofill_manager_delegate.h deleted? why it shows > as 'M' ...
6 years, 6 months ago (2014-06-03 21:47:48 UTC) #11
michaelbai
lgtm
6 years, 6 months ago (2014-06-03 21:54:56 UTC) #12
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-03 21:59:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/120001
6 years, 6 months ago (2014-06-03 22:01:30 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 23:58:08 UTC) #15
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-04 22:41:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/120001
6 years, 6 months ago (2014-06-04 22:43:13 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 22:45:53 UTC) #18
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/tab_helpers.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-04 22:45:54 UTC) #19
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-04 23:10:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/140001
6 years, 6 months ago (2014-06-04 23:12:45 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 03:20:12 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 03:27:40 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/10792) linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel/builds/13637)
6 years, 6 months ago (2014-06-05 03:27:40 UTC) #24
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-05 04:01:41 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/140001
6 years, 6 months ago (2014-06-05 04:02:17 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 04:09:26 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 04:10:57 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/10811)
6 years, 6 months ago (2014-06-05 04:10:57 UTC) #29
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-06 04:20:09 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/140001
6 years, 6 months ago (2014-06-06 04:21:39 UTC) #31
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 04:27:04 UTC) #32
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 04:31:20 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/11396) linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel/builds/14223)
6 years, 6 months ago (2014-06-06 04:31:22 UTC) #34
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-06 05:12:52 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/160001
6 years, 6 months ago (2014-06-06 05:15:15 UTC) #36
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 09:44:19 UTC) #37
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 11:42:51 UTC) #38
commit-bot: I haz the power
Failed to apply patch for components/autofill/core/browser/autofill_manager_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-06 11:42:52 UTC) #39
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-06 23:39:29 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/306053008/180001
6 years, 6 months ago (2014-06-06 23:40:33 UTC) #41
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 04:37:03 UTC) #42
Message was sent while issue was closed.
Change committed as 275612

Powered by Google App Engine
This is Rietveld 408576698