Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: webkit/glue/plugins/plugin_list_mac.mm

Issue 414053: Merge 32668 - Update the Mac plugin whitelist/blacklist... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_list_mac.mm
===================================================================
--- webkit/glue/plugins/plugin_list_mac.mm (revision 32672)
+++ webkit/glue/plugins/plugin_list_mac.mm (working copy)
@@ -85,6 +85,8 @@
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 @@
"application/x-shockwave-flash",
"application/x-silverlight",
"application/x-webkit-test-netscape",
+ "video/quicktime",
};
// Start with names.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698