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 <!DOCTYPE window>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
4 <grid>
5 <rows>
6 <row>
7 <box style="width: 25px; height: 25px" />
8 <box />
9 </row>
10 <row>
11 <box />
12 <box style="width: 75px; height: 75px" />
13 </row>
14 </rows>
15 <columns>
16 <column>
17 <box style="background: aqua" />
18 <box style="background: yellow; width: 50px; height: 50px" />
19 </column>
20 <column>
21 <box style="background: fuchsia; width: 100px; height: 100px" />
22 <box style="background: blue" />
23 </column>
24 </columns>
25 </grid>
26 </window>