Open
Bug 1095783
Opened 10 years ago
Updated 2 years ago
Always store retained data for frames that contain images, even if the image is not yet decoded
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: seth, Unassigned)
References
(Blocks 1 open bug)
Details
We'd like to be able to check if a frame is visible by testing whether it has retained data stored - in other words, whether it has a mapping to a layer. This currently almost works (and we use it in ImageLoader) except that frames that don't draw anything because the associated image isn't decoded don't get retained data. We should fix this so that this can be a reliable visibility test.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•