Closed
Bug 1578164
Opened 6 years ago
Closed 6 years ago
use async notifications in most places when asking for a decode of an image
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(1 file)
We should probably be using async notifications everywhere that we can. img notifications observers don't always expect to be called recursively.
| Assignee | ||
Comment 1•6 years ago
|
||
Most of things will likely be no real change because they ask for the exact frame they want immediately before.
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3658fe275cf3
Use async notifications when requesting decode of an image in most places. r=aosmond
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → 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
•