Closed
Bug 1154659
Opened 10 years ago
Closed 7 years ago
[meta][toolkit][Navigator] Handle system messages coming to the application
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: arcturus, Unassigned)
References
Details
Right now gaia apps receive different system messages to perform actions (alarms, push notifications, sms received, etc).
We have to investigate how to deliver this with multi document web apps.
Reporter | ||
Updated•10 years ago
|
Blocks: nga-navigation-api
Comment 1•10 years ago
|
||
Agreed. Will all documents (outer-windows & iframes) receive the event?
One thing that's beginning to look troublesome is not being able to update UI 'instantly'. If the outer-document needs to tell an nested iframe to respond and main-thread is busy, this task is pushed to the end of the queue, and can take a long time to run. As a result we lose some responsiveness.
This is perhaps due to outer-document and nested iframes sharing the same thread. But TBH I don't know must about this area. IIRC there was some talk in Paris of iframes getting their own thread/process, perhaps related to e10s.
Comment 2•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
•