Closed
Bug 1334037
Opened 8 years ago
Closed 8 years ago
[Form Autofill] Support name fields in profiles
Categories
(Toolkit :: Form Manager, defect, P3)
Toolkit
Form Manager
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: lchang, Assigned: lchang)
References
(Blocks 1 open bug)
Details
(Whiteboard: [form autofill:M2])
Attachments
(1 file)
Let's figure out how to deal with the format of names in profiles.
Whiteboard: [form autofill:MVP] → [form autofill:M2]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → lchang
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8852836 [details]
Bug 1334037 - [Form Autofill] Support name fields in profiles.
https://reviewboard.mozilla.org/r/125008/#review136644
::: browser/extensions/formautofill/ProfileAutoCompleteResult.jsm:132
(Diff revision 2)
> + matching = allFieldNames.some(
> + fieldName => possibleNameFields.includes(fieldName));
Put this all on one line since I think it should be <100 characters and more readable
Attachment #8852836 -
Flags: review?(MattN+bmo) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
mozreview-review-reply |
Comment on attachment 8852836 [details]
Bug 1334037 - [Form Autofill] Support name fields in profiles.
https://reviewboard.mozilla.org/r/125008/#review136644
> Put this all on one line since I think it should be <100 characters and more readable
Got it. Thanks for the review.
Assignee | ||
Comment 6•8 years ago
|
||
This bug focuses on "given-name", "additional-name" and "family-name" attributes only. I'll implement the "name" attribute in bug 1359892.
Comment 7•8 years ago
|
||
hg error in cmd: hg push -r tip ssh://hg.mozilla.org/integration/autoland: pushing to ssh://hg.mozilla.org/integration/autoland
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 7 changes to 7 files
remote:
remote:
remote: ************************** ERROR ****************************
remote: Pushing to an APPROVAL REQUIRED tree requires your top changeset comment to include: a=... (or, more accurately, a\S*=...)
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: pretxnchangegroup.a_treeclosure hook failed
abort: push failed on remote
Pushed by lchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/052a1bf45675
[Form Autofill] Support name fields in profiles. r=MattN
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•