Closed
Bug 990998
Opened 11 years ago
Closed 11 years ago
Invalid radio state change handler
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
(Keywords: regression, Whiteboard: [systemsfe] [p=1])
Attachments
(1 file)
Working on bug 989926 exposed an issue with the System app radio state change handler.
Symptom is this output:
JavaScript error: app://system.gaiamobile.org/js/radio.js, line 126: this._doSetRadioEnabled is not a function
I don't have a clear idea of the impact, but this has been introduced in bug 960861.
Assignee | ||
Comment 1•11 years ago
|
||
Please find attached a pull request that fixes the issue.
Attachment #8400574 -
Flags: review?(21)
Assignee | ||
Comment 2•11 years ago
|
||
Travis is green at: https://travis-ci.org/mozilla-b2g/gaia/builds/22095540
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8400574 [details] [review]
Link to Github https://github.com/mozilla-b2g/gaia/pull/17895
Forwarding
Attachment #8400574 -
Flags: review?(21) → review?(ejchen)
Comment 4•11 years ago
|
||
Comment on attachment 8400574 [details] [review]
Link to Github https://github.com/mozilla-b2g/gaia/pull/17895
Sorry for the late reply because I just came back from vacation !
It's a good catch by the way, I didn't notice the scope problem when copy / paste related codes from airplane_mode.js to radio.js.
Because I am not the owner / peer of System app, basically it is f+ for me.
Let me forward this to Alive to give you a quick review. Thanks Alexandre :)
Attachment #8400574 -
Flags: review?(ejchen)
Attachment #8400574 -
Flags: review?(alive)
Attachment #8400574 -
Flags: feedback+
Updated•11 years ago
|
Attachment #8400574 -
Flags: review?(alive) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Thanks. I addressed the nits :)
Assignee | ||
Comment 6•11 years ago
|
||
Travis is green: https://travis-ci.org/mozilla-b2g/gaia/builds/22420920
Assignee | ||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Updated•11 years ago
|
Target Milestone: --- → 1.4 S5 (11apr)
Updated•11 years ago
|
status-b2g-v2.0:
--- → fixed
Target Milestone: 1.4 S5 (11apr) → 2.0 S1 (9may)
Comment 9•11 years ago
|
||
Per the dupe, this is also needed on 1.4, so moving to 1.4+.
blocking-b2g: 2.0+ → 1.4+
Comment 10•11 years ago
|
||
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•