Move part of autofill_controller.js to fill.js.
On CL https://chromium-review.googlesource.com/c/chromium/src/+/901664 added a call of function __gCrWeb.autofill.webFormElementToFormData from password_controller.js. On codereview it was suggested https://chromium-review.googlesource.com/c/chromium/src/+/901664/27/ios/chrome/browser/passwords/resources/password_controller.js#296 to move this function to fill.js. It makes sense, since fill.js is supposed to contain common parts between Autofill and Password Manager. This CL moves webFormElementToFormData and all dependencies to fill.js. The order from autofill_controller.js is preserved. Bug: 807623 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic538ac44471d19c4e899d4d3450b92bed7da5c0e Reviewed-on: https://chromium-review.googlesource.com/951609Reviewed-by:Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#541806}
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment