Closed
Bug 942780
Opened 11 years ago
Closed 11 years ago
B2G MMS : misuse of MMS.Address.resolveType, causing failure of updating delivery/read reports
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vicamo, Assigned: vicamo)
References
Details
Attachments
(1 file)
1.58 KB,
patch
|
airpingu
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #934931 +++
|MMS.Address.resolveType()| actually returns a string, not a js object |{type: foo, address: bar}|.
Assignee | ||
Comment 1•11 years ago
|
||
Depends on bug 940884 so that we can have patches for it.
Depends on: 940884
Assignee | ||
Comment 2•11 years ago
|
||
s/patches/test cases/
Comment 3•11 years ago
|
||
Does this cause any regression or bad side-effects?
Comment 4•11 years ago
|
||
MMS delivery report is committed feature, we need to move fast. I'd suggest we can carry on without fixing the bug 940884 first.
Btw, because both .type are undefined, so it's somehow working...
if (typedAddress.type !== typedStoredAddress.type) {
// Not even my type. Skip.
continue;
}
Summary: B2G MMS : misuse of MMS.Address.resolveType in matchPhoneNumbers(...) → B2G MMS : misuse of MMS.Address.resolveType, causing failure of updating delivery/read reports
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8338367 -
Flags: review?(gene.lian)
Comment 6•11 years ago
|
||
Comment on attachment 8338367 [details] [diff] [review]
patch
Review of attachment 8338367 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8338367 -
Flags: review?(gene.lian) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Per comment 4, move test cases to bug 943263 instead.
No longer depends on: 940884
Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•