Closed
Bug 815156
Opened 13 years ago
Closed 13 years ago
B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo
Categories
(Core :: DOM: Device Interfaces, defect, P1)
Core
DOM: Device Interfaces
Tracking
()
People
(Reporter: ferjm, Assigned: jaoo)
References
Details
Attachments
(2 files, 2 obsolete files)
6.97 KB,
patch
|
ferjm
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
356 bytes,
text/html
|
ferjm
:
review+
|
Details |
We need to expose the 'serviceClass' value provided by the RIL when querying for the call forwarding status. This is required to properly show the call forwarding status based on the service for which the call forward is set up.
Reporter | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Comment 1•13 years ago
|
||
Is this required for certification? It seems like support for MMI codes for call forwarding (bug 793192) has already landed yet this blocks it so I'm confused :)
Flags: needinfo?(ferjmoreno)
Reporter | ||
Comment 2•13 years ago
|
||
This is a bug in the MMI support for call forwarding. I am afraid that this feature won't work properly if we don't solve it. So, yes, this is required for certification.
jaoo or me will be looking into it as soon as possible.
Flags: needinfo?(ferjmoreno)
Reporter | ||
Comment 3•13 years ago
|
||
Reporter | ||
Comment 4•13 years ago
|
||
jaoo will be working on the follow up.
Assignee: nobody → josea.olivera
Updated•13 years ago
|
blocking-basecamp: ? → +
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #686106 -
Attachment is obsolete: true
Assignee | ||
Comment 6•13 years ago
|
||
Assignee | ||
Comment 7•13 years ago
|
||
Attachment #686817 -
Attachment is obsolete: true
Attachment #687040 -
Flags: review?(ferjmoreno)
Reporter | ||
Comment 8•13 years ago
|
||
Comment on attachment 686814 [details] [diff] [review]
v1
Review of attachment 686814 [details] [diff] [review]:
-----------------------------------------------------------------
Nice patch! Thanks!
You are gonna need sr for the IDL changes.
::: dom/system/gonk/ril_worker.js
@@ +3718,5 @@
> + default:
> + return ICC_SERVICE_CLASS_NONE;
> + }
> + },
> +
nit: extra space
Attachment #686814 -
Flags: review+
Reporter | ||
Updated•13 years ago
|
Attachment #686814 -
Flags: superreview?(jonas)
Reporter | ||
Comment 9•13 years ago
|
||
Comment on attachment 687040 [details]
Pointer to Github PR: https://github.com/mozilla-b2g/gaia/pull/6751
r=me
Attachment #687040 -
Flags: review?(ferjmoreno) → review+
Comment 10•13 years ago
|
||
Setting priority based on triage discussions. Feel free to decrease priority if you disagree.
Priority: -- → P1
Attachment #686814 -
Flags: superreview?(jonas) → superreview+
Assignee | ||
Comment 11•13 years ago
|
||
Assignee | ||
Comment 12•13 years ago
|
||
(In reply to José Antonio Olivera Ortega [:jaoo] from comment #7)
> Created attachment 687040 [details]
> Pointer to Github PR: https://github.com/mozilla-b2g/gaia/pull/6751
https://github.com/mozilla-b2g/gaia/commit/7071d327c408542983e520081af84d3c20bdee8e
Comment 13•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment 14•13 years ago
|
||
Updated•13 years ago
|
Blocks: b2g-v1-certification
You need to log in
before you can comment on or make changes to this bug.
Description
•