[Webkit-unassigned] [Bug 106842] adding support for DiscardablePixelRef for caching lazily decoded images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 13:24:24 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106842





--- Comment #51 from Nat Duca <nduca at chromium.org>  2013-01-25 13:26:18 PST ---
(From update of attachment 184799)
View in context: https://bugs.webkit.org/attachment.cgi?id=184799&action=review

> Source/WebKit/chromium/ChangeLog:8
> +        Adding DiscardableMemory preferences to WebSettings and new tests for ImageDecodingStore

Dont have a preference for this. Its either supported by the platform, or its not. Dont probe for support. Just try creating the discardable. It will fail if its not supported. Fall back to ashmem. Done.  Doing it the other way makes a mess.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list