Closed
Bug 1223363
Opened 9 years ago
Closed 8 years ago
[Messages][NG] Consider using window/iframe as endpoint instead of BroadcastChannel where possible
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: azasypkin, Unassigned)
References
Details
We (will) have cases when client sits inside window and service sits inside shim host iframe (like ActivityClient and ActivityShim, see bug 1219264), the quickest way to communicate between them is to use winfow/iframe as endpoint, so once bridge issue [1] is fixed, we could try to migrate to this type of endpoints.
Since Bridge uses synchronous "window.dispatchEvent" under the hood for this type of endpoint we should make sure that this is what we really need and it doesn't affect performance.
[1] https://github.com/gaia-components/bridge/issues/83
Comment 1•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 2•8 years ago
|
||
Mass closing of Gaia::SMS bugs. End of an era :(
You need to log in
before you can comment on or make changes to this bug.
Description
•