Closed
Bug 955925
Opened 11 years ago
Closed 11 years ago
[Messages] Threads cannot be opened when retrieving the corresponding contact fails
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(2 files, 1 obsolete file)
+++ This bug was initially created as a clone of Bug #907740 +++
Bug 907740 introduced an issue whereas if navigator.mozContacts.find() fails and invokes the onerror() path then findByPhoneNumber() will trigger an error as it doesn't verify if the |results| argument is defined before accessing it.
STR, start with a freshly flashed phone:
1. Install thje light reference workload
make reference-workload-light APP=sms
2. Open the SMS app
3. Try tapping on the large SMS thread, the thread won't open and an error will be logged in the logcat
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
I suspect this is actually a duplicate of bug 952781, since thread rendering with or without a stored contact worked just fine prior to the patch that caused that bug.
Updated•11 years ago
|
Summary: Threads cannot be opened when retrieving the corresponding contact fails → [Messages] Threads cannot be opened when retrieving the corresponding contact fails
Comment 7•11 years ago
|
||
Comment on attachment 8355080 [details] [diff] [review]
[PATCH] Properly handle the result of a failed contact retrieval operation
r=me
can you try to do a unit test before landing? Should be reasonnably easy, I'm sure we already have a test with an onerror call.
Attachment #8355080 -
Flags: review?(felash) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Now with unit-test attached :)
(the way I trigger the error is not exactly pretty but I could not find a cleaner way with the existing mock)
Attachment #8355080 -
Attachment is obsolete: true
Attachment #8356113 -
Flags: review?(felash)
Comment 9•11 years ago
|
||
Julien, this looks good to me
Assignee | ||
Updated•11 years ago
|
Attachment #8356113 -
Flags: review?(felash) → review?(waldron.rick)
Comment 10•11 years ago
|
||
Comment on attachment 8356113 [details] [diff] [review]
[PATCH v2] Properly handle the result of a failed contact retrieval operation
Thanks for addressing this issue!
r=me
Attachment #8356113 -
Flags: review?(waldron.rick) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Thanks for the review, Travis is green:
https://travis-ci.org/mozilla-b2g/gaia/builds/16468626
Pushed to gaia/master b0442b2867a78f30e26cee23aba4de3edbb9e86a
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 13•11 years ago
|
||
My r+ was already given in comment 7 ;)
You need to log in
before you can comment on or make changes to this bug.
Description
•