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

Unified 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: remove empty line Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/nibs/ContentSubresourceFilter.xib
diff --git a/chrome/app/nibs/ContentSubresourceFilter.xib b/chrome/app/nibs/ContentSubresourceFilter.xib
new file mode 100644
index 0000000000000000000000000000000000000000..273e0c83738383f35f4e51389bcb2c1479d0fe01
--- /dev/null
+++ b/chrome/app/nibs/ContentSubresourceFilter.xib
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+ <dependencies>
+ <deployment version="1090" defaultVersion="1070" identifier="macosx"/>
+ <development version="5100" identifier="xcode"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
+ </dependencies>
+ <objects>
+ <customObject id="-2" userLabel="File's Owner" customClass="ContentSettingBubbleController">
+ <connections>
+ <outlet property="bubble_" destination="4" id="59"/>
+ <outlet property="doneButton_" destination="17" id="34"/>
+ <outlet property="manageButton_" destination="54" id="58"/>
+ <outlet property="titleLabel_" destination="7" id="30"/>
+ <outlet property="window" destination="1" id="60"/>
+ </connections>
+ </customObject>
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
+ <customObject id="-3" userLabel="Application"/>
+ <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="InfoBubbleWindow">
+ <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
+ <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
+ <rect key="contentRect" x="196" y="428" width="250" height="112"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
+ <view key="contentView" id="2">
+ <rect key="frame" x="0.0" y="0.0" width="250" height="112"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <subviews>
+ <customView id="4" customClass="InfoBubbleView">
+ <rect key="frame" x="0.0" y="0.0" width="250" height="112"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <customView id="29" customClass="GTMWidthBasedTweaker">
+ <rect key="frame" x="152" y="0.0" width="96.999999981872818" height="41"/>
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
+ <subviews>
+ <button verticalHuggingPriority="750" id="17">
+ <rect key="frame" x="13.999999981872818" y="13" width="68" height="28"/>
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
+ <buttonCell key="cell" type="push" title="^IDS_OK" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="18">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <font key="font" metaFont="smallSystem"/>
+ <string key="keyEquivalent" base64-UTF8="YES">
+DQ
+</string>
+ </buttonCell>
+ <connections>
+ <action selector="closeBubble:" target="-2" id="26"/>
+ </connections>
+ </button>
+ </subviews>
+ </customView>
+ <customView id="28" customClass="GTMWidthBasedTweaker">
+ <rect key="frame" x="0.0" y="0.0" width="152" height="37"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
+ <subviews>
+ <button id="54">
+ <rect key="frame" x="20" y="18" width="300" height="19"/>
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+ <buttonCell key="cell" type="roundRect" bezelStyle="roundedRect" alignment="left" state="on" imageScaling="proportionallyDown" inset="2" id="55" customClass="HyperlinkButtonCell">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <string key="title">
+^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD</string>
+ <font key="font" metaFont="smallSystem"/>
+ </buttonCell>
+ <connections>
+ <action selector="manageBlocking:" target="-2" id="56"/>
+ </connections>
+ </button>
+ </subviews>
+ </customView>
+ <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="19">
+ <rect key="frame" x="20" y="42" width="210" height="5"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
+ <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
+ <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+ <font key="titleFont" metaFont="system"/>
+ </box>
+ <textField verticalHuggingPriority="750" id="7">
+ <rect key="frame" x="17" y="64" width="216" height="28"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
+ <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" id="8">
+ <font key="font" metaFont="smallSystem"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
+ </subviews>
+ </customView>
+ </subviews>
+ </view>
+ <connections>
+ <outlet property="delegate" destination="-2" id="6"/>
+ </connections>
+ </window>
+ <customObject id="20" customClass="ChromeUILocalizer"/>
+ <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker">
+ <connections>
+ <outlet property="localizer_" destination="20" id="22"/>
+ <outlet property="uiObject_" destination="1" id="23"/>
+ </connections>
+ </customObject>
+ </objects>
+</document>

Powered by Google App Engine
This is Rietveld 408576698