Closed
Bug 1601047
Opened 6 years ago
Closed 6 years ago
Stopping the composition recorder when returning frames to memory prevents it from starting again
Categories
(Core :: Performance: General, defect)
Core
Performance: General
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
Details
Attachments
(1 file)
Calling windowUtils.startCompositionRecording()
followed by windowUtils.stopCompositionRecording(false)
will cause the CompositorBridgeParent to think that there is still a composition recorder and thus it cannot be restarted.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bf5accff98e
Mark composition recorder as stopped when stopping it r=mstange
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•