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.
1 # PngSuite - Chunk ordering
2 #
3 # The resulting images of a type (color or grayscale) should all look the
4 # same, so they share common HTML reference files.
6 # oi1n0g16 - grayscale mother image with 1 idat-chunk
7 fails-if(Android) == oi1n0g16.png grayscale.html
8 # oi1n2c16 - color mother image with 1 idat-chunk
9 fails-if(Android) == oi1n2c16.png color.html
10 # oi2n0g16 - grayscale image with 2 idat-chunks
11 fails-if(Android) == oi2n0g16.png grayscale.html
12 # oi2n2c16 - color image with 2 idat-chunks
13 fails-if(Android) == oi2n2c16.png color.html
14 # oi4n0g16 - grayscale image with 4 unequal sized idat-chunks
15 fails-if(Android) == oi4n0g16.png grayscale.html
16 # oi4n2c16 - color image with 4 unequal sized idat-chunks
17 fails-if(Android) == oi4n2c16.png color.html
18 # oi9n0g16 - grayscale image with all idat-chunks length one
19 fails-if(Android) == oi9n0g16.png grayscale.html
20 # oi9n2c16 - color image with all idat-chunks length one
21 fails-if(Android) == oi9n2c16.png color.html