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 - Background colors
2 #
3 # Note 1: The first 4 images have no bKGD chunk, the last 4 do. The background
4 # color indicated by bKGD isn't used, so the two sets of images are rendered
5 # identically and thus share common reference HTML files.
7 # bgai4a08 - 8 bit grayscale, alpha, no background chunk, interlaced
8 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgai4a08.png bg__4a08.html
9 # bgai4a16 - 16 bit grayscale, alpha, no background chunk, interlaced
10 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgai4a16.png bg__4a16.html
11 # bgan6a08 - 3x8 bits rgb color, alpha, no background chunk
12 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgan6a08.png bg__6a08.html
13 # bgan6a16 - 3x16 bits rgb color, alpha, no background chunk
14 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgan6a16.png bg__6a16.html
15 # bgbn4a08 - 8 bit grayscale, alpha, black background chunk
16 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgbn4a08.png bg__4a08.html
17 # bggn4a16 - 16 bit grayscale, alpha, gray background chunk
18 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bggn4a16.png bg__4a16.html
19 # bgwn6a08 - 3x8 bits rgb color, alpha, white background chunk
20 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgwn6a08.png bg__6a08.html
21 # bgyn6a16 - 3x16 bits rgb color, alpha, yellow background chunk
22 fails-if(Android) fuzzy-if(cocoaWidget,1,1024) == wrapper.html?bgyn6a16.png bg__6a16.html