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

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

Issue 2171713002: Safe browsing subresource filter bubble UI skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verified xib file Created 4 years, 4 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="5053" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none">
3 <dependencies>
4 <deployment version="1090" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 3"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="ContentSetti ngBubbleController">
10 <connections>
11 <outlet property="bubble_" destination="4" id="5"/>
12 <outlet property="doneButton_" destination="17" id="32"/>
13 <outlet property="manageButton_" destination="15" id="31"/>
14 <outlet property="titleLabel_" destination="7" id="30"/>
15 <outlet property="window" destination="1" id="3"/>
16 </connections>
17 </customObject>
18 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
19 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
20 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" oneS hot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default " id="1" customClass="InfoBubbleWindow">
21 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniatu rizable="YES" resizable="YES"/>
22 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottom Strut="YES"/>
23 <rect key="contentRect" x="196" y="376" width="316" height="134"/>
24 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
25 <view key="contentView" id="2">
26 <rect key="frame" x="0.0" y="0.0" width="316" height="134"/>
27 <autoresizingMask key="autoresizingMask"/>
28 <subviews>
29 <customView id="4" customClass="InfoBubbleView">
30 <rect key="frame" x="0.0" y="0.0" width="316" height="13 4"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
32 <subviews>
33 <customView id="29" customClass="GTMWidthBasedTweake r">
34 <rect key="frame" x="193" y="0.0" width="123" he ight="41"/>
35 <autoresizingMask key="autoresizingMask" flexibl eMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
36 <subviews>
37 <button verticalHuggingPriority="750" id="17 ">
38 <rect key="frame" x="39" y="13" width="7 0" height="28"/>
39 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
40 <buttonCell key="cell" type="push" title ="^IDS_OK" bezelStyle="rounded" alignment="center" controlSize="small" borderSty le="border" imageScaling="proportionallyDown" inset="2" id="18">
41 <behavior key="behavior" pushIn="YES " lightByBackground="YES" lightByGray="YES"/>
42 <font key="font" metaFont="smallSyst em"/>
43 <string key="keyEquivalent" base64-U TF8="YES">
44 DQ
45 </string>
46 </buttonCell>
47 <connections>
48 <action selector="closeBubble:" targ et="-2" id="26"/>
49 </connections>
50 </button>
51 </subviews>
52 </customView>
53 <customView id="28" customClass="GTMWidthBasedTweake r">
54 <rect key="frame" x="0.0" y="0.0" width="192" he ight="41"/>
55 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
56 <subviews>
57 <button verticalHuggingPriority="750" id="15 ">
58 <rect key="frame" x="15" y="13" width="1 15" height="28"/>
59 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
60 <buttonCell key="cell" type="push" title ="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" bezelStyle="rounded" alignment= "center" controlSize="small" borderStyle="border" imageScaling="proportionallyDo wn" inset="2" id="16">
61 <behavior key="behavior" pushIn="YES " lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="smallSyst em"/>
63 </buttonCell>
64 <connections>
65 <action selector="manageBlocking:" t arget="-2" id="25"/>
66 </connections>
67 </button>
68 </subviews>
69 </customView>
70 <textField verticalHuggingPriority="750" id="7">
71 <rect key="frame" x="17" y="100" width="282" hei ght="14"/>
72 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMinY="YES"/>
73 <textFieldCell key="cell" controlSize="small" se ndsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLAN ATION" id="8">
74 <font key="font" metaFont="smallSystem"/>
75 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/>
76 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/>
77 </textFieldCell>
78 </textField>
79 </subviews>
80 </customView>
81 </subviews>
82 </view>
83 <connections>
84 <outlet property="delegate" destination="-2" id="6"/>
85 </connections>
86 </window>
87 <customObject id="20" customClass="ChromeUILocalizer"/>
88 <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker">
89 <connections>
90 <outlet property="localizer_" destination="20" id="22"/>
91 <outlet property="uiObject_" destination="1" id="23"/>
92 </connections>
93 </customObject>
94 </objects>
95 </document>
OLDNEW
« no previous file with comments | « chrome/app/nibs/BUILD.gn ('k') | chrome/browser/content_settings/tab_specific_content_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698