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" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>XUL Grid Test</title>
7 <style type="text/css">
8 html { background: black; }
9 html, body { margin: 0; padding: 0; height: 100%; }
10 div { position: absolute; }
11 </style>
12 </head>
13 <body>
15 <div style="background: rgb(0, 102, 153);
16 bottom: 200px; height: 100px; right: 200px; width: 100px;" />
17 <div style="background: rgb(0, 0, 153);
18 bottom: 200px; height: 100px; left: 0px; right: 300px;" />
19 <div style="background: rgb(0, 0, 153);
20 bottom: 100px; height: 100px; left: 0px; width: 300px;" />
21 <div style="background: rgb(0, 0, 153);
22 bottom: 200px; height: 100px; right: 0px; width: 200px;" />
23 <div style="background: rgb(0, 255, 0);
24 top: 0px; bottom: 300px; right: 200px; width: 100px;" />
25 <div style="background: rgb(0, 255, 0);
26 top: 0px; height: 300px; right: 100px; width: 100px;" />
27 <div style="background: rgb(0, 255, 0);
28 bottom: 0px; height: 200px; right: 200px; width: 100px;" />
30 </body>
31 </html>