Closed
Bug 1669286
Opened 4 years ago
Closed 4 years ago
Hold on to a Weak<T> for fonts so that we can memory report them.
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
Using PtrWeakHashSet is overkill for this because we only ever
add items and we know they're all unique, but it already exists
and is tested.
Assignee | ||
Comment 1•4 years ago
|
||
Using PtrWeakHashSet is overkill for this because we only ever
add items and we know they're all unique, but it already exists
and is tested.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03df2fdc9586
Hold on to a Weak<T> for fonts so that we can memory report them. r=gw
Comment 3•4 years ago
|
||
Backed out for WebRender bustages on Cargo.lock
Backout link: https://hg.mozilla.org/integration/autoland/rev/b8ab22bf585414678bf50d36a468c82a786ea86c
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=317700126&repo=autoland&lineNumber=413
Flags: needinfo?(jmuizelaar)
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8fe2a6e6bd4
Hold on to a Weak<T> for fonts so that we can memory report them. r=aosmond,gw
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(jmuizelaar)
You need to log in
before you can comment on or make changes to this bug.
Description
•