Bug 756253 - Disable flash placeholder on zooming because of thread safety problems and heap corruption. r=snop

--HG--
extra : rebase_source : f63f26abceaff3ae826967b9e1a08fa88ddf1b35
This commit is contained in:
Benoit Girard 2012-06-07 13:27:15 -04:00
parent 4f84a9c167
commit 26d3a821a8

View File

@ -438,7 +438,10 @@ pref("dom.ipc.plugins.enabled", true);
#endif #endif
pref("plugins.click_to_play", true); pref("plugins.click_to_play", true);
pref("plugins.use_placeholder", 1); // Disabled because of thread safety problem
// in getting the bits from the surface.
// Bug 756253
pref("plugins.use_placeholder", 0);
// process priority // process priority
// higher values give content process less CPU time // higher values give content process less CPU time