Closed
Bug 1051746
Opened 10 years ago
Closed 10 years ago
[MobileID] Get the proper ICC info
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: ferjm, Assigned: ferjm)
References
Details
Attachments
(1 file, 1 obsolete file)
21.74 KB,
patch
|
spenrose
:
review+
bajaj
:
approval-mozilla-aurora+
bajaj
:
approval-mozilla-b2g32+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•10 years ago
|
Summary: Get the proper ICC info by service ID → [MobileID] Get the proper ICC info by service ID
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ferjmoreno
Assignee | ||
Comment 1•10 years ago
|
||
Sorry, this one got out of my radar for a while :(...
[Blocking Requested - why for this release]: Without this fix in a multi-SIM scenario we may share the incorrect phone number with the consumer of the Mobile ID API. I think this needs to go on 2.0 because this breaks the Mobile ID feature sharing an incorrect number and it violates the user's privacy cause the user does not explicitly select the phone number that we share but other one.
blocking-b2g: --- → 2.0?
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Summary: [MobileID] Get the proper ICC info by service ID → [MobileID] Get the proper ICC info
Assignee | ||
Comment 4•10 years ago
|
||
Sam, this patch makes sure that we have the proper ICC information at all times.
We were not listening for the iccinfochange event and so our cache could be obsolete if any change on the ICC status occurred. Now we are listening for these event and clearing the caches when needed.
Attachment #8492205 -
Attachment is obsolete: true
Attachment #8492969 -
Flags: review?(spenrose)
Comment 5•10 years ago
|
||
Comment on attachment 8492969 [details] [diff] [review]
v1
Fernando -- the code looks good as best I can tell. I was not able to execute the new unit test because MOZ_B2G_RIL is not set for me, but I think that is an artifact of overriding the platform to get xpcshell to run. So r+, thanks!
Attachment #8492969 -
Flags: review?(spenrose) → review+
Comment 6•10 years ago
|
||
Hi Bhavana, could you please kindly help triage 2.0? on this ? Thank you very much.
Flags: needinfo?(bbajaj)
Assignee | ||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Comment 9•10 years ago
|
||
Broken new feature = 2.0+. Will this get uplifted automatically?
blocking-b2g: 2.0? → 2.0+
Comment 10•10 years ago
|
||
Needs b2g32 and aurora approvals for uplift.
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → affected
status-b2g-v2.2:
--- → fixed
status-firefox33:
--- → wontfix
status-firefox34:
--- → affected
status-firefox35:
--- → fixed
Flags: needinfo?(ferjmoreno)
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8492969 [details] [diff] [review]
v1
Approval Request Comment
[Feature/regressing bug #]: Mobile ID
[User impact if declined]: Without this fix in a multi-SIM scenario we may share the incorrect phone number with the consumer of the Mobile ID API. I think this needs to go on 2.0 because this breaks the Mobile ID feature sharing an incorrect number and it violates the user's privacy cause the user does not explicitly select the phone number that we share but other one.
[Describe test coverage new/current, TBPL]: Unit tests added to the already existing ones.
[Risks and why]: Low risk. The only consumer of this feature is being developed by the same team, so any regression should be catch and fixed pretty soon.
[String/UUID change made/needed]: None
Attachment #8492969 -
Flags: approval-mozilla-b2g32?
Attachment #8492969 -
Flags: approval-mozilla-aurora?
Flags: needinfo?(ferjmoreno)
Updated•10 years ago
|
Attachment #8492969 -
Flags: approval-mozilla-b2g32?
Attachment #8492969 -
Flags: approval-mozilla-b2g32+
Attachment #8492969 -
Flags: approval-mozilla-aurora?
Attachment #8492969 -
Flags: approval-mozilla-aurora+
Flags: needinfo?(bbajaj)
Comment 12•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/387913293852
https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/d9dc5c830234
Flags: in-testsuite+
Comment 13•10 years ago
|
||
status-b2g-v2.0M:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•