Thu, 15 Jan 2015 21:03:48 +0100
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" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
5 <em:id>tile@roy</em:id>
6 <em:name>tile</em:name>
7 <em:version>1.0</em:version>
8 <em:creator>Roy</em:creator>
9 <em:targetApplication>
10 <Description>
11 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
12 <em:minVersion>1.5</em:minVersion>
13 <em:maxVersion>3.5.*</em:maxVersion>
14 </Description>
15 </em:targetApplication>
16 </Description>
17 </RDF>