Disabling layers.offmainthreadcomposition.enabled to workaround reported crashes
This commit is contained in:
parent
448ab662e1
commit
a6110e417b
@ -26,3 +26,4 @@ pref("media.gmp-gmpopenh264.enabled",false);
|
||||
pref("plugins.notifyMissingFlash", false);
|
||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
||||
pref("browser.display.use_system_colors", false);
|
||||
pref("layers.offmainthreadcomposition.enabled", false);
|
||||
|
@ -807,6 +807,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2015 Jan Horak <jhorak@redhat.com> - 40.0-4
|
||||
- Workaround for reported crashes (layers.offmainthreadcomposition.enabled set to false)
|
||||
|
||||
* Tue Aug 11 2015 Jan Horak <jhorak@redhat.com> - 40.0-3
|
||||
- Update to 40.0 Build 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user