From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BBB9B1384B4 for ; Thu, 12 Nov 2015 23:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AA9E21C0A3; Thu, 12 Nov 2015 23:40:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20FD221C0A3 for ; Thu, 12 Nov 2015 23:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2F4E33BE44 for ; Thu, 12 Nov 2015 23:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9601071 for ; Thu, 12 Nov 2015 23:39:58 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1447371570.2dddbba5b5d5ac1de8abe38c3cd337efc884d666.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/files/gentoo-default-prefs.js-2 X-VCS-Directories: www-client/firefox/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2dddbba5b5d5ac1de8abe38c3cd337efc884d666 X-VCS-Branch: master Date: Thu, 12 Nov 2015 23:39:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2c14568-6a84-4172-89de-208e15d817b3 X-Archives-Hash: 1814a8c9db31ff094211909e38ca1d38 commit: 2dddbba5b5d5ac1de8abe38c3cd337efc884d666 Author: Jory A. Pratt gentoo org> AuthorDate: Thu Nov 12 23:39:30 2015 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Nov 12 23:39:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2dddbba5 Force enable hwardware acceleration support www-client/firefox/files/gentoo-default-prefs.js-2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/files/gentoo-default-prefs.js-2 b/www-client/firefox/files/gentoo-default-prefs.js-2 index cbee8f0..ad8cbb5 100644 --- a/www-client/firefox/files/gentoo-default-prefs.js-2 +++ b/www-client/firefox/files/gentoo-default-prefs.js-2 @@ -15,6 +15,7 @@ pref("intl.locale.matchOS", true); pref("general.useragent.locale", "chrome://global/locale/intl.properties"); pref("extensions.autoDisableScopes", 0); pref("layout.css.dpi", 0); -pref("layers.offmainthreadcomposition.enabled", false); +pref("layers.acceleration.force-enabled", true); +pref("webgl.force-enabled", true);