[Webkit-unassigned] [Bug 90375] Parallel image decoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 23:29:50 PDT 2012


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





--- Comment #43 from Huang Dongsung <luxtella at company100.net>  2012-07-26 23:29:51 PST ---
I encountered "You are not authorized to edit attachment 154812."
So, I commented it by hand. :)

(From update of attachment 154812 [details])
View in context: https://bugs.webkit.org/attachment.cgi?id=154812&action=review

> Source/WebCore/ChangeLog:140
> 2012-07-25  Alpha Lam  <hclam at chromium.org>
>
>        Remove destroyDecodedData() and decodedSize() from Image.

It is good, but it is not related to async image decoding.
How about patching this previously?


> Source/WebCore/platform/graphics/BitmapImage.h:95
>    bool m_hasAlpha : 1;
>    bool m_haveDefinedOrientation : 1;
>    bool m_haveDefinedDuration : 1;
>    bool m_haveDefinedIsComplete : 1;
>    bool m_haveDefinedHasAlpha : 1;

What is the purpose of these new variables?

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