Closed
Bug 921402
Opened 12 years ago
Closed 12 years ago
B2G RIL: Use nsIIccProvider to get iccInfo
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(3 files, 3 obsolete files)
|
1.87 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
|
1.34 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
|
1.99 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #875721 +++
In bug 875721, we move iccInfo from nsIMobileConnectionProvider to nsIIccProvider. Some module should have to do corresponding changes, like,
dom/phonenumberutils/PhoneNumberUtils.jsm [1]
dom/push/src/PushService.jsm [2]
dom/apps/src/OperatorApps.jsm [3]
[1] http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/OperatorApps.jsm#93
[2] http://mxr.mozilla.org/mozilla-central/source/dom/push/src/PushService.jsm#1489
[3] http://mxr.mozilla.org/mozilla-central/source/dom/phonenumberutils/PhoneNumberUtils.jsm#50
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → echen
| Assignee | ||
Comment 1•12 years ago
|
||
It works well currently is because RILContentHelper implements both nsIMobileConnectionProvider and nsIIccProvider [1]. But I think we should correct this anyway. Thanks.
[1] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RILContentHelper.js#446
| Assignee | ||
Comment 2•12 years ago
|
||
Patch for PhoneNumberUtils
| Assignee | ||
Comment 3•12 years ago
|
||
Patch for PushService
| Assignee | ||
Comment 4•12 years ago
|
||
Patch for OperatorApps
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 811041 [details] [diff] [review]
Part 1: [PhoneNumberUtils] Use nsIIccProvider to get iccInfo, v1
Hi Gregor, needs your help to review PhoneNumberUtils, thanks.
Attachment #811041 -
Flags: review?(anygregor)
| Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 811042 [details] [diff] [review]
Part 2: [PushService] Use nsIIccProvider to get iccInfo, v1
Hi Nikhil, needs your help to review PushService, thanks.
Attachment #811042 -
Flags: review?(nsm.nikhil)
| Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 811043 [details] [diff] [review]
Part 3: [OperatorApps] Use nsIIccProvider to get iccInfo, v1
Hi Fabrice, needs your help to review OperatorApps, thanks.
Attachment #811043 -
Flags: review?(fabrice)
Comment on attachment 811042 [details] [diff] [review]
Part 2: [PushService] Use nsIIccProvider to get iccInfo, v1
Review of attachment 811042 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #811042 -
Flags: review?(nsm.nikhil) → review+
Updated•12 years ago
|
Attachment #811041 -
Flags: review?(anygregor) → review+
Updated•12 years ago
|
Attachment #811043 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 9•12 years ago
|
||
| Assignee | ||
Comment 10•12 years ago
|
||
Add r=gwagner after r+ by Gregor.
Attachment #811041 -
Attachment is obsolete: true
Attachment #811790 -
Flags: review+
| Assignee | ||
Comment 11•12 years ago
|
||
Add r=nsm after r+ by Nikhil.
Attachment #811042 -
Attachment is obsolete: true
Attachment #811792 -
Flags: review+
| Assignee | ||
Comment 12•12 years ago
|
||
Add r=fabrice after r+ by Fabrice.
Attachment #811043 -
Attachment is obsolete: true
Attachment #811793 -
Flags: review+
| Assignee | ||
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/338f2211d72f
https://hg.mozilla.org/mozilla-central/rev/4e79d5ce1587
https://hg.mozilla.org/mozilla-central/rev/fd005afd602e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•