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.
1 #include <winnt.h>
2 #include <WinUser.h>
3 #include <CommCtrl.h>
5 #define marg 7
6 #undef bXSize
7 #undef bYSize
8 #define bXSize 64
9 #define bYSize 14
10 #define bDotsSize 20
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
14 #undef xSize2
15 #undef ySize2
16 #undef xSize
17 #undef ySize
18 #undef bXPos
19 #undef bYPos
20 #undef b1XPos
21 #undef b1YPos
22 #undef b2XPos
23 #undef b2YPos
24 #undef b3XPos
25 #undef b3YPos
26 #undef gPos
27 #undef gPos2
28 #undef gSpace
29 #undef gSize
30 #undef marg2
31 #undef marg3
34 #define MY_MODAL_DIALOG_STYLE STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
35 #define MY_PAGE_STYLE STYLE DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
37 #define MY_FONT FONT 8, "MS Shell Dlg"