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

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

Issue 633793002: Prompt for granting permission to access USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked float literals to fix Windows build. Created 6 years, 2 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
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="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none">
3 <dependencies>
4 <deployment defaultVersion="1060" identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="DevicePermis sionsViewController">
9 <connections>
10 <outlet property="cancelButton_" destination="15" id="coa-ad-ZQs "/>
11 <outlet property="deviceNameColumn_" destination="43" id="6n4-hW -mJ8"/>
12 <outlet property="okButton_" destination="14" id="nfH-Ii-7L2"/>
13 <outlet property="promptField_" destination="34" id="M6B-U7-6qF" />
14 <outlet property="scrollView_" destination="38" id="5M4-1o-N04"/ >
15 <outlet property="serialNumberColumn_" destination="44" id="O1u- Zs-JLa"/>
16 <outlet property="tableView_" destination="39" id="kVr-kl-EXb"/>
17 <outlet property="titleField_" destination="10" id="dbx-yV-40H"/ >
18 <outlet property="view" destination="1" id="Cr1-cc-ymz"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
22 <customObject id="-3" userLabel="Application"/>
23 <customView id="1">
24 <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
25 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexible MinY="YES"/>
26 <subviews>
27 <textField verticalHuggingPriority="750" id="10">
28 <rect key="frame" x="18" y="233" width="444" height="19"/>
29 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
30 <textFieldCell key="cell" scrollable="YES" lineBreakMode="cl ipping" sendsActionOnEndEditing="YES" title="Title" id="11">
31 <font key="font" metaFont="system" size="15"/>
32 <color key="textColor" name="controlTextColor" catalog=" System" colorSpace="catalog"/>
33 <color key="backgroundColor" name="controlColor" catalog ="System" colorSpace="catalog"/>
34 </textFieldCell>
35 </textField>
36 <button id="14" customClass="ConstrainedWindowButton">
37 <rect key="frame" x="364" y="20" width="96" height="28"/>
38 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
39 <buttonCell key="cell" type="square" title="Select" bezelSty le="shadowlessSquare" image="9D89E056-1E1B-4DF5-AEFB-820DB836E49D" alignment="ce nter" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="17" c ustomClass="ConstrainedWindowButtonCell">
40 <behavior key="behavior" pushIn="YES" lightByBackground= "YES" lightByGray="YES"/>
41 <font key="font" metaFont="system"/>
42 </buttonCell>
43 <connections>
44 <action selector="ok:" target="-2" id="PB8-dN-YhU"/>
45 </connections>
46 </button>
47 <button id="15" customClass="ConstrainedWindowButton">
48 <rect key="frame" x="258" y="20" width="96" height="28"/>
49 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
50 <buttonCell key="cell" type="square" title="Cancel" bezelSty le="shadowlessSquare" alignment="center" state="on" borderStyle="border" imageSc aling="proportionallyDown" inset="2" id="16" customClass="ConstrainedWindowButto nCell">
51 <behavior key="behavior" pushIn="YES" lightByBackground= "YES" lightByGray="YES"/>
52 <font key="font" metaFont="system"/>
53 <string key="keyEquivalent" base64-UTF8="YES">
54 DQ
55 </string>
56 </buttonCell>
57 <connections>
58 <action selector="cancel:" target="-2" id="AJw-0Q-hix"/>
59 </connections>
60 </button>
61 <textField verticalHuggingPriority="750" id="34">
62 <rect key="frame" x="18" y="210" width="444" height="17"/>
63 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
64 <textFieldCell key="cell" scrollable="YES" lineBreakMode="cl ipping" sendsActionOnEndEditing="YES" title="User action prompt." id="35">
65 <font key="font" metaFont="system"/>
66 <color key="textColor" name="controlTextColor" catalog=" System" colorSpace="catalog"/>
67 <color key="backgroundColor" name="controlColor" catalog ="System" colorSpace="catalog"/>
68 </textFieldCell>
69 </textField>
70 <scrollView autohidesScrollers="YES" horizontalLineScroll="19" h orizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPre dominantAxisScrolling="NO" id="38">
71 <rect key="frame" x="20" y="56" width="440" height="146"/>
72 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
73 <clipView key="contentView" id="p8A-88-3gJ">
74 <rect key="frame" x="1" y="17" width="438" height="128"/ >
75 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
76 <subviews>
77 <tableView verticalHuggingPriority="750" allowsExpan sionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES " multipleSelection="NO" autosaveColumns="NO" headerView="41" id="39">
78 <rect key="frame" x="0.0" y="0.0" width="438" he ight="128"/>
79 <autoresizingMask key="autoresizingMask"/>
80 <size key="intercellSpacing" width="3" height="2 "/>
81 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
82 <color key="gridColor" name="gridColor" catalog= "System" colorSpace="catalog"/>
83 <tableColumns>
84 <tableColumn width="300" minWidth="300" maxW idth="1000" id="43">
85 <tableHeaderCell key="headerCell" lineBr eakMode="truncatingTail" borderStyle="border" alignment="left" title="Device Nam e">
86 <font key="font" metaFont="smallSyst em"/>
87 <color key="textColor" name="headerT extColor" catalog="System" colorSpace="catalog"/>
88 <color key="backgroundColor" white=" 0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
89 </tableHeaderCell>
90 <textFieldCell key="dataCell" lineBreakM ode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Tex t Cell" id="46">
91 <font key="font" metaFont="system"/>
92 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/>
93 <color key="backgroundColor" name="c ontrolBackgroundColor" catalog="System" colorSpace="catalog"/>
94 </textFieldCell>
95 <tableColumnResizingMask key="resizingMa sk" resizeWithTable="YES" userResizable="YES"/>
96 </tableColumn>
97 <tableColumn width="132" minWidth="100" maxW idth="1000" id="44">
98 <tableHeaderCell key="headerCell" lineBr eakMode="truncatingTail" borderStyle="border" alignment="left" title="Serial Num ber">
99 <font key="font" metaFont="smallSyst em"/>
100 <color key="textColor" name="headerT extColor" catalog="System" colorSpace="catalog"/>
101 <color key="backgroundColor" white=" 0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
102 </tableHeaderCell>
103 <textFieldCell key="dataCell" lineBreakM ode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Tex t Cell" id="45">
104 <font key="font" metaFont="system"/>
105 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="c ontrolBackgroundColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 <tableColumnResizingMask key="resizingMa sk" resizeWithTable="YES" userResizable="YES"/>
109 </tableColumn>
110 </tableColumns>
111 <connections>
112 <outlet property="dataSource" destination="- 2" id="HB6-2N-mpD"/>
113 </connections>
114 </tableView>
115 </subviews>
116 <color key="backgroundColor" name="controlBackgroundColo r" catalog="System" colorSpace="catalog"/>
117 </clipView>
118 <scroller key="horizontalScroller" hidden="YES" verticalHugg ingPriority="750" horizontal="YES" id="40">
119 <rect key="frame" x="1" y="130" width="438" height="15"/ >
120 <autoresizingMask key="autoresizingMask"/>
121 </scroller>
122 <scroller key="verticalScroller" hidden="YES" verticalHuggin gPriority="750" horizontal="NO" id="42">
123 <rect key="frame" x="224" y="17" width="15" height="102" />
124 <autoresizingMask key="autoresizingMask"/>
125 </scroller>
126 <tableHeaderView key="headerView" id="41">
127 <rect key="frame" x="0.0" y="0.0" width="438" height="17 "/>
128 <autoresizingMask key="autoresizingMask"/>
129 </tableHeaderView>
130 </scrollView>
131 </subviews>
132 </customView>
133 </objects>
134 <resources>
135 <image name="9D89E056-1E1B-4DF5-AEFB-820DB836E49D" width="1" height="1">
136 <mutableData key="keyedArchiveRepresentation">
137 YnBsaXN0MDDUAQIDBAUGPj9YJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK4HCBMU
138 GR4fIyQsLzI4O1UkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVw
139 c1dOU0NvbG9ygAKADRIgwwAAgAOAC1Z7MSwgMX3SFQoWGFpOUy5vYmplY3RzoReABIAK0hUKGh2iGxyA
140 BYAGgAkQANIgCiEiXxAUTlNUSUZGUmVwcmVzZW50YXRpb26AB4AITxCsTU0AKgAAAAoAAAANAQAAAwAA
141 AAEAAQAAAQEAAwAAAAEAAQAAAQIAAwAAAAIACAAIAQMAAwAAAAEAAQAAAQYAAwAAAAEAAQAAAREABAAA
142 AAEAAAAIARIAAwAAAAEAAQAAARUAAwAAAAEAAgAAARYAAwAAAAEAAQAAARcABAAAAAEAAAACARwAAwAA
143 AAEAAQAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAANIlJicoWiRjbGFzc25hbWVYJGNsYXNzZXNf
144 EBBOU0JpdG1hcEltYWdlUmVwoykqK18QEE5TQml0bWFwSW1hZ2VSZXBaTlNJbWFnZVJlcFhOU09iamVj
145 dNIlJi0uV05TQXJyYXmiLSvSJSYwMV5OU011dGFibGVBcnJheaMwLSvTMzQKNTY3V05TV2hpdGVcTlND
146 b2xvclNwYWNlRDAgMAAQA4AM0iUmOTpXTlNDb2xvcqI5K9IlJjw9V05TSW1hZ2WiPCtfEA9OU0tleWVk
147 QXJjaGl2ZXLRQEFUcm9vdIABAAgAEQAaACMALQAyADcARgBMAFcAXgBlAHIAeQCBAIMAhQCKAIwAjgCV
148 AJoApQCnAKkAqwCwALMAtQC3ALkAuwDAANcA2QDbAYoBjwGaAaMBtgG6Ac0B2AHhAeYB7gHxAfYCBQIJ
149 AhACGAIlAioCLAIuAjMCOwI+AkMCSwJOAmACYwJoAAAAAAAAAgEAAAAAAAAAQgAAAAAAAAAAAAAAAAAA
150 Amo
151 </mutableData>
152 </image>
153 </resources>
154 </document>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698