Closed
Bug 928875
Opened 12 years ago
Closed 12 years ago
import contacts from google broken due to webidl
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
(Whiteboard: [c= p=1 s= u=])
Attachments
(1 file)
It looks like webidl also broke then import from google:
E/GeckoConsole( 1837): [JavaScript Error: "TypeError: 'type' member of ContactFieldInit can't be converted to a sequence." {file: "app://communications.gaiamobile.org/contacts/js/contacts_importer.js" line: 51}]
| Assignee | ||
Comment 1•12 years ago
|
||
Fix more webidl breakage by using arrays more strictly where needed and passing actual mozContact object to mozContacts.save() function.
Assignee: nobody → bkelly
Status: NEW → ASSIGNED
Attachment #819678 -
Flags: review?(francisco.jordano)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [c= p=1 s= u=]
Comment 2•12 years ago
|
||
Comment on attachment 819678 [details]
Pull request at https://github.com/mozilla-b2g/gaia/pull/12972
Looking a safe change to me.
Please merge once the test-agent pass on travis.
Thanks!
Attachment #819678 -
Flags: review?(francisco.jordano) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Unfortunately the ftp site is offline so travis can't download firefox. I ran the tests locally instead and this did not introduce any failure.
Merged:
https://github.com/mozilla-b2g/gaia/commit/f9a58ebc7e98ece75b6406992dd710b513aae0a1
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•12 years ago
|
||
Reopening this to remind myself to re-enable the test. I don't want to re-enable till all pending pull requests related to bug 850430 land. There is too much in flight at the moment.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [c= p=1 s= u=] → [c= p=1 s= u=][xfail]
| Assignee | ||
Comment 5•12 years ago
|
||
Actually, this was one I found on device, not in the gaia-ui-tests. Getting a bit turned around with all the bustage and fixes.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Whiteboard: [c= p=1 s= u=][xfail] → [c= p=1 s= u=]
You need to log in
before you can comment on or make changes to this bug.
Description
•