[Webkit-unassigned] [Bug 48781] Add a resourceload delegate method to query if WebCore should paint the default broken image for failed images.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 15:46:39 PDT 2010


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


Yongjun Zhang <yongjun_zhang at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #72577|                            |review?
               Flag|                            |




--- Comment #2 from Yongjun Zhang <yongjun_zhang at apple.com>  2010-11-01 15:46:38 PST ---
Created an attachment (id=72577)
 --> (https://bugs.webkit.org/attachment.cgi?id=72577&action=review)
Add new method shouldPaintBrokenImageWithError for FrameLoaderClient;

The patch implements shouldPaintBrokenImageWithError for mac, for other ports, it just makes a empty implementation.

I am not sure if it is the best way to add error code enums in CachedImage.h, I can move the error codes to a dedicated header file is that is preferred.

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