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.
michael@0 | 1 | <!doctype> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>table-width-2</title> |
michael@0 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
michael@0 | 6 | </head> |
michael@0 | 7 | <body> |
michael@0 | 8 | |
michael@0 | 9 | <!-- See bug 459363 --> |
michael@0 | 10 | |
michael@0 | 11 | <p> |
michael@0 | 12 | <math> |
michael@0 | 13 | <mtable> |
michael@0 | 14 | <mtr> |
michael@0 | 15 | <mtd><mtext>|</mtext></mtd> |
michael@0 | 16 | <mtd><mrow style="width: 5em;"></mrow></mtd> |
michael@0 | 17 | <mtd><mtext>|</mtext></mtd> |
michael@0 | 18 | </mtr> |
michael@0 | 19 | </mtable> |
michael@0 | 20 | </math> |
michael@0 | 21 | </p> |
michael@0 | 22 | |
michael@0 | 23 | <p> |
michael@0 | 24 | <math> |
michael@0 | 25 | <mtable> |
michael@0 | 26 | <mtr> |
michael@0 | 27 | <mtd><mtext>|</mtext></mtd> |
michael@0 | 28 | <mtd><mrow style="width: 5em;"></mrow></mtd> |
michael@0 | 29 | <mtd><mtext>|</mtext></mtd> |
michael@0 | 30 | </mtr> |
michael@0 | 31 | </mtable> |
michael@0 | 32 | </math> |
michael@0 | 33 | </p> |
michael@0 | 34 | |
michael@0 | 35 | </body> |
michael@0 | 36 | </html> |