widget/cocoa/resources/MainMenu.nib/info.nib

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

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 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     3 <plist version="1.0">
     4 <dict>
     5 	<key>IBDocumentLocation</key>
     6 	<string>159 127 356 240 0 0 1920 1178 </string>
     7 	<key>IBEditorPositions</key>
     8 	<dict>
     9 		<key>29</key>
    10 		<string>413 971 130 44 0 0 1920 1178 </string>
    11 	</dict>
    12 	<key>IBFramework Version</key>
    13 	<string>443.0</string>
    14 	<key>IBOpenObjects</key>
    15 	<array>
    16 		<integer>29</integer>
    17 	</array>
    18 	<key>IBSystem Version</key>
    19 	<string>8F46</string>
    20 </dict>
    21 </plist>

mercurial