[Webkit-unassigned] [Bug 53448] New: Some favicons not correctly decoded by Chromium/Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 13:01:11 PST 2011


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

           Summary: Some favicons not correctly decoded by Chromium/Mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: maf at chromium.org


What steps will reproduce the problem?
1. Bookmark "www.frys.com" in a Chromium-based browser.

Actual: No favicon show up. It is blank.
Expected: Show Favicon. 

See chromium bug http://code.google.com/p/chromium/issues/detail?id=34797

The code responsible is Mac/Chromium specific code in the WebKit tree, specifically in WebKit/chromium/src/WebImageCG.cpp.
The fix is to change the implementation of WebImage::fromData() to be more discriminating, using equivalent code to the WebImageSkia implementation.

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