Closed
Bug 981711
Opened 11 years ago
Closed 11 years ago
[Messages][DSDS] Bug 947180 broke the SIM switch
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed)
Tracking | Status | |
---|---|---|
b2g-v1.4 | --- | fixed |
People
(Reporter: julienw, Assigned: julienw)
References
Details
(Keywords: regression)
Attachments
(1 file)
... moreover now we can find the correct serviceId from the message's iccId.
Assignee | ||
Comment 1•11 years ago
|
||
I need to do a small change before requesting review.
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
This patch restores the SIM switching functionality using the iccId property.
apps/sms/js/settings.js | 33 +++++++++++++++------------------
apps/sms/js/thread_ui.js | 30 ++++++++++++++++++------------
apps/sms/test/unit/mock_settings.js | 3 +--
apps/sms/test/unit/settings_test.js | 29 ++++++++++++++++++++++++++---
apps/sms/test/unit/thread_ui_test.js | 10 +++++++++-
5 files changed, 69 insertions(+), 36 deletions(-)
Attachment #8389019 -
Flags: review?(schung)
Assignee | ||
Updated•11 years ago
|
Summary: [Messages] Bug 947180 broke the SIM switch → [Messages][DSDS] Bug 947180 broke the SIM switch
Comment 4•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
Thanks for discovering this serious bug and I should notice it in the previous patch... Only one issue about the message dom status and some nit for the tests.
Attachment #8389019 -
Flags: review?(schung)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
Pushed a new version with all follow-ups in a separate commit.
Attachment #8389019 -
Flags: review?(schung)
Comment 6•11 years ago
|
||
hi Francisco, can you take the review from Steve? Steve is out on Mar 13~14
Thanks
blocking-b2g: 1.4? → 1.4+
Flags: needinfo?(francisco.jordano)
Comment 7•11 years ago
|
||
triage: 1.4+ regresion
Comment 8•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
Just went through it and looks pretty nice as always.
Tried on the phone and working ok for me. Just did a couple of comments in the PR but they are minor comments.
Thanks Juliene
Attachment #8389019 -
Flags: feedback+
Flags: needinfo?(francisco.jordano)
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
Pushed a new test as requested.
r?=francisco because Steve is away today. (but Steve, if you're around, you're welcome to review as well ;) )
Attachment #8389019 -
Flags: review?(francisco.jordano)
Comment 10•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
r=me, thanks fir the fixing!
Updated•11 years ago
|
Attachment #8389019 -
Flags: review?(schung) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8389019 [details] [review]
github PR
Thanks Steve !
Attachment #8389019 -
Flags: review?(francisco.jordano)
Assignee | ||
Comment 12•11 years ago
|
||
master: f694e3a53d246ef11d59c18ac5d7c663941f5eb8
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
Target Milestone: --- → 1.4 S3 (14mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•