[webkit-reviews] review granted: [Bug 38698] REGRESSION (r51617): when plugins are disabled, plugins show up as garbage characters : [Attachment 55307] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 15:31:54 PDT 2010


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 38698: REGRESSION (r51617): when plugins are disabled, plugins show up as
garbage characters
https://bugs.webkit.org/show_bug.cgi?id=38698

Attachment 55307: Patch
https://bugs.webkit.org/attachment.cgi?id=55307&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +	       if (!allowPlugins && [knownPluginMIMETypes()
containsObject:MIMEType])
> +		   return NO;

What if a plug-in registers for some basic MIME type like text/html?

r=me


More information about the webkit-reviews mailing list