mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
4f84a9c167
commit
26d3a821a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user