view install.rdf @ 206:beca399c3a16

Bug 685632 - Please collect RSS (memory) data during Talos testing on Android. r=jlebar,njn
author Joel Maher <jmaher@mozilla.com>
date Wed, 09 Nov 2011 10:41:03 -0500
parents 24604ae471f8
children
line wrap: on
line source

<?xml version="1.0"?>

<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>pageloader@mozilla.org</em:id>
    <em:version>1.0</em:version>
    <em:targetApplication>
      <Description>
        <em:id>toolkit@mozilla.org</em:id>
       <em:minVersion>2.0b3pre</em:minVersion>
       <em:maxVersion>*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <!-- Front End MetaData -->
    <em:name>PageLoader extension</em:name>
    <em:description>Cycles through pages and measures load times</em:description>
    <em:creator>Vladimir Vukicevic</em:creator>
  </Description>
</RDF>