Open
Bug 1090309
Opened 11 years ago
Updated 3 years ago
CanvasImageCache seems to have duplicated memory pressure support
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
Details
Attachments
(1 file)
|
3.66 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
Bug 1042305 added a "memory-pressure" observer to CanvasImageCache, but CanvasImageCache inherits from nsExpirationTracker, which already has built-in memory pressure support thanks to bug 683517.
It looks like the new observer is unnecessary. Sotaro, can you confirm?
Attachment #8512732 -
Flags: review?(sotaro.ikeda.g)
| Reporter | ||
Updated•11 years ago
|
Attachment #8512732 -
Attachment is patch: true
Updated•11 years ago
|
Attachment #8512732 -
Flags: review?(sotaro.ikeda.g) → review+
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•