[Pkg-mozext-commits] [greasemonkey] 23/62: Disable e10s shims

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 4ae802bb1246474d38b0feeb22fbc5c308a37f0d
Author: The8472 <git at infinite-source.de>
Date:   Mon Aug 17 22:09:52 2015 +0200

    Disable e10s shims
    
    https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#multiprocessCompatible
    
    Disables addon compatibility shims in firefox.
    
    It should improve performance and/or catch any remaining
    incompatibilities.
---
 install.rdf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install.rdf b/install.rdf
index 66b9561..99fe4d2 100644
--- a/install.rdf
+++ b/install.rdf
@@ -12,6 +12,7 @@
     <em:optionsURL>chrome://greasemonkey/content/options.xul</em:optionsURL>
     <em:iconURL>chrome://greasemonkey/skin/icon32.png</em:iconURL>
     <em:type>2</em:type>
+    <em:multiprocessCompatible>true</em:multiprocessCompatible>
 
     <em:name>Greasemonkey</em:name>
     <em:description>A User Script Manager for Firefox</em:description>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list