New issue
Advanced search Search tips

Issue 608074 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

No loss of information for names should happen when using AutofillProfile::SaveAddtitionalInfo.

Project Member Reported by se...@chromium.org, Apr 29 2016

Issue description

I 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

 

Comment 1 by ma...@chromium.org, May 1 2018

Status: Untriaged (was: Assigned)
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment