No loss of information for names should happen when using AutofillProfile::SaveAddtitionalInfo. |
||
Issue descriptionI added some tests that illustrate the problem. They can be found in AutofillProfileTest.SaveAdditionalInfo_Name_*. For example when execution a.SaveAdditionalInfo(b) with a and b having complementary name values, a should have a complete name but instead has only the name parts from b. Example for a: First_name: John Last_name : Doe b: Full_name : John Doe Expected: a: First_name: John Last_name : Doe Full_name : John Doe Observed: a: Full_name : John Doe
,
Aug 3
This bug has an owner, thus, it's been triaged. Changing status to "assigned". |
||
►
Sign in to add a comment |
||
Comment 1 by ma...@chromium.org
, May 1 2018