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

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

Issue 2220573004: Caption for the Subresource filter bubble prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: xib 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
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 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"> 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5053" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none">
3 <dependencies> 3 <dependencies>
4 <deployment version="1090" identifier="macosx"/> 4 <deployment version="1090" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/> 5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 3"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 3"/>
7 </dependencies> 7 </dependencies>
8 <objects> 8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="ContentSetti ngBubbleController"> 9 <customObject id="-2" userLabel="File's Owner" customClass="ContentSetti ngBubbleController">
10 <connections> 10 <connections>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <behavior key="behavior" pushIn="YES " lightByBackground="YES" lightByGray="YES"/> 61 <behavior key="behavior" pushIn="YES " lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="smallSyst em"/> 62 <font key="font" metaFont="smallSyst em"/>
63 </buttonCell> 63 </buttonCell>
64 <connections> 64 <connections>
65 <action selector="manageBlocking:" t arget="-2" id="25"/> 65 <action selector="manageBlocking:" t arget="-2" id="25"/>
66 </connections> 66 </connections>
67 </button> 67 </button>
68 </subviews> 68 </subviews>
69 </customView> 69 </customView>
70 <textField verticalHuggingPriority="750" id="7"> 70 <textField verticalHuggingPriority="750" id="7">
71 <rect key="frame" x="17" y="100" width="282" hei ght="14"/> 71 <rect key="frame" x="8" y="68" width="282" heigh t="14"/>
msw 2016/08/09 19:46:54 You'll want a reviewer more familiar with Cocoa fo
melandory 2016/08/10 14:55:07 Yep, I'll add OWNER for this file.
72 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMinY="YES"/> 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"> 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"/> 74 <font key="font" metaFont="smallSystem"/>
75 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/> 75 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/>
76 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/> 76 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/>
77 </textFieldCell> 77 </textFieldCell>
78 </textField> 78 </textField>
79 <textField verticalHuggingPriority="750" id="dgF-Po- kkg">
80 <rect key="frame" x="8" y="86" width="282" heigh t="28"/>
81 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMinY="YES"/>
82 <textFieldCell key="cell" controlSize="small" se ndsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" id="AxL-Md-rce">
83 <font key="font" metaFont="smallSystem"/>
84 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/>
85 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/>
86 </textFieldCell>
87 </textField>
79 </subviews> 88 </subviews>
80 </customView> 89 </customView>
81 </subviews> 90 </subviews>
82 </view> 91 </view>
83 <connections> 92 <connections>
84 <outlet property="delegate" destination="-2" id="6"/> 93 <outlet property="delegate" destination="-2" id="6"/>
85 </connections> 94 </connections>
86 </window> 95 </window>
87 <customObject id="20" customClass="ChromeUILocalizer"/> 96 <customObject id="20" customClass="ChromeUILocalizer"/>
88 <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker"> 97 <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker">
89 <connections> 98 <connections>
90 <outlet property="localizer_" destination="20" id="22"/> 99 <outlet property="localizer_" destination="20" id="22"/>
91 <outlet property="uiObject_" destination="1" id="23"/> 100 <outlet property="uiObject_" destination="1" id="23"/>
92 </connections> 101 </connections>
93 </customObject> 102 </customObject>
94 </objects> 103 </objects>
95 </document> 104 </document>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698