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

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

Issue 175025: Add a bare-bones extension shelf that displays extension items on OS X. (Closed)
Patch Set: Merge ToT, address more comments Created 11 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 | chrome/browser/cocoa/browser_window_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03">
3 <data>
4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">9L31a</string>
6 <string key="IBDocument.InterfaceBuilderVersion">677</string>
7 <string key="IBDocument.AppKitVersion">949.54</string>
8 <string key="IBDocument.HIToolboxVersion">353.00</string>
9 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
10 <bool key="EncodedWithXMLCoder">YES</bool>
11 <integer value="1"/>
12 </object>
13 <object class="NSArray" key="IBDocument.PluginDependencies">
14 <bool key="EncodedWithXMLCoder">YES</bool>
15 <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
16 </object>
17 <object class="NSMutableDictionary" key="IBDocument.Metadata">
18 <bool key="EncodedWithXMLCoder">YES</bool>
19 <object class="NSArray" key="dict.sortedKeys">
20 <bool key="EncodedWithXMLCoder">YES</bool>
21 </object>
22 <object class="NSMutableArray" key="dict.values">
23 <bool key="EncodedWithXMLCoder">YES</bool>
24 </object>
25 </object>
26 <object class="NSMutableArray" key="IBDocument.RootObjects" id=" 1000">
27 <bool key="EncodedWithXMLCoder">YES</bool>
28 <object class="NSCustomObject" id="1001">
29 <string key="NSClassName">ExtensionShelfControll er</string>
30 </object>
31 <object class="NSCustomObject" id="1003">
32 <string key="NSClassName">FirstResponder</string >
33 </object>
34 <object class="NSCustomObject" id="1004">
35 <string key="NSClassName">NSApplication</string>
36 </object>
37 <object class="NSCustomView" id="1005">
38 <reference key="NSNextResponder"/>
39 <int key="NSvFlags">268</int>
40 <string key="NSFrameSize">{400, 30}</string>
41 <reference key="NSSuperview"/>
42 <string key="NSClassName">DownloadShelfView</str ing>
43 </object>
44 </object>
45 <object class="IBObjectContainer" key="IBDocument.Objects">
46 <object class="NSMutableArray" key="connectionRecords">
47 <bool key="EncodedWithXMLCoder">YES</bool>
48 <object class="IBConnectionRecord">
49 <object class="IBOutletConnection" key=" connection">
50 <string key="label">view</string >
51 <reference key="source" ref="100 1"/>
52 <reference key="destination" ref ="1005"/>
53 </object>
54 <int key="connectionID">2</int>
55 </object>
56 </object>
57 <object class="IBMutableOrderedSet" key="objectRecords">
58 <object class="NSArray" key="orderedObjects">
59 <bool key="EncodedWithXMLCoder">YES</boo l>
60 <object class="IBObjectRecord">
61 <int key="objectID">0</int>
62 <object class="NSArray" key="obj ect" id="1002">
63 <bool key="EncodedWithXM LCoder">YES</bool>
64 </object>
65 <reference key="children" ref="1 000"/>
66 <nil key="parent"/>
67 </object>
68 <object class="IBObjectRecord">
69 <int key="objectID">-2</int>
70 <reference key="object" ref="100 1"/>
71 <reference key="parent" ref="100 2"/>
72 <string type="base64-UTF8" key=" objectName">RmlsZSdzIE93bmVyA</string>
73 </object>
74 <object class="IBObjectRecord">
75 <int key="objectID">-1</int>
76 <reference key="object" ref="100 3"/>
77 <reference key="parent" ref="100 2"/>
78 <string key="objectName">First R esponder</string>
79 </object>
80 <object class="IBObjectRecord">
81 <int key="objectID">-3</int>
82 <reference key="object" ref="100 4"/>
83 <reference key="parent" ref="100 2"/>
84 <string key="objectName">Applica tion</string>
85 </object>
86 <object class="IBObjectRecord">
87 <int key="objectID">1</int>
88 <reference key="object" ref="100 5"/>
89 <reference key="parent" ref="100 2"/>
90 </object>
91 </object>
92 </object>
93 <object class="NSMutableDictionary" key="flattenedProper ties">
94 <bool key="EncodedWithXMLCoder">YES</bool>
95 <object class="NSMutableArray" key="dict.sortedK eys">
96 <bool key="EncodedWithXMLCoder">YES</boo l>
97 <string>-1.IBPluginDependency</string>
98 <string>-2.IBPluginDependency</string>
99 <string>-3.IBPluginDependency</string>
100 <string>1.IBEditorWindowLastContentRect< /string>
101 <string>1.IBPluginDependency</string>
102 <string>1.WindowOrigin</string>
103 <string>1.editorWindowContentRectSynchro nizationRect</string>
104 </object>
105 <object class="NSMutableArray" key="dict.values" >
106 <bool key="EncodedWithXMLCoder">YES</boo l>
107 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
108 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
109 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
110 <string>{{21, 781}, {400, 30}}</string>
111 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
112 <string>{628, 654}</string>
113 <string>{{357, 416}, {480, 272}}</string >
114 </object>
115 </object>
116 <object class="NSMutableDictionary" key="unlocalizedProp erties">
117 <bool key="EncodedWithXMLCoder">YES</bool>
118 <object class="NSArray" key="dict.sortedKeys">
119 <bool key="EncodedWithXMLCoder">YES</boo l>
120 </object>
121 <object class="NSMutableArray" key="dict.values" >
122 <bool key="EncodedWithXMLCoder">YES</boo l>
123 </object>
124 </object>
125 <nil key="activeLocalization"/>
126 <object class="NSMutableDictionary" key="localizations">
127 <bool key="EncodedWithXMLCoder">YES</bool>
128 <object class="NSArray" key="dict.sortedKeys">
129 <bool key="EncodedWithXMLCoder">YES</boo l>
130 </object>
131 <object class="NSMutableArray" key="dict.values" >
132 <bool key="EncodedWithXMLCoder">YES</boo l>
133 </object>
134 </object>
135 <nil key="sourceID"/>
136 <int key="maxID">2</int>
137 </object>
138 <object class="IBClassDescriber" key="IBDocument.Classes">
139 <object class="NSMutableArray" key="referencedPartialCla ssDescriptions">
140 <bool key="EncodedWithXMLCoder">YES</bool>
141 <object class="IBPartialClassDescription">
142 <string key="className">DownloadShelfVie w</string>
143 <string key="superclassName">NSView</str ing>
144 <object class="IBClassDescriptionSource" key="sourceIdentifier">
145 <string key="majorKey">IBProject Source</string>
146 <string key="minorKey">browser/c ocoa/download_shelf_view.h</string>
147 </object>
148 </object>
149 <object class="IBPartialClassDescription">
150 <string key="className">ExtensionShelfCo ntroller</string>
151 <string key="superclassName">NSViewContr oller</string>
152 <object class="NSMutableDictionary" key= "actions">
153 <bool key="EncodedWithXMLCoder"> YES</bool>
154 <object class="NSMutableArray" k ey="dict.sortedKeys">
155 <bool key="EncodedWithXM LCoder">YES</bool>
156 <string>hide:</string>
157 <string>show:</string>
158 </object>
159 <object class="NSMutableArray" k ey="dict.values">
160 <bool key="EncodedWithXM LCoder">YES</bool>
161 <string>id</string>
162 <string>id</string>
163 </object>
164 </object>
165 <object class="NSMutableDictionary" key= "outlets">
166 <string key="NS.key.0">resizeDel egate_</string>
167 <string key="NS.object.0">id</st ring>
168 </object>
169 <object class="IBClassDescriptionSource" key="sourceIdentifier">
170 <string key="majorKey">IBProject Source</string>
171 <string key="minorKey">browser/c ocoa/extension_shelf_controller.h</string>
172 </object>
173 </object>
174 <object class="IBPartialClassDescription">
175 <string key="className">NSObject</string >
176 <object class="IBClassDescriptionSource" key="sourceIdentifier">
177 <string key="majorKey">IBProject Source</string>
178 <string key="minorKey">browser/c ocoa/status_bubble_mac.h</string>
179 </object>
180 </object>
181 <object class="IBPartialClassDescription">
182 <string key="className">NSObject</string >
183 <object class="IBClassDescriptionSource" key="sourceIdentifier">
184 <string key="majorKey">IBProject Source</string>
185 <string key="minorKey">browser/c ocoa/tab_strip_model_observer_bridge.h</string>
186 </object>
187 </object>
188 </object>
189 </object>
190 <int key="IBDocument.localizationMode">0</int>
191 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string>
192 <int key="IBDocument.defaultPropertyAccessControl">3</int>
193 </data>
194 </archive>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/browser_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698