mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 543802 - blacklist common Xt plugins on Linux (VLC and Acrobat) so they are in-process, until we implement OOPP for Xt plugins, r=karlt
This commit is contained in:
parent
7ddb95dce2
commit
c170f53d5a
@ -1226,6 +1226,14 @@ pref("dom.ipc.plugins.timeoutSecs", 10);
|
||||
pref("dom.ipc.plugins.timeoutSecs", 0);
|
||||
#endif
|
||||
|
||||
#ifndef XP_MACOSX
|
||||
#ifdef XP_UNIX
|
||||
// Linux plugins using Xt instead of Xembed don't work out-of-process yet.
|
||||
pref("dom.ipc.plugins.enabled.libvlcplugin.so", false);
|
||||
pref("dom.ipc.plugins.enabled.nppdf.so", false);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
pref("svg.enabled", true);
|
||||
pref("svg.smil.enabled", true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user