[Webkit-unassigned] [Bug 78239] Partially loaded JPEGs should have alpha channel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 11:01:36 PST 2012


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2012-02-09 11:01:36 PST ---
We don't create composited layers for images until the image is fully loaded (specifically until isLoaded() returns true, triggered by the notifyFinished() callback).  So I think we're fine on that front.

Any way to get test coverage for this, perhaps by using an http test configured to serve only part of the image?

-- 
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