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)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: vicamo, Assigned: vicamo)

References

Details

Attachments

(1 file)

+++ 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}|.
Depends on bug 940884 so that we can have patches for it.
Depends on: 940884
s/patches/test cases/
Does this cause any regression or bad side-effects?
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
Attached patch patchSplinter Review
Attachment #8338367 - Flags: review?(gene.lian)
Blocks: 943263
Comment on attachment 8338367 [details] [diff] [review] patch Review of attachment 8338367 [details] [diff] [review]: ----------------------------------------------------------------- Thank you!
Attachment #8338367 - Flags: review?(gene.lian) → review+
Per comment 4, move test cases to bug 943263 instead.
No longer depends on: 940884
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: