Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
9 <Description about="urn:mozilla:install-manifest">
10 <em:id>xulapp@toolness.com</em:id>
11 <em:version>1.0</em:version>
12 <em:type>2</em:type>
13 <em:bootstrap>true</em:bootstrap>
14 <em:unpack>false</em:unpack>
16 <!-- Firefox -->
17 <em:targetApplication>
18 <Description>
19 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
20 <em:minVersion>21.0</em:minVersion>
21 <em:maxVersion>25.0a1</em:maxVersion>
22 </Description>
23 </em:targetApplication>
25 <!-- Front End MetaData -->
26 <em:name>Test App</em:name>
27 <em:description>Harness for tests.</em:description>
28 <em:creator>Mozilla Corporation</em:creator>
29 <em:homepageURL></em:homepageURL>
30 <em:optionsType></em:optionsType>
31 <em:updateURL></em:updateURL>
32 </Description>
33 </RDF>