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

Issue 17084005: In components/autofill, move common/ to shared/ (Closed)

Created:
7 years, 6 months ago by blundell
Modified:
7 years, 6 months ago
Reviewers:
Nico, joi, benm (inactive), Jói
CC:
chromium-reviews, dbeam+watch-options_chromium.org, tim (not reviewing), Raman Kakilate, jam, akalin, tfarina, benquan, Raghu Simha, ahutter, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, haitaol1, Ilya Sherman, android-webview-reviews_chromium.org, rouslan+autofillwatch_chromium.org, selim
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

In components/autofill, move common/ to shared/ This change is part of moving autofill into its eventual structure of a layered component. autofill/components/shared/ is a new directory that will hold code that is shared by all platforms (including iOS). This CL populates that directory with the code that is currently in autofill/components/common/; a follow-up CL will move the contents of autofill/components/browser into this directory as well. This CL additionally imposes the correct DEPS restrictions on autofill/components/shared/, with temporary allowances for the current violating includes. TBR=joi, thakis, benm BUG=247015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206593

Patch Set 1 #

Patch Set 2 : Add new DEPS file #

Patch Set 3 : Add comment #

Patch Set 4 : Remove unwanted file #

Patch Set 5 : Add missing DEPS file #

Patch Set 6 : Rebase to fix conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -1466 lines) Patch
M android_webview/browser/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_autofill_manager_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_form_database_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_cc_infobar_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_form_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_generation_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_delegate_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/password_generation_bubble_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/password_generation_bubble_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/password_generation_bubble_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill.gypi View 5 chunks +28 lines, -28 lines 0 comments Download
M components/autofill/DEPS View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/README View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/DEPS View 2 chunks +4 lines, -0 lines 0 comments Download
M components/autofill/browser/address_field_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autocomplete_history_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autocomplete_history_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_common_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/browser/autofill_data_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_download.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_download_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_download_url.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_external_delegate.h View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autofill_external_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_external_delegate_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autofill_field.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autofill_manager.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M components/autofill/browser/autofill_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/autofill/browser/autofill_merge_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_metrics.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_metrics_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/browser/autofill_profile.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_profile_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/credit_card.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/credit_card_field_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/credit_card_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/form_structure.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/form_structure.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M components/autofill/browser/form_structure_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/browser/name_field_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/password_autofill_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/password_autofill_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/personal_data_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/personal_data_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/phone_field_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_table.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_table_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_backend_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_backend_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/webdata/web_data_service_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D components/autofill/common/OWNERS View 1 chunk +0 lines, -9 lines 0 comments Download
D components/autofill/common/autocheckout_status.h View 1 chunk +0 lines, -22 lines 0 comments Download
D components/autofill/common/autofill_constants.h View 1 chunk +0 lines, -25 lines 0 comments Download
D components/autofill/common/autofill_constants.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D components/autofill/common/autofill_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/autofill/common/autofill_message_generator.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D components/autofill/common/autofill_messages.h View 1 chunk +0 lines, -307 lines 0 comments Download
D components/autofill/common/autofill_pref_names.h View 1 chunk +0 lines, -21 lines 0 comments Download
D components/autofill/common/autofill_pref_names.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D components/autofill/common/autofill_switches.h View 1 chunk +0 lines, -27 lines 0 comments Download
D components/autofill/common/autofill_switches.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D components/autofill/common/form_data.h View 1 chunk +0 lines, -45 lines 0 comments Download
D components/autofill/common/form_data.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D components/autofill/common/form_data_predictions.h View 1 chunk +0 lines, -34 lines 0 comments Download
D components/autofill/common/form_data_predictions.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D components/autofill/common/form_field_data.h View 1 chunk +0 lines, -69 lines 0 comments Download
D components/autofill/common/form_field_data.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D components/autofill/common/form_field_data_predictions.h View 1 chunk +0 lines, -30 lines 0 comments Download
D components/autofill/common/form_field_data_predictions.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D components/autofill/common/forms_seen_state.h View 1 chunk +0 lines, -24 lines 0 comments Download
D components/autofill/common/password_form_fill_data.h View 1 chunk +0 lines, -72 lines 0 comments Download
D components/autofill/common/password_form_fill_data.cc View 1 chunk +0 lines, -74 lines 0 comments Download
D components/autofill/common/password_generation_util.h View 1 chunk +0 lines, -77 lines 0 comments Download
D components/autofill/common/password_generation_util.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D components/autofill/common/web_element_descriptor.h View 1 chunk +0 lines, -31 lines 0 comments Download
D components/autofill/common/web_element_descriptor.cc View 1 chunk +0 lines, -12 lines 0 comments Download
A + components/autofill/content/DEPS View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M components/autofill/content/browser/autocheckout/whitelist_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autocheckout/whitelist_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autocheckout_manager.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autocheckout_manager.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M components/autofill/content/browser/autocheckout_manager_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/browser/autocheckout_page_meta_data.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autocheckout_request_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_client.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_service_url.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_service_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.h View 2 chunks +2 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/form_cache.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_generation_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A components/autofill/shared/DEPS View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A + components/autofill/shared/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/autofill/shared/autocheckout_status.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/autofill_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/autofill_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/autofill_message_generator.h View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/autofill_message_generator.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + components/autofill/shared/autofill_messages.h View 1 chunk +8 lines, -8 lines 0 comments Download
A + components/autofill/shared/autofill_pref_names.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/autofill_pref_names.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/autofill_switches.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/autofill_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/form_data.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/shared/form_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/form_data_predictions.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/autofill/shared/form_data_predictions.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/form_field_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/form_field_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/form_field_data_predictions.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/shared/form_field_data_predictions.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/forms_seen_state.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/autofill/shared/password_form_fill_data.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/shared/password_form_fill_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/autofill/shared/password_generation_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/password_generation_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/shared/web_element_descriptor.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/shared/web_element_descriptor.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
blundell
There might be some individual files here that can get moved into the content/ subdirectory ...
7 years, 6 months ago (2013-06-14 15:26:46 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17084005/2002
7 years, 6 months ago (2013-06-14 15:27:41 UTC) #2
Jói
LGTM
7 years, 6 months ago (2013-06-14 15:56:12 UTC) #3
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) check_deps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=138536
7 years, 6 months ago (2013-06-14 16:54:32 UTC) #4
Nico
lgtm, http://f3designs.files.wordpress.com/2011/10/cropped-header.jpg
7 years, 6 months ago (2013-06-14 17:10:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17084005/27001
7 years, 6 months ago (2013-06-14 19:53:25 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=163764
7 years, 6 months ago (2013-06-14 23:09:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17084005/27001
7 years, 6 months ago (2013-06-15 05:35:05 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/renderer/autofill/form_autocomplete_browsertest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-15 05:35:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17084005/37001
7 years, 6 months ago (2013-06-15 06:11:42 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=163963
7 years, 6 months ago (2013-06-15 07:24:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17084005/37001
7 years, 6 months ago (2013-06-15 07:51:02 UTC) #12
commit-bot: I haz the power
7 years, 6 months ago (2013-06-15 15:35:28 UTC) #13
Message was sent while issue was closed.
Change committed as 206593

Powered by Google App Engine
This is Rietveld 408576698