[iOS] Upstream autofill component code
commit579a70c5b9f2cc0b707cb63c466c9f0e608cec59
authordroger <droger@chromium.org>
Tue, 17 Mar 2015 10:31:10 +0000 (17 03:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Mar 2015 10:31:47 +0000 (17 10:31 +0000)
tree5192e9b5203d293c4be5cc18c25f5588e16595ba
parent4d44fa9f7fb3d97b916781a6051ed4dcc69c3668
[iOS] Upstream autofill component code

This is a straight upstreaming of code that is currently used
on iOS.

Review URL: https://codereview.chromium.org/1007813002

Cr-Commit-Position: refs/heads/master@{#320886}
12 files changed:
components/autofill.gypi
components/autofill/content/renderer/form_autofill_util.h
components/autofill/core/common/autofill_constants.h
components/autofill/ios/OWNERS
components/autofill/ios/browser/form_suggestion.h [new file with mode: 0644]
components/autofill/ios/browser/form_suggestion.mm [new file with mode: 0644]
components/autofill/ios/browser/js_autofill_manager.h [new file with mode: 0644]
components/autofill/ios/browser/js_autofill_manager.mm [new file with mode: 0644]
components/autofill/ios/browser/js_suggestion_manager.h [new file with mode: 0644]
components/autofill/ios/browser/js_suggestion_manager.mm [new file with mode: 0644]
components/autofill/ios/browser/resources/autofill_controller.js [new file with mode: 0644]
components/autofill/ios/browser/resources/suggestion_controller.js [new file with mode: 0644]