mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Enable direct plugin drawing by default. (bug 1229961 part 2, r=aklotz)
--HG-- extra : rebase_source : fc718a29224cc5555b36e0ff732de40271a688e8
This commit is contained in:
parent
d8db9b6470
commit
82b126c625
@ -2589,7 +2589,7 @@ pref("dom.ipc.plugins.asyncInit.enabled", true);
|
||||
#endif
|
||||
|
||||
// Allow the AsyncDrawing mode to be used for plugins.
|
||||
pref("dom.ipc.plugins.asyncdrawing.enabled", false);
|
||||
pref("dom.ipc.plugins.asyncdrawing.enabled", true);
|
||||
|
||||
pref("dom.ipc.processCount", 1);
|
||||
|
||||
@ -3173,9 +3173,6 @@ pref("plugin.scan.WindowsMediaPlayer", "7.0");
|
||||
// Which is currently HKLM\Software\MozillaPlugins\xxxPLIDxxx\Path
|
||||
pref("plugin.scan.plid.all", true);
|
||||
|
||||
// Allow the new AsyncDrawing mode to be used for plugins.
|
||||
pref("plugin.allow.asyncdrawing", false);
|
||||
|
||||
// Help Windows NT, 2000, and XP dialup a RAS connection
|
||||
// when a network address is unreachable.
|
||||
pref("network.autodial-helper.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user