From 26d3a821a84a8e604d365d9a9c5f7355664001a6 Mon Sep 17 00:00:00 2001 From: Benoit Girard Date: Thu, 7 Jun 2012 13:27:15 -0400 Subject: [PATCH] Bug 756253 - Disable flash placeholder on zooming because of thread safety problems and heap corruption. r=snop --HG-- extra : rebase_source : f63f26abceaff3ae826967b9e1a08fa88ddf1b35 --- mobile/android/app/mobile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index dad4dc56cbe..67e6f83d8e9 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -438,7 +438,10 @@ pref("dom.ipc.plugins.enabled", true); #endif 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 // higher values give content process less CPU time