Closed
Bug 1404749
Opened 7 years ago
Closed 7 years ago
UnscaledFont cannot be released off the main thread at the moment
Categories
(Core :: Graphics: Layers, enhancement)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
Attachments
(1 file)
Due to issues described in bug 1404742. Currently (Un)ScaledFont objects cannot be released on the mainthread. In order to work around this issue, Matt has suggested releasing the capture drawtargets on the mainthread. This isn't optimal for performance. But it would take a blocker away from OMTP.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8914131 [details]
Bug 1404749: Release our DrawTargetCapture on the main thread.
https://reviewboard.mozilla.org/r/185456/#review190348
Maybe file a follow-up bug to investigate a better performing solution?
Attachment #8914131 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Matt Woodrow (:mattwoodrow) from comment #2)
> Comment on attachment 8914131 [details]
> Bug 1404749: Release our DrawTargetCapture on the main thread.
>
> https://reviewboard.mozilla.org/r/185456/#review190348
>
> Maybe file a follow-up bug to investigate a better performing solution?
That's the See Also bug :-)
Pushed by bschouten@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6ded48a735d5
Release our DrawTargetCapture on the main thread. r=mattwoodrow
![]() |
||
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•