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