| Index: webkit/glue/plugins/plugin_list_mac.mm
|
| diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm
|
| index e3f27c4be54e70f42a69136c23642b25999a4591..9bde55b447e395012b4600d7281cfa020efc5c06 100644
|
| --- a/webkit/glue/plugins/plugin_list_mac.mm
|
| +++ b/webkit/glue/plugins/plugin_list_mac.mm
|
| @@ -85,6 +85,8 @@ bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info,
|
| const char* blacklisted_plugin_mimes[] = {
|
| "application/x-director", // Crashes during initialization.
|
| "application/x-googlegears", // Safari-specific.
|
| + "application/x-id-quakelive", // Crashes on load.
|
| + "application/x-vnd.movenetworks.qm", // Crashes on Snow Leopard.
|
| "application/vnd.o3d.auto", // Doesn't render, and having it
|
| // detected can prevent fallbacks.
|
| };
|
| @@ -103,6 +105,7 @@ bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info,
|
| "application/x-shockwave-flash",
|
| "application/x-silverlight",
|
| "application/x-webkit-test-netscape",
|
| + "video/quicktime",
|
| };
|
|
|
| // Start with names.
|
|
|