Closed
Bug 833908
Opened 13 years ago
Closed 13 years ago
B2G RIL: Expose SPN variables in nsIICCRecords
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:tef+, firefox19 wontfix, firefox20 wontfix, firefox21 fixed, b2g18 fixed, b2g18-v1.0.0 fixed, b2g18-v1.0.1 fixed)
People
(Reporter: pgravel, Assigned: vicamo)
References
Details
(Whiteboard: QARegressExclude)
Attachments
(1 file)
|
1.73 KB,
patch
|
allstars.chh
:
review+
pgravel
:
feedback+
|
Details | Diff | Splinter Review |
Similar issue as Bug 828330
SPN related variables are not exposed by nsIICCRecords in nsIRadioInterfaceLayer.idl, which is needed by commercial RIL to display spn information.
The following variables need to be copied from nsIDOMMozMobileICCInfo in nsIDOMMobileConnection.idl to achieve parity
readonly attribute DOMString spn;
readonly attribute boolean isDisplayNetworkNameRequired;
readonly attribute boolean isDisplaySpnRequired;
| Assignee | ||
Comment 1•13 years ago
|
||
I think it will be easier this way. :)
Status: NEW → RESOLVED
blocking-b2g: tef? → ---
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•13 years ago
|
||
As requested in bug 830164 comment #19, let's have a quick fix like what's done in bug 828330.
Status: RESOLVED → REOPENED
blocking-b2g: --- → tef?
Resolution: DUPLICATE → ---
Updated•13 years ago
|
blocking-b2g: tef? → tef+
Updated•13 years ago
|
Assignee: nobody → vyang
Blocks: 830164
| Assignee | ||
Comment 3•13 years ago
|
||
Attachment #705756 -
Flags: review?(allstars.chh)
Attachment #705756 -
Flags: feedback?(pgravel)
Attachment #705756 -
Flags: review?(allstars.chh) → review+
Attachment #705756 -
Flags: feedback?(pgravel) → feedback+
I'll help to push this change.
Comment 7•13 years ago
|
||
status-b2g18:
--- → fixed
status-firefox18:
--- → wontfix
status-firefox19:
--- → affected
status-firefox20:
--- → affected
status-firefox21:
--- → fixed
| Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Yoshi Huang[:yoshi][:allstars.chh] from comment #5)
> I'll help to push this change.
Thank you :)
Comment 9•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → B2G C4 (2jan on)
Updated•13 years ago
|
status-b2g18-v1.0.0:
--- → fixed
status-firefox18:
wontfix → ---
Updated•13 years ago
|
status-b2g18-v1.0.1:
--- → fixed
Comment 11•13 years ago
|
||
Cannot verify, need steps to blackbox test this issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•