Closed
Bug 950569
Opened 12 years ago
Closed 12 years ago
[Rocketbar] Use IACHandler for inter-app communication
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
(Whiteboard: [c= p=3 s= u=])
Attachments
(1 file)
I was unaware that the system app was already using IACHanlder, and I believe you can only set mozSetMessageHandler once per message type. This is going to cause problems in the future.
I do think it is a shame that we have to have a library for such a new API, but I don't think we have a choice but to implement IACHelper for the rocketbar code in the system app.
| Assignee | ||
Comment 1•12 years ago
|
||
Only call navigator.mozSetMessageHandler for 'connection' messages once in the system app.
Attachment #8347928 -
Flags: review?(21)
Attachment #8347928 -
Flags: review?(21) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•