Closed
Bug 1296448
Opened 8 years ago
Closed 3 years ago
Remove support for disabling image optimization using an environment variable
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
INVALID
People
(Reporter: seth, Unassigned)
References
Details
Attachments
(1 file)
1.50 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
Right now imgFrame::Optimize() checks if the environment variable MOZ_DISABLE_IMAGE_OPTIMIZE is set, and if so, disables image optimization. Nobody is using this, and it's not thread safe, so it stands in the way of optimizing imgFrames off-main-thread. Let's just rip it out.
Attachment #8782654 -
Flags: review?(edwin) → review+
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:aosmond, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: seth.bugzilla → nobody
Flags: needinfo?(aosmond)
Comment 3•3 years ago
|
||
This env var is already gone.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(aosmond)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•