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 | <?xml version="1.0" ?> |
michael@0 | 2 | <!DOCTYPE Test [ |
michael@0 | 3 | <!ATTLIST test id ID #REQUIRED> |
michael@0 | 4 | <!ATTLIST foo:test id ID #REQUIRED> |
michael@0 | 5 | <!ATTLIST foo2:test id ID #REQUIRED> |
michael@0 | 6 | <!ATTLIST bar:test id ID #REQUIRED> |
michael@0 | 7 | ]> |
michael@0 | 8 | |
michael@0 | 9 | <!-- Comment --> |
michael@0 | 10 | |
michael@0 | 11 | <?This-is-a-PI ?> |
michael@0 | 12 | |
michael@0 | 13 | <root xmlns:foo="foo" |
michael@0 | 14 | xmlns:bar="bar" |
michael@0 | 15 | xmlns:foo2="foo"> |
michael@0 | 16 | |
michael@0 | 17 | <test id="test1"> |
michael@0 | 18 | </test> |
michael@0 | 19 | |
michael@0 | 20 | <test id="test2"> |
michael@0 | 21 | <!-- Another comment --> |
michael@0 | 22 | <test id="test3"> |
michael@0 | 23 | </test> |
michael@0 | 24 | |
michael@0 | 25 | <test id="test4" xmlns="foo"> |
michael@0 | 26 | <test id="test5"> |
michael@0 | 27 | </test> |
michael@0 | 28 | |
michael@0 | 29 | <bar:test id="test6" /> |
michael@0 | 30 | </test> |
michael@0 | 31 | |
michael@0 | 32 | <foo:test id="test7"> |
michael@0 | 33 | </foo:test> |
michael@0 | 34 | |
michael@0 | 35 | <foo2:test id="test8"> |
michael@0 | 36 | <?Another-PI ?> |
michael@0 | 37 | <baz /> |
michael@0 | 38 | </foo2:test> |
michael@0 | 39 | |
michael@0 | 40 | <bar:test id="test9"> |
michael@0 | 41 | </bar:test> |
michael@0 | 42 | </test> |
michael@0 | 43 | |
michael@0 | 44 | <foo:test id="test10"> |
michael@0 | 45 | <foo2:test id="test11"> |
michael@0 | 46 | <bar:test id="test12"> |
michael@0 | 47 | </bar:test> |
michael@0 | 48 | </foo2:test> |
michael@0 | 49 | </foo:test> |
michael@0 | 50 | |
michael@0 | 51 | <foo2:test id="test13"> |
michael@0 | 52 | </foo2:test> |
michael@0 | 53 | |
michael@0 | 54 | <bar:test id="test14"> |
michael@0 | 55 | </bar:test> |
michael@0 | 56 | |
michael@0 | 57 | </root> |
michael@0 | 58 |