Closed
Bug 1875364
Opened 1 year ago
Closed 1 year ago
Make recordings cache current filter rather than include for each event
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
We can/should also automatically set the current draw target/filter node when a new one is created, since we typically use it right away, and that can save another event. As well, make destruction use the current draw target/filter node.
Assignee | ||
Comment 2•1 year ago
|
||
This patch also makes it so that creating a new draw target or filter
node will set the current, as well as making destruction of a draw
target use the current pointer.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b6393478fdf6
Make recordings cache current filter rather than include for each event. r=gfx-reviewers,lsalzman
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•