Bug 1291662 - Mark the flyweb system add-on as e10s compatible as it already is. r?mconley draft
authorMark Banner <standard8@mozilla.com>
Wed, 03 Aug 2016 12:40:36 +0100
changeset 396128 c0da15747e29155d3d165b1d9aea81d2af80a64a
parent 396127 555caa0082c342c60830261ecba4c4068122207e
child 527135 3accef7d3631dfd8a9083c0422c96a30256ae45d
push id24929
push userbmo:standard8@mozilla.com
push dateWed, 03 Aug 2016 11:49:58 +0000
reviewersmconley
bugs1291662
milestone51.0a1
Bug 1291662 - Mark the flyweb system add-on as e10s compatible as it already is. r?mconley MozReview-Commit-ID: 75Ic6TqRFsS
browser/extensions/flyweb/install.rdf.in
--- a/browser/extensions/flyweb/install.rdf.in
+++ b/browser/extensions/flyweb/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>flyweb@mozilla.org</em:id>
     <em:version>1.0.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>