Closed
Bug 896982
Opened 11 years ago
Closed 11 years ago
[Contacts] Design and implement a component to transform mozContacts to VCARD format
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:koi+)
RESOLVED
FIXED
blocking-b2g | koi+ |
People
(Reporter: arcturus, Assigned: sergi)
References
Details
(Whiteboard: [u=commsapps-user c=contacts p=0])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
arcturus
:
review+
|
Details | Diff | Splinter Review |
We need to create a component that transforms mozContacts to vcard format.
The vcard formats are still to be defined, but could be added lately depending on product needs.
Also we could put this component in shared and let other applications like SMS/MMS and email benefit from it.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sergi.mansilla
Updated•11 years ago
|
Whiteboard: [u=commsapps-user c=contacts p=0]
Assignee | ||
Comment 1•11 years ago
|
||
The planned vCard format is 3.0.
Assignee | ||
Comment 2•11 years ago
|
||
This function converts a single mozContact into a VCard string.
Attachment #787432 -
Flags: review?(francisco.jordano)
Reporter | ||
Comment 3•11 years ago
|
||
Minimun comments on the PR, looking really good!
Thanks Sergi!
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 787432 [details] [diff] [review]
Github PR
Great job!
Attachment #787432 -
Flags: review?(francisco.jordano) → review+
Reporter | ||
Comment 5•11 years ago
|
||
Landed in master:
https://github.com/mozilla-b2g/gaia/commit/1b3b923534f606c69fce61136aa21849ee8bba6a
Status: NEW → RESOLVED
blocking-b2g: --- → koi?
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
Backed out: https://travis-ci.org/mozilla-b2g/gaia/builds/10023480
https://github.com/mozilla-b2g/gaia/commit/0876f713171279a8a7d39863344d3461f055e895
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•11 years ago
|
||
This was causing Gaia unit test bustage on TBPL as well.
https://tbpl.mozilla.org/php/getParsedLog.php?id=26350355&tree=B2g-Inbound
Updated•11 years ago
|
blocking-b2g: koi? → koi+
Updated•11 years ago
|
QA Contact: atsai
Assignee | ||
Comment 8•11 years ago
|
||
Hi Ryan,
Are you referring to the strict warnings? I don't see errors or tests not passing regarding this patch.
Flags: needinfo?(ryanvm)
Comment 9•11 years ago
|
||
It was the same errors seen in comment 9, just run in a different location.
Flags: needinfo?(ryanvm)
Comment 10•11 years ago
|
||
Any news on when we can expect this to land?
Assignee | ||
Comment 11•11 years ago
|
||
Looking at it right now
Assignee | ||
Comment 12•11 years ago
|
||
Attachment #787432 -
Attachment is obsolete: true
Attachment #792168 -
Flags: review?(francisco.jordano)
Reporter | ||
Comment 13•11 years ago
|
||
Comments on github PR
Assignee | ||
Comment 14•11 years ago
|
||
The last PR adds the bits pointed at by Francisco. All the linting errors were fixed from the previous pass, and my tests pass when testing mozContact2vcard individually or along with the contacts suite, and they pass both in Gecko 18 and latest nightly.
Reporter | ||
Comment 15•11 years ago
|
||
Comment on attachment 792168 [details] [diff] [review]
New Github PR
All tests passed locally, working fine for me.
Thanks Sergi
Attachment #792168 -
Flags: review?(francisco.jordano) → review+
Reporter | ||
Comment 16•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•