From 17074d4fb32ce9ab0ed335ec30b8bf1d77e2d4f2 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 30 Aug 2015 09:29:15 +0000 Subject: Bump PKGREVISION * Set layers.offmainthreadcomposition.enabled=false by default. Improve stability. --- www/firefox/Makefile | 3 ++- www/firefox/distinfo | 3 ++- www/firefox/patches/patch-modules_libpref_init_all.js | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 www/firefox/patches/patch-modules_libpref_init_all.js (limited to 'www') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f121cdd03a6..96be25f6231 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2015/08/29 12:11:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.225 2015/08/30 09:29:15 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 40.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .3 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 59ce23143ba..24750a3104e 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.213 2015/08/29 12:11:22 ryoon Exp $ +$NetBSD: distinfo,v 1.214 2015/08/30 09:29:15 ryoon Exp $ SHA1 (firefox-40.0.3.source.tar.bz2) = 6ddda46bd6540ab3ae932fbb5ffec8e9a85cab13 RMD160 (firefox-40.0.3.source.tar.bz2) = 640b728067690744fc979093018f19d3b1fd546c @@ -129,6 +129,7 @@ SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503 SHA1 (patch-mobile_android_installer_Makefile.in) = 3d6b7ea3fc6249f2f8ebc88f15f34495a0ef41d6 SHA1 (patch-mobile_android_installer_package-manifest.in) = 5826a6585e76eecad46e8c8bf3a9c4ded61b5748 SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a +SHA1 (patch-modules_libpref_init_all.js) = a7043f9ed33aa00a57ae7c6ac76e072e32257aeb SHA1 (patch-netwerk_base_nsNetUtil.h) = e80f40b048e4628876ceb1a5ca90f7b07862d9ab SHA1 (patch-netwerk_dns_moz.build) = 447ea9652f67cb5e48ea14a725c4cf45647eec6b SHA1 (patch-netwerk_protocol_http_Http2Session.cpp) = bd58c580aface92714a16cc533d69541ae31deef diff --git a/www/firefox/patches/patch-modules_libpref_init_all.js b/www/firefox/patches/patch-modules_libpref_init_all.js new file mode 100644 index 00000000000..ca7977e39f8 --- /dev/null +++ b/www/firefox/patches/patch-modules_libpref_init_all.js @@ -0,0 +1,13 @@ +$NetBSD: patch-modules_libpref_init_all.js,v 1.1 2015/08/30 09:29:15 ryoon Exp $ + +--- modules/libpref/init/all.js.orig 2015-08-26 09:39:08.000000000 +0000 ++++ modules/libpref/init/all.js +@@ -4048,7 +4048,7 @@ pref("layers.max-active", -1); + pref("layers.tiles.adjust", true); + + // Set the default values, and then override per-platform as needed +-pref("layers.offmainthreadcomposition.enabled", true); ++pref("layers.offmainthreadcomposition.enabled", false); + // Compositor target frame rate. NOTE: If vsync is enabled the compositor + // frame rate will still be capped. + // -1 -> default (match layout.frame_rate or 60 FPS) -- cgit v1.2.3