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 | == textarea-valid.html textarea-ref.html |
michael@0 | 2 | fuzzy(11,4) == textarea-customerror.html textarea-ref.html |
michael@0 | 3 | fails-if(Android||B2G) == textarea-disabled.html textarea-ref.html |
michael@0 | 4 | fuzzy(11,4) fails-if(Android||B2G) == textarea-dyn-disabled.html textarea-ref.html |
michael@0 | 5 | fuzzy(11,4) == textarea-dyn-not-disabled.html textarea-ref.html |
michael@0 | 6 | == textarea-readonly.html textarea-ref.html |
michael@0 | 7 | fuzzy(11,4) == textarea-dyn-readonly.html textarea-ref.html |
michael@0 | 8 | fuzzy(11,4) == textarea-dyn-not-readonly.html textarea-ref.html |
michael@0 | 9 | == textarea-maxlength-valid.html textarea-ref.html |
michael@0 | 10 | == textarea-maxlength-invalid.html textarea-withtext-ref.html |
michael@0 | 11 | == textarea-required-valid.html textarea-withtext-ref.html |
michael@0 | 12 | == textarea-required-invalid.html textarea-ref.html |
michael@0 | 13 | == textarea-disabled-fieldset-1.html textarea-fieldset-ref.html |
michael@0 | 14 | == textarea-disabled-fieldset-2.html textarea-fieldset-ref.html |
michael@0 | 15 | == textarea-fieldset-legend.html textarea-fieldset-legend-ref.html |