annotate install.rdf @ 204:4dec1e56c677

Bug 689518 - error in pageloader causes talos + e10s to timeout in certain cases. r=bear
author Joel Maher <jmaher@mozilla.com>
date Tue, 27 Sep 2011 09:29:52 -0400
parents 24604ae471f8
children
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>
203
24604ae471f8 Bug 687156 - update pageloader max version to * from 9.0. r=bear
Joel Maher <jmaher@mozilla.com>
parents: 198
diff changeset
12 <em:maxVersion>*</em:maxVersion>
198
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>