DescriptionRewrite functions from WebPasswordFormData and WebPasswordFormUtils in
password_form_conversion_utils.
There are Some old Blink code implemented in Webkit that predates the
Chromium/WebKit API, specifically WebPasswordFormData and WebPasswordFormUtils. At
this point the split just makes this code harder to update, as you need to wait
for a Blink roll when adding a new element to autofill::PasswordForm. This patch is
re-writing this code in components/autofill/content/renderer/password_form_conversion_util
s to make it cleaner.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266438
Patch Set 1 : Initial commit. This has caused memory leak in linux-asan bot run. #Patch Set 2 : Use smart pointer for memory handling #
Total comments: 3
Patch Set 3 : Update code as per review comments. #
Messages
Total messages: 14 (0 generated)
|