Closed
Bug 1235040
Opened 9 years ago
Closed 7 years ago
[B2G][MMS] Not able to send MMS in B2G_DEBUG build.
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bevis, Unassigned)
References
Details
Attachments
(1 file)
1.97 KB,
patch
|
Details | Diff | Splinter Review |
The root cause is that, in DEBUG build, the Uint8Array object created in MmsService.js [1] cannot be identified as an instance of Uint8Array in an imported JSM(WspPduHelper.jsm) [2].
This can be fixed if I verify it with the global context of the Uint8Array object instead:
> aObject instanceof Cu.getGlobalForObject(aObject).Uint8Array
Need expert's comment to have a formal solution of this problem. :(
[1] https://hg.mozilla.org/mozilla-central/file/388bdc46ba51ee31da8b8abe977e0ca38d117434/dom/mobilemessage/gonk/MmsService.js#l830
[2] https://hg.mozilla.org/mozilla-central/file/388bdc46ba51ee31da8b8abe977e0ca38d117434/dom/mobilemessage/gonk/WspPduHelper.jsm#l2483
Reporter | ||
Comment 1•9 years ago
|
||
Hi Jeff,
I assumed that the problem in comment 0 is related to the JS engine.
May I have your suggestion of this problem?
Thanks!
Flags: needinfo?(jwalden+bmo)
Reporter | ||
Comment 2•9 years ago
|
||
update WIP patch for reference.
Reporter | ||
Comment 3•9 years ago
|
||
will revisit this when needed. Cancel the ni flag.
Flags: needinfo?(jwalden+bmo)
Comment 5•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•