Closed
Bug 1578475
Opened 6 years ago
Closed 6 years ago
Cleanup Remote Canvas 2D IPC classes when not used for certain duration.
Categories
(Core :: Graphics, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
Bug 1578475: Cleanup Remote Canvas 2D IPC classes when not used for certain duration. r=mattwoodrow!
47 bytes,
text/x-phabricator-request
|
Details | Review |
We should move to lazily create CanvasChild and CanvasParent when required.
We should also clean them up along with the other associated classes and shared memory, when they have not been used for a short period of time.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
This also changes CompositorBridgeChild to create the CanvasChild lazily.
Depends on D44154
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a03583b4aa2b
Cleanup Remote Canvas 2D IPC classes when not used for certain duration. r=mattwoodrow
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•