Closed
Bug 1178258
Opened 9 years ago
Closed 9 years ago
[e10s] Implement a event loop heartbeat for the browser and plugin processes
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(e10s+, firefox42 affected)
RESOLVED
WONTFIX
People
(Reporter: jimm, Unassigned)
References
Details
What I'd like to do is add a low priority native event heart beat for both the plugin and browser process. This would be a safety net around our event processing designed to break us out of stacks like the one in bug 1178257. When we receive the event we check the queue for messages that should have been delivered but weren't for some reason and deliver them. The event I'm thinking we should use is a WM_TIMER, which a low priority event generated by the system.
Comment 1•9 years ago
|
||
This sounds like it will cause a lot of wakeups. In general we shouldn't have this while the user isn't active, to save power.
Updated•9 years ago
|
tracking-e10s:
--- → +
Reporter | ||
Comment 2•9 years ago
|
||
I don't think this is needed anymore.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•