Closed
Bug 862365
Opened 12 years ago
Closed 12 years ago
B2G MMS: Support auto-home in retrieve mode(follow-up fixed).
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: ctai, Assigned: ctai)
References
Details
(Whiteboard: [fixed-in-birch])
Attachments
(1 file, 1 obsolete file)
|
2.47 KB,
patch
|
Details | Diff | Splinter Review |
In roaming situation, rilContext.data.roaming will be false if you don't enable data roaming. So we need to change to get rilContext.voice.roaming value instead.
| Assignee | ||
Updated•12 years ago
|
Summary: B2G MMS: B2G MMS: Support auto-home in retrieve mode(follow-up fixed). → B2G MMS: Support auto-home in retrieve mode(follow-up fixed).
| Assignee | ||
Comment 1•12 years ago
|
||
This is a follow-up leo+ bug fix.
blocking-b2g: --- → leo?
Whiteboard: [NO_UPLIFT]
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #738035 -
Flags: review?(vyang)
Comment 3•12 years ago
|
||
Comment on attachment 738035 [details] [diff] [review]
Patch v1
Review of attachment 738035 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/mms/src/ril/MmsService.js
@@ +1168,5 @@
>
> + let isRoaming = gMmsConnection.isVoiceRoaming();
> + // In roaming environment, we send notify response only in
> + // automatic retrieval mode.
> + if (isRoaming && retrievalMode !== RETRIEVAL_MODE_AUTOMATIC) {
if ((retrievalMode !== RETRIEVAL_MODE_AUTOMATIC) &&
gMmsConnection.isVoiceRoaming())
So that we only create gMmsConnection when necessary.
Attachment #738035 -
Flags: review?(vyang) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #738035 -
Attachment is obsolete: true
Comment 5•12 years ago
|
||
This looks like a leo+ to me.
Comment 6•12 years ago
|
||
Whiteboard: [NO_UPLIFT] → [NO_UPLIFT] [fixed-in-birch]
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Comment 8•12 years ago
|
||
Uplift WIP: https://github.com/vicamo/b2g_mozilla-central/tree/bugzilla/838467/b2g18 , verifying.
Comment 9•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → unaffected
status-b2g18-v1.0.1:
--- → unaffected
status-firefox21:
--- → unaffected
status-firefox22:
--- → unaffected
status-firefox23:
--- → fixed
Whiteboard: [NO_UPLIFT] [fixed-in-birch] → [fixed-in-birch]
Updated•12 years ago
|
Updated•12 years ago
|
Flags: in-moztrap-
You need to log in
before you can comment on or make changes to this bug.
Description
•