[Webkit-unassigned] [Bug 39323] Repro crash with many Google image search results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 14:54:56 PDT 2010


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





--- Comment #1 from Brady Eidson <beidson at apple.com>  2010-05-18 14:54:56 PST ---
This will only happen on sites that use an <iframe> but set the src to a plugin.

<iframe src="foo.swf">, for example.

I have a patch coming up that will replace the plugin document with a sink document that just throws the data away and renders nothing.

In a future world, we should detect the case of "would we use a plugin document for this?" earlier and cut off the load, and do so as early as possible after we know the mime type.

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