Closed
Bug 1548492
Opened 6 years ago
Closed 5 years ago
Change remote canvas timeouts to check if other side is still open.
Categories
(Core :: Graphics, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
In bug 1464032 when waiting on semaphores for the other side to read or write, it uses a combination of long waits or an attempt to see if the other side is still reading.
This is to change that to a series of relatively short waits with checks to see if the related IPC channel is still open in between.
Assignee | ||
Comment 1•5 years ago
|
||
This also fixes the CanvasParent destruction on channel close and error,
which was broken due to IPDL changes between rebases.
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/205bb2a0bc45
Change remote canvas timeouts to check if other side is still open. r=jrmuizel
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 5•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
status-firefox69:
--- → ?
Comment 6•5 years ago
|
||
Is this something we should consider for uplift to Beta for Fx69 or can it ride to release with Fx70?
Assignee | ||
Comment 7•5 years ago
|
||
Remote 2D canvas is disabled at the moment.
Flags: needinfo?(bobowencode)
You need to log in
before you can comment on or make changes to this bug.
Description
•