Closed
Bug 921422
Opened 12 years ago
Closed 12 years ago
B2G RIL: include clientId in async messages from RadioInterface to RILContentHelper
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.3+, firefox28 fixed)
Tracking | Status | |
---|---|---|
firefox28 | --- | fixed |
People
(Reporter: jessica, Assigned: hsinyi)
References
Details
Attachments
(1 file)
14.20 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
RadioInterfaceLayer sendWithIPCMessage() [1] only sends the content of "msg.json.data" to RILContentHelper, so clientId is missing. We should wrap clientId and data together and sent it back to RILContentHelper.
This affects all the functions that use sendWithIPCMessage().
[1] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#638
Reporter | ||
Comment 1•12 years ago
|
||
Other functions that have the same problem: sendMMI() [1], setCallForwardingOption() [2], setCallingLineIdRestriction() [3] in RadioInterfaceLayer.
[1] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#2293
[2] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#2307
[3] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#2317
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 2•12 years ago
|
||
Looks like replacing msg.json.data in [1] with msg.json could fix this issue.
Will try it later :P
[1] http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#639
Reporter | ||
Updated•12 years ago
|
Summary: B2G RIL: include clientId in callback messages from RadioInterface to RILContentHelper → B2G RIL: include clientId in async messages from RadioInterface to RILContentHelper
Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → htsai
Assignee | ||
Updated•12 years ago
|
Attachment #811782 -
Flags: review?(vyang)
Assignee | ||
Updated•12 years ago
|
Attachment #811782 -
Flags: review?(vyang)
Assignee | ||
Updated•12 years ago
|
Attachment #811782 -
Flags: review?(vyang)
Updated•12 years ago
|
Attachment #811782 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 4•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=c9aa690a355a looks green except test_icc_contacts.js which has been tracked in Bug 897940. I ran test_icc_contacts.js locally without encountering failures.
If I take the suggestion from bug 897940 comment 2, the test passes! https://tbpl.mozilla.org/?tree=Try&rev=b9a57895b831
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: --- → 1.3+
Target Milestone: --- → 1.3 Sprint 2 - 10/11
Updated•11 years ago
|
status-firefox28:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•