Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
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 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <?xml-stylesheet href="data:text/css,
4 vbox { height: 50px; }
5 box {
6 -moz-appearance: button;
7 }
8 " type="text/css"?>
10 <window title="Reference for mini, small and regular button sizes"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12 <vbox>
13 <hbox><box width="79" height="16"/></hbox>
14 </vbox>
15 <vbox>
16 <hbox><box width="79" height="19"/></hbox>
17 </vbox>
18 <vbox>
19 <hbox><box width="79" height="22"/></hbox>
20 </vbox>
21 </window>