[Webkit-unassigned] [Bug 56494] Uninitialized variable "useFallback" in WebCore/loader/SubframeLoader.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 16:00:59 PDT 2011


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





--- Comment #8 from Nate Chapin <japhet at chromium.org>  2011-03-24 16:00:59 PST ---
(In reply to comment #7)
> There was a cluster of related bugs that were saying one of the two things:
> 1) Scanned 300dpi patent pages on uspto.gov are displayed too large. Looking at steps to reproduce, I see that Safari 5.0.4 fails to load these on my machine for an unrelated reason, and Firefox crashes. Uh-oh.
> 2) Plugin from http://acordex.com/ wasn't used on these pages if installed.
> 
> None of these seemed to have anything to do with fallback. The markup looked something like:
> 
> <embed src="/.DImg?Docid=06702398&PageNum=1&IDKey=966709C39671&ImgFormat=tif" width="570" height="840" type=image/tiff></embed>

Ok, the example I'm using is very similar to that.  

I guess I'm just not sure what to do because I can't even get myself inside the loop starting at http://trac.webkit.org/browser/trunk/Source/WebCore/loader/SubframeLoader.cpp#L301.  I have trouble believing this code is dead now, but shouldUsePlugin() doesn't always get called when a plugin is loaded, and I can't figure out what the precise incantation is to get into shouldUsePlugin() with a mimeType parameter of "image/tiff"

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