Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: chrome/app/nibs/BookmarkAllTabs.xib

Issue 537553002: Make 'Bookmark all tabs' window able to minimize upto default size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> 2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data> 3 <data>
4 <int key="IBDocument.SystemTarget">1050</int> 4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">12B19</string> 5 <string key="IBDocument.SystemVersion">12B19</string>
6 <string key="IBDocument.InterfaceBuilderVersion">2549</string> 6 <string key="IBDocument.InterfaceBuilderVersion">2549</string>
7 <string key="IBDocument.AppKitVersion">1187</string> 7 <string key="IBDocument.AppKitVersion">1187</string>
8 <string key="IBDocument.HIToolboxVersion">624.00</string> 8 <string key="IBDocument.HIToolboxVersion">624.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns"> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 </object> 42 </object>
43 <object class="NSCustomObject" id="1003"> 43 <object class="NSCustomObject" id="1003">
44 <string key="NSClassName">FirstResponder</string > 44 <string key="NSClassName">FirstResponder</string >
45 </object> 45 </object>
46 <object class="NSCustomObject" id="1004"> 46 <object class="NSCustomObject" id="1004">
47 <string key="NSClassName">NSApplication</string> 47 <string key="NSClassName">NSApplication</string>
48 </object> 48 </object>
49 <object class="NSWindowTemplate" id="1005"> 49 <object class="NSWindowTemplate" id="1005">
50 <int key="NSWindowStyleMask">9</int> 50 <int key="NSWindowStyleMask">9</int>
51 <int key="NSWindowBacking">2</int> 51 <int key="NSWindowBacking">2</int>
52 » » » » <string key="NSWindowRect">{{196, 242}, {480, 26 8}}</string> 52 » » » » <string key="NSWindowRect">{{196, 240}, {580, 27 0}}</string>
53 <int key="NSWTFlags">536870912</int> 53 <int key="NSWTFlags">536870912</int>
54 <string key="NSWindowTitle">Bookmark All Tabs</s tring> 54 <string key="NSWindowTitle">Bookmark All Tabs</s tring>
55 <string key="NSWindowClass">NSWindow</string> 55 <string key="NSWindowClass">NSWindow</string>
56 <nil key="NSViewClass"/> 56 <nil key="NSViewClass"/>
57 <nil key="NSUserInterfaceItemIdentifier"/> 57 <nil key="NSUserInterfaceItemIdentifier"/>
58 » » » » <string key="NSWindowContentMinSize">{480, 244}< /string> 58 » » » » <string key="NSWindowContentMinSize">{331, 270}< /string>
59 <object class="NSView" key="NSWindowView" id="10 06"> 59 <object class="NSView" key="NSWindowView" id="10 06">
60 <reference key="NSNextResponder"/> 60 <reference key="NSNextResponder"/>
61 <int key="NSvFlags">256</int> 61 <int key="NSvFlags">256</int>
62 <object class="NSMutableArray" key="NSSu bviews"> 62 <object class="NSMutableArray" key="NSSu bviews">
63 <bool key="EncodedWithXMLCoder"> YES</bool> 63 <bool key="EncodedWithXMLCoder"> YES</bool>
64 <object class="NSCustomView" id= "138844528"> 64 <object class="NSCustomView" id= "138844528">
65 <reference key="NSNextRe sponder" ref="1006"/> 65 <reference key="NSNextRe sponder" ref="1006"/>
66 <int key="NSvFlags">289< /int> 66 <int key="NSvFlags">289< /int>
67 <object class="NSMutable Array" key="NSSubviews"> 67 <object class="NSMutable Array" key="NSSubviews">
68 <bool key="Encod edWithXMLCoder">YES</bool> 68 <bool key="Encod edWithXMLCoder">YES</bool>
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 <real value="1070" key="NS.object.0"/> 1297 <real value="1070" key="NS.object.0"/>
1298 </object> 1298 </object>
1299 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies"> 1299 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies">
1300 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string> 1300 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string>
1301 <integer value="3000" key="NS.object.0"/> 1301 <integer value="3000" key="NS.object.0"/>
1302 </object> 1302 </object>
1303 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool> 1303 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
1304 <int key="IBDocument.defaultPropertyAccessControl">3</int> 1304 <int key="IBDocument.defaultPropertyAccessControl">3</int>
1305 </data> 1305 </data>
1306 </archive> 1306 </archive>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698