Closed
Bug 906629
Opened 12 years ago
Closed 12 years ago
B2G MMS: Wrong callback function on |retrieve| in MmsService.js
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: ctai, Assigned: ctai)
References
Details
Attachments
(2 files, 1 obsolete file)
1.90 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
1.80 KB,
patch
|
Details | Diff | Splinter Review |
We put the wrong callback function on |retrieve| in MmsService.js. It will cause wrong code flow sequence.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #792113 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #792116 -
Flags: feedback?(vyang)
Comment 3•12 years ago
|
||
Comment on attachment 792116 [details] [diff] [review]
bug-906629.patch-v1.1
Review of attachment 792116 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #792116 -
Flags: feedback?(vyang) → review+
Comment 4•12 years ago
|
||
This may result in racing condition between marking the retrieving message as "pending" and marking it as "error" when we're in airplane mode, no SIM card, or any quick errors.
blocking-b2g: --- → leo?
Comment 5•12 years ago
|
||
(In reply to Vicamo Yang [:vicamo][:vyang] from comment #4)
> This may result in racing condition between marking the retrieving message
> as "pending" and marking it as "error" when we're in airplane mode, no SIM
> card, or any quick errors.
What is the user impact of such a race condition?
Flags: needinfo?(vyang)
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Assignee | ||
Comment 10•12 years ago
|
||
Patch for b2g18.
Comment 11•12 years ago
|
||
status-b2g18:
--- → fixed
status-firefox26:
--- → fixed
Updated•12 years ago
|
Comment 12•12 years ago
|
||
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → fixed
status-firefox23:
wontfix → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•