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

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

Issue 2334283004: Change explanation string for the Subresource Filter prompt. (Closed)
Patch Set: adressed comments Created 4 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/ui/cocoa/content_settings/content_setting_bubble_cocoa.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
11 <outlet property="bubble_" destination="4" id="5"/> 11 <outlet property="bubble_" destination="4" id="5"/>
12 <outlet property="doneButton_" destination="17" id="32"/> 12 <outlet property="doneButton_" destination="17" id="32"/>
13 <outlet property="manageButton_" destination="15" id="31"/> 13 <outlet property="manageButton_" destination="15" id="31"/>
14 <outlet property="messageLabel_" destination="dgF-Po-kkg" id="23 a-5O-Xno"/>
14 <outlet property="titleLabel_" destination="7" id="30"/> 15 <outlet property="titleLabel_" destination="7" id="30"/>
15 <outlet property="window" destination="1" id="3"/> 16 <outlet property="window" destination="1" id="3"/>
16 </connections> 17 </connections>
17 </customObject> 18 </customObject>
18 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/> 19 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
19 <customObject id="-3" userLabel="Application" customClass="NSObject"/> 20 <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 <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 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniatu rizable="YES" resizable="YES"/>
22 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottom Strut="YES"/> 23 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottom Strut="YES"/>
23 <rect key="contentRect" x="196" y="376" width="316" height="134"/> 24 <rect key="contentRect" x="196" y="376" width="316" height="134"/>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <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 <behavior key="behavior" pushIn="YES " lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="smallSyst em"/> 63 <font key="font" metaFont="smallSyst em"/>
63 </buttonCell> 64 </buttonCell>
64 <connections> 65 <connections>
65 <action selector="manageBlocking:" t arget="-2" id="25"/> 66 <action selector="manageBlocking:" t arget="-2" id="25"/>
66 </connections> 67 </connections>
67 </button> 68 </button>
68 </subviews> 69 </subviews>
69 </customView> 70 </customView>
71 <textField verticalHuggingPriority="750" id="dgF-Po- kkg">
72 <rect key="frame" x="18" y="53" width="282" heig ht="28"/>
73 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMinY="YES"/>
74 <textFieldCell key="cell" controlSize="small" se ndsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" id="AxL-Md-rce">
75 <font key="font" metaFont="smallSystem"/>
76 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/>
78 <connections>
79 <binding destination="-2" name="displayP atternValue1" keyPath="self.messageLabel_" id="wgi-Vp-Zyf">
80 <dictionary key="options">
81 <string key="NSDisplayPattern">% {value1}@</string>
82 </dictionary>
83 </binding>
84 </connections>
85 </textFieldCell>
86 </textField>
70 <textField verticalHuggingPriority="750" id="7"> 87 <textField verticalHuggingPriority="750" id="7">
71 <rect key="frame" x="8" y="68" width="282" heigh t="14"/> 88 <rect key="frame" x="17" y="100" width="282" hei ght="14"/>
72 <autoresizingMask key="autoresizingMask" widthSi zable="YES" flexibleMinY="YES"/> 89 <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"> 90 <textFieldCell key="cell" controlSize="small" se ndsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLAN ATION" id="8">
74 <font key="font" metaFont="smallSystem"/> 91 <font key="font" metaFont="smallSystem"/>
75 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/> 92 <color key="textColor" name="controlTextColo r" catalog="System" colorSpace="catalog"/>
76 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/> 93 <color key="backgroundColor" name="controlCo lor" catalog="System" colorSpace="catalog"/>
77 </textFieldCell>
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> 94 </textFieldCell>
87 </textField> 95 </textField>
88 </subviews> 96 </subviews>
89 </customView> 97 </customView>
90 </subviews> 98 </subviews>
91 </view> 99 </view>
92 <connections> 100 <connections>
93 <outlet property="delegate" destination="-2" id="6"/> 101 <outlet property="delegate" destination="-2" id="6"/>
94 </connections> 102 </connections>
95 </window> 103 </window>
96 <customObject id="20" customClass="ChromeUILocalizer"/> 104 <customObject id="20" customClass="ChromeUILocalizer"/>
97 <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker"> 105 <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker">
98 <connections> 106 <connections>
99 <outlet property="localizer_" destination="20" id="22"/> 107 <outlet property="localizer_" destination="20" id="22"/>
100 <outlet property="uiObject_" destination="1" id="23"/> 108 <outlet property="uiObject_" destination="1" id="23"/>
101 </connections> 109 </connections>
102 </customObject> 110 </customObject>
103 </objects> 111 </objects>
104 </document> 112 </document>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698