Bug 1291640 - Mark the e10s rollout system add-on as e10s compatible as it already is. r?felipe draft
authorMark Banner <standard8@mozilla.com>
Wed, 03 Aug 2016 11:54:52 +0100
changeset 396183 0a2b304bdd868d2e34743a7ba593df9af8765ab0
parent 396127 555caa0082c342c60830261ecba4c4068122207e
child 527152 9564eac5eb287351166b3a677b5f177d4a6bcf0b
push id24947
push userbmo:standard8@mozilla.com
push dateWed, 03 Aug 2016 15:27:49 +0000
reviewersfelipe
bugs1291640
milestone51.0a1
Bug 1291640 - Mark the e10s rollout system add-on as e10s compatible as it already is. r?felipe MozReview-Commit-ID: HDkCXN4QBGW
browser/extensions/e10srollout/install.rdf.in
--- a/browser/extensions/e10srollout/install.rdf.in
+++ b/browser/extensions/e10srollout/install.rdf.in
@@ -8,16 +8,17 @@
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>e10srollout@mozilla.org</em:id>
     <em:version>1.0</em:version>
     <em:type>2</em:type>
     <em:bootstrap>true</em:bootstrap>
+    <em:multiprocessCompatible>true</em:multiprocessCompatible>
 
     <!-- Target Application this theme can install into,
         with minimum and maximum supported versions. -->
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
         <em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion>