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

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed)

Created:
7 years, 6 months ago by blundell
Modified:
7 years, 6 months ago
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
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : Rebase to fix conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -1478 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 build/split_link_partition.py View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/DEPS View 1 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 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 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 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.h View 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 +3 lines, -3 lines 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/renderer/autofill/form_autofill_browsertest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill.gypi View 4 chunks +30 lines, -31 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 +3 lines, -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 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 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 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 chunk +2 lines, -2 lines 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 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 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/autocheckout_manager.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/autofill/content/browser/autocheckout_manager_unittest.cc View 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/core/DEPS View 1 chunk +11 lines, -0 lines 0 comments Download
A + components/autofill/core/common/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/autofill/core/common/autocheckout_status.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/autofill_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/autofill_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/autofill_message_generator.h View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/autofill_message_generator.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + components/autofill/core/common/autofill_messages.h View 1 chunk +8 lines, -8 lines 0 comments Download
A + components/autofill/core/common/autofill_pref_names.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/autofill_pref_names.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/autofill_switches.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/autofill_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/form_data.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/core/common/form_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/form_data_predictions.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/autofill/core/common/form_data_predictions.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/form_field_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/form_field_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/form_field_data_predictions.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/core/common/form_field_data_predictions.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/forms_seen_state.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/autofill/core/common/password_form_fill_data.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + components/autofill/core/common/password_form_fill_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/autofill/core/common/password_generation_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/password_generation_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/common/web_element_descriptor.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/autofill/core/common/web_element_descriptor.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
blundell
This is basicall the same CL as https://codereview.chromium.org/17084005/, which got reverted due to breaking the ...
7 years, 6 months ago (2013-06-18 12:31:47 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/16879006/1
7 years, 6 months ago (2013-06-18 12:32:49 UTC) #2
commit-bot: I haz the power
Failed to apply patch for chrome/browser/DEPS: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-18 12:33:16 UTC) #3
Jói
LGTM
7 years, 6 months ago (2013-06-18 12:41:18 UTC) #4
benm (inactive)
aw lgtm
7 years, 6 months ago (2013-06-18 12:52:22 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/16879006/11001
7 years, 6 months ago (2013-06-18 13:09:35 UTC) #6
commit-bot: I haz the power
Change committed as 206994
7 years, 6 months ago (2013-06-18 14:52:17 UTC) #7
(unused - use chromium)
7 years, 6 months ago (2013-06-18 16:50:43 UTC) #8
On Tue, Jun 18, 2013 at 5:31 AM, <blundell@chromium.org> wrote:

> Reviewers: benm, joi, thakis,
>
> Message:
> This is basicall the same CL as https://codereview.chromium.**
> org/17084005/ <https://codereview.chromium.org/17084005/>, which
> got reverted due to breaking the win_split bot. The only differences are
> the
> following:
>

(a good approach is to upload the original change as patch set 1, and the
updated change as patch set 2. then you can say "compare patch set 1 and 2
to see what changed")


>
> - Made the new location components/autofill/core/**common rather than
> components/autofill/shared after discussion with Jói.
> - Modified build/split_link_partition.py to hopefully avoid breaking the
> win_slpit builder again
>
> Description:
> In components/autofill, move common/ to core/common/
>
> This change is part of moving autofill into its eventual structure of a
> layered
> component. autofill/components/core/ is a new directory that will hold code
> that is shared by all platforms (including iOS). This CL moves autofill/
> components/common/ underneath this directory; a follow-up CL will move
> autofill/components/browser underneath this directory as well.
>
> This CL additionally imposes the correct DEPS restrictions on
> autofill/components/core/, with temporary allowances for the current
> violating includes.
>
> TBR=joi, thakis, benm
> BUG=247015
>
> Please review this at
https://codereview.chromium.**org/16879006/<https://codereview.chromium.org/1...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>   M android_webview/browser/DEPS
>   M android_webview/browser/aw_**autofill_manager_delegate.cc
>   M android_webview/browser/aw_**form_database_service_**unittest.cc
>   M build/split_link_partition.py
>   M chrome/browser/DEPS
>   M chrome/browser/autofill/**autofill_cc_infobar_delegate.**cc
>   M chrome/browser/password_**manager/password_form_manager.**cc
>   M chrome/browser/password_**manager/password_generation_**manager.cc
>   M chrome/browser/password_**manager/password_manager.h
>   M chrome/browser/password_**manager/password_manager.cc
>   M chrome/browser/password_**manager/password_manager_**delegate_impl.cc
>   M chrome/browser/sync/test/**integration/autofill_helper.cc
>   M chrome/browser/ui/autofill/**autofill_dialog_controller_**
> browsertest.cc
>   M chrome/browser/ui/autofill/**autofill_dialog_controller_**impl.cc
>   M chrome/browser/ui/autofill/**autofill_dialog_controller_**unittest.cc
>   M chrome/browser/ui/cocoa/**autofill/autofill_dialog_**
> cocoa_browsertest.mm <http://autofill_dialog_cocoa_browsertest.mm>
>   M chrome/browser/ui/cocoa/**browser/password_generation_**
> bubble_controller.h
>   M chrome/browser/ui/cocoa/**browser/password_generation_**
> bubble_controller.mm <http://password_generation_bubble_controller.mm>
>   M chrome/browser/ui/gtk/**password_generation_bubble_**gtk.h
>   M chrome/browser/ui/gtk/**password_generation_bubble_**gtk.cc
>   M chrome/browser/ui/views/**password_generation_bubble_**view.h
>   M chrome/browser/ui/views/**password_generation_bubble_**view.cc
>   M chrome/browser/ui/webui/**options/autofill_options_**handler.cc
>   M chrome/chrome_common.gypi
>   M chrome/common/DEPS
>   M chrome/common/chrome_switches.**h
>   M chrome/common/pref_names.h
>   M chrome/renderer/DEPS
>   M chrome/renderer/autofill/**autofill_renderer_browsertest.**cc
>   M chrome/renderer/autofill/form_**autocomplete_browsertest.cc
>   M chrome/renderer/autofill/form_**autofill_browsertest.cc
>   M chrome/renderer/autofill/**password_autofill_agent_**browsertest.cc
>   M chrome/renderer/autofill/**password_generation_manager_**
> browsertest.cc
>   M components/autofill.gypi
>   M components/autofill/DEPS
>   M components/autofill/README
>   M components/autofill/browser/**DEPS
>   M components/autofill/browser/**address_field_unittest.cc
>   M components/autofill/browser/**autocomplete_history_manager.**cc
>   M components/autofill/browser/**autocomplete_history_manager_**
> unittest.cc
>   M components/autofill/browser/**autofill_common_test.cc
>   M components/autofill/browser/**autofill_data_model.cc
>   M components/autofill/browser/**autofill_download.cc
>   M components/autofill/browser/**autofill_download_unittest.cc
>   M components/autofill/browser/**autofill_download_url.cc
>   M components/autofill/browser/**autofill_external_delegate.h
>   M components/autofill/browser/**autofill_external_delegate.cc
>   M components/autofill/browser/**autofill_external_delegate_**unittest.cc
>   M components/autofill/browser/**autofill_field.h
>   M components/autofill/browser/**autofill_manager.h
>   M components/autofill/browser/**autofill_manager.cc
>   M components/autofill/browser/**autofill_manager_unittest.cc
>   M components/autofill/browser/**autofill_merge_unittest.cc
>   M components/autofill/browser/**autofill_metrics.cc
>   M components/autofill/browser/**autofill_metrics_unittest.cc
>   M components/autofill/browser/**autofill_profile.cc
>   M components/autofill/browser/**autofill_profile_unittest.cc
>   M components/autofill/browser/**credit_card.cc
>   M components/autofill/browser/**credit_card_field_unittest.cc
>   M components/autofill/browser/**credit_card_unittest.cc
>   M components/autofill/browser/**form_structure.h
>   M components/autofill/browser/**form_structure.cc
>   M components/autofill/browser/**form_structure_unittest.cc
>   M components/autofill/browser/**name_field_unittest.cc
>   M components/autofill/browser/**password_autofill_manager.h
>   M components/autofill/browser/**password_autofill_manager.cc
>   M components/autofill/browser/**personal_data_manager.cc
>   M components/autofill/browser/**personal_data_manager_**unittest.cc
>   M components/autofill/browser/**phone_field_unittest.cc
>   M components/autofill/browser/**webdata/autofill_table.cc
>   M components/autofill/browser/**webdata/autofill_table_**unittest.cc
>   M components/autofill/browser/**webdata/autofill_webdata_**
> backend_impl.h
>   M components/autofill/browser/**webdata/autofill_webdata_**
> backend_impl.cc
>   M components/autofill/browser/**webdata/autofill_webdata_**service.h
>   M components/autofill/browser/**webdata/autofill_webdata_**service.cc
>   M components/autofill/browser/**webdata/web_data_service_**unittest.cc
>   D components/autofill/common/**OWNERS
>   D components/autofill/common/**autocheckout_status.h
>   D components/autofill/common/**autofill_constants.h
>   D components/autofill/common/**autofill_constants.cc
>   D components/autofill/common/**autofill_message_generator.h
>   D components/autofill/common/**autofill_message_generator.cc
>   D components/autofill/common/**autofill_messages.h
>   D components/autofill/common/**autofill_pref_names.h
>   D components/autofill/common/**autofill_pref_names.cc
>   D components/autofill/common/**autofill_switches.h
>   D components/autofill/common/**autofill_switches.cc
>   D components/autofill/common/**form_data.h
>   D components/autofill/common/**form_data.cc
>   D components/autofill/common/**form_data_predictions.h
>   D components/autofill/common/**form_data_predictions.cc
>   D components/autofill/common/**form_field_data.h
>   D components/autofill/common/**form_field_data.cc
>   D components/autofill/common/**form_field_data_predictions.h
>   D components/autofill/common/**form_field_data_predictions.cc
>   D components/autofill/common/**forms_seen_state.h
>   D components/autofill/common/**password_form_fill_data.h
>   D components/autofill/common/**password_form_fill_data.cc
>   D components/autofill/common/**password_generation_util.h
>   D components/autofill/common/**password_generation_util.cc
>   D components/autofill/common/**web_element_descriptor.h
>   D components/autofill/common/**web_element_descriptor.cc
>   A + components/autofill/content/**DEPS
>   M components/autofill/content/**browser/autocheckout/**
> whitelist_manager.cc
>   M components/autofill/content/**browser/autocheckout/**
> whitelist_manager_unittest.cc
>   M components/autofill/content/**browser/autocheckout_manager.h
>   M components/autofill/content/**browser/autocheckout_manager.**cc
>   M components/autofill/content/**browser/autocheckout_manager_**
> unittest.cc
>   M components/autofill/content/**browser/autocheckout_page_**meta_data.h
>   M components/autofill/content/**browser/autocheckout_request_**manager.h
>   M components/autofill/content/**browser/wallet/wallet_client.h
>   M components/autofill/content/**browser/wallet/wallet_client_**
> unittest.cc
>   M components/autofill/content/**browser/wallet/wallet_service_**url.cc
>   M components/autofill/content/**browser/wallet/wallet_service_**
> url_unittest.cc
>   M components/autofill/content/**renderer/autofill_agent.h
>   M components/autofill/content/**renderer/autofill_agent.cc
>   M components/autofill/content/**renderer/form_autofill_util.h
>   M components/autofill/content/**renderer/form_autofill_util.cc
>   M components/autofill/content/**renderer/form_cache.cc
>   M components/autofill/content/**renderer/password_autofill_**agent.h
>   M components/autofill/content/**renderer/password_autofill_**agent.cc
>   M components/autofill/content/**renderer/password_generation_**
> manager.cc
>   A components/autofill/core/DEPS
>   A + components/autofill/core/**common/OWNERS
>   A + components/autofill/core/**common/autocheckout_status.h
>   A + components/autofill/core/**common/autofill_constants.h
>   A + components/autofill/core/**common/autofill_constants.cc
>   A + components/autofill/core/**common/autofill_message_**generator.h
>   A + components/autofill/core/**common/autofill_message_**generator.cc
>   A + components/autofill/core/**common/autofill_messages.h
>   A + components/autofill/core/**common/autofill_pref_names.h
>   A + components/autofill/core/**common/autofill_pref_names.cc
>   A + components/autofill/core/**common/autofill_switches.h
>   A + components/autofill/core/**common/autofill_switches.cc
>   A + components/autofill/core/**common/form_data.h
>   A + components/autofill/core/**common/form_data.cc
>   A + components/autofill/core/**common/form_data_predictions.h
>   A + components/autofill/core/**common/form_data_predictions.**cc
>   A + components/autofill/core/**common/form_field_data.h
>   A + components/autofill/core/**common/form_field_data.cc
>   A + components/autofill/core/**common/form_field_data_**predictions.h
>   A + components/autofill/core/**common/form_field_data_**predictions.cc
>   A + components/autofill/core/**common/forms_seen_state.h
>   A + components/autofill/core/**common/password_form_fill_**data.h
>   A + components/autofill/core/**common/password_form_fill_**data.cc
>   A + components/autofill/core/**common/password_generation_**util.h
>   A + components/autofill/core/**common/password_generation_**util.cc
>   A + components/autofill/core/**common/web_element_descriptor.**h
>   A + components/autofill/core/**common/web_element_descriptor.**cc
>
>
>

Powered by Google App Engine
This is Rietveld 408576698