testing/mochitest/roboextender/install.rdf

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <?xml version="1.0"?>
     2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     3     <Description about="urn:mozilla:install-manifest">
     4         <em:id>roboextender@mozilla.org</em:id>
     5         <em:type>2</em:type>
     6         <em:name>Robocop Extender</em:name>
     7         <em:version>1.0</em:version>
     8         <em:bootstrap>true</em:bootstrap>
     9         <em:creator>Joel Maher</em:creator>
    10         <em:targetApplication>
    11             <Description>
    12                <em:id>toolkit@mozilla.org</em:id>
    13                <em:minVersion>10.0</em:minVersion>
    14                <em:maxVersion>*</em:maxVersion>
    15             </Description>
    16         </em:targetApplication>
    17     </Description>
    18 </RDF>

mercurial