annotate install.rdf @ 200:31249cbe4f19

Bug 629691 - pageloader.xpi does not support e10s for Tp chrome testing. r=jmaher
author Joel Maher <jmaher@mozilla.com>
date Sun, 30 Jan 2011 10:21:05 -0500
parents 59d4f04497dd
children 24604ae471f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
198
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
1 <?xml version="1.0"?>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
2
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
5 <Description about="urn:mozilla:install-manifest">
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
6 <em:id>pageloader@mozilla.org</em:id>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
7 <em:version>1.0</em:version>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
8 <em:targetApplication>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
9 <Description>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
10 <em:id>toolkit@mozilla.org</em:id>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
11 <em:minVersion>2.0b3pre</em:minVersion>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
12 <em:maxVersion>9.0</em:maxVersion>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
13 </Description>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
14 </em:targetApplication>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
15 <!-- Front End MetaData -->
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
16 <em:name>PageLoader extension</em:name>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
17 <em:description>Cycles through pages and measures load times</em:description>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
18 <em:creator>Vladimir Vukicevic</em:creator>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
19 </Description>
59d4f04497dd package into extension for profile, add direct file logging instead of stdout r=vlad
Joel Maher <jmaher@mozilla.com>
parents:
diff changeset
20 </RDF>