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

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

Issue 2729603008: [Mac] Remove bookmark bar NIB (Closed)
Patch Set: CL comments Created 3 years, 9 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 | « chrome/app/nibs/BUILD.gn ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_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" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessCont rol="none">
3 <dependencies>
4 <deployment version="1090" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBarC ontroller">
10 <connections>
11 <outlet property="buttonView_" destination="62" id="65"/>
12 <outlet property="offTheSideButton_" destination="63" id="66"/>
13 <outlet property="view" destination="1" id="93"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
17 <customObject id="-3" userLabel="Application"/>
18 <customView hidden="YES" id="1" customClass="BookmarkBarToolbarView">
19 <rect key="frame" x="0.0" y="0.0" width="600" height="142"/>
20 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexible MinY="YES"/>
21 <subviews>
22 <button id="63" customClass="BookmarkButton">
23 <rect key="frame" x="586" y="2" width="20" height="24"/>
24 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" heightSizable="YES"/>
25 <buttonCell key="cell" type="square" bezelStyle="shadowlessS quare" imagePosition="overlaps" alignment="center" borderStyle="border" imageSca ling="proportionallyUpOrDown" inset="2" id="64" customClass="OffTheSideButtonCel l">
26 <behavior key="behavior" pushIn="YES" lightByBackground= "YES" lightByGray="YES"/>
27 </buttonCell>
28 <connections>
29 <action selector="openOffTheSideFolderFromButton:" targe t="-2" id="119"/>
30 <outlet property="delegate_" destination="-2" id="137"/>
31 </connections>
32 </button>
33 <customView id="62" customClass="BookmarkBarView">
34 <rect key="frame" x="0.0" y="-2" width="584" height="144"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
36 <subviews>
37 <customView hidden="YES" id="109" customClass="GTMWidthB asedTweaker">
38 <rect key="frame" x="0.0" y="103" width="596" height ="41"/>
39 <autoresizingMask key="autoresizingMask" flexibleMax X="YES"/>
40 <subviews>
41 <button id="106">
42 <rect key="frame" x="177" y="20" width="199" height="14"/>
43 <autoresizingMask key="autoresizingMask" fle xibleMaxX="YES"/>
44 <buttonCell key="cell" type="square" title=" ^IDS_BOOKMARK_BAR_IMPORT_LINK" bezelStyle="shadowlessSquare" imagePosition="over laps" alignment="left" controlSize="small" lineBreakMode="truncatingTail" imageS caling="proportionallyDown" inset="2" id="107" customClass="HyperlinkButtonCell" >
45 <behavior key="behavior" pushIn="YES" li ghtByBackground="YES" lightByGray="YES"/>
46 <font key="font" metaFont="smallSystem"/ >
47 </buttonCell>
48 <connections>
49 <action selector="importBookmarks:" targ et="-2" id="116"/>
50 </connections>
51 </button>
52 <textField verticalHuggingPriority="750" id="82" customClass="NSTextField">
53 <rect key="frame" x="5" y="20" width="167" h eight="14"/>
54 <autoresizingMask key="autoresizingMask" wid thSizable="YES"/>
55 <textFieldCell key="cell" controlSize="small " lineBreakMode="truncatingTail" enabled="NO" sendsActionOnEndEditing="YES" titl e="^IDS_BOOKMARKS_NO_ITEMS" id="83">
56 <font key="font" metaFont="smallSystem"/ >
57 <color key="textColor" name="controlText Color" catalog="System" colorSpace="catalog"/>
58 <color key="backgroundColor" name="contr olColor" catalog="System" colorSpace="catalog"/>
59 </textFieldCell>
60 <connections>
61 <outlet property="barView_" destination= "62" id="139"/>
62 </connections>
63 </textField>
64 </subviews>
65 <connections>
66 <outlet property="barView_" destination="62" id= "140"/>
67 </connections>
68 </customView>
69 </subviews>
70 <connections>
71 <outlet property="controller_" destination="-2" id="95"/ >
72 <outlet property="importBookmarksButton_" destination="1 06" id="136"/>
73 <outlet property="noItemContainer" destination="109" id= "117"/>
74 <outlet property="noItemTextfield_" destination="82" id= "87"/>
75 </connections>
76 </customView>
77 </subviews>
78 <connections>
79 <outlet property="controller_" destination="-2" id="92"/>
80 <outlet property="delegate_" destination="-2" id="101"/>
81 </connections>
82 </customView>
83 <customObject id="72" customClass="ChromeUILocalizer">
84 <connections>
85 <outlet property="owner_" destination="-2" id="86"/>
86 </connections>
87 </customObject>
88 <customObject id="110" customClass="GTMUILocalizerAndLayoutTweaker">
89 <connections>
90 <outlet property="localizerOwner_" destination="-2" id="111"/>
91 <outlet property="localizer_" destination="72" id="113"/>
92 <outlet property="uiObject_" destination="62" id="112"/>
93 </connections>
94 </customObject>
95 </objects>
96 </document>
OLDNEW
« no previous file with comments | « chrome/app/nibs/BUILD.gn ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698