Closed
Bug 855968
Opened 11 years ago
Closed 11 years ago
B2G MMS: delivery is not correctly indexed in DB
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: airpingu, Assigned: airpingu)
References
Details
Attachments
(1 file)
1.63 KB,
patch
|
vicamo
:
review+
ctai
:
feedback+
|
Details | Diff | Splinter Review |
Since the delivery is now determined by the caller site, which means the MMS' delivery can be either of DELIVERY_RECEIVED or DELIVERY_NOT_DOWNLOADED, the delivery index cannot be hard-coded like SMS. This would fail the delivery filtering.
Assignee | ||
Updated•11 years ago
|
Summary: B2G MMS: delivery is not correctly indexed → B2G MMS: delivery is not correctly indexed in DB
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #731044 -
Flags: review?(vyang)
Attachment #731044 -
Flags: feedback?(ctai)
Comment 2•11 years ago
|
||
Comment on attachment 731044 [details] [diff] [review] Patch Review of attachment 731044 [details] [diff] [review]: ----------------------------------------------------------------- Looks good to, thanks.
Attachment #731044 -
Flags: feedback?(ctai) → feedback+
Comment 3•11 years ago
|
||
(In reply to Chia-hung Tai [:ctai :ctai_mozilla :cht] from comment #2) > Comment on attachment 731044 [details] [diff] [review] > Patch > > Review of attachment 731044 [details] [diff] [review]: > ----------------------------------------------------------------- > > Looks good to, thanks. Looks good to me, thanks.
Updated•11 years ago
|
Attachment #731044 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ac442ffde0bc
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 731044 [details] [diff] [review] Patch [Approval Request Comment] Bug caused by (feature/regressing bug #): not yet reported as a bug but it's actually a follow-up correctness for Bug 845643. User impact if declined: without the patch, we cannot correctly search the MMS messages with delivery == "not-downloaded". Testing completed: yes Risk to taking this patch (and alternatives if risky): absolutely no. This patch only corrects the MMS codes for constructing the delivery index for DB searching. SMS is not affected. String or UUID changes made by this patch: no
Attachment #731044 -
Flags: approval-mozilla-b2g18?
Comment 6•11 years ago
|
||
leo+ as this is a part of MMS. No_UPLIFT for now before the whole MMS is completed
blocking-b2g: --- → leo+
Whiteboard: NO_UPLIFT
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 731044 [details] [diff] [review] Patch All right... Let's remove approval-mozilla-b2g18 because of NO_UPLIFT and leo+.
Attachment #731044 -
Flags: approval-mozilla-b2g18?
Updated•11 years ago
|
tracking-b2g18:
? → ---
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ac442ffde0bc
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 9•11 years ago
|
||
Uplift WIP: https://github.com/vicamo/b2g_mozilla-central/tree/bugzilla/838467/b2g18 , verifying.
Comment 10•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/23f909c9bff2
Whiteboard: NO_UPLIFT
Assignee | ||
Updated•11 years ago
|
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-firefox20:
--- → wontfix
status-firefox21:
--- → wontfix
status-firefox22:
--- → fixed
Updated•10 years ago
|
Flags: in-moztrap-
You need to log in
before you can comment on or make changes to this bug.
Description
•