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

Unified Diff: chrome/app/nibs/HttpAuthLoginSheet.xib

Issue 1466473003: Do not show untrustworthy strings in the basic auth dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix XIB. Created 5 years 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/android/chrome_http_auth_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/HttpAuthLoginSheet.xib
diff --git a/chrome/app/nibs/HttpAuthLoginSheet.xib b/chrome/app/nibs/HttpAuthLoginSheet.xib
index 892f959a4b0153b99afd439d453fa0c8d17fbd50..762e60bdaf55fa04446bc46ee4ff16f6f57edf0c 100644
--- a/chrome/app/nibs/HttpAuthLoginSheet.xib
+++ b/chrome/app/nibs/HttpAuthLoginSheet.xib
@@ -9,6 +9,7 @@
<customObject id="-2" userLabel="File's Owner" customClass="LoginHandlerSheet">
<connections>
<outlet property="cancelButton_" destination="13" id="47"/>
+ <outlet property="authorityField_" destination="53" id="52"/>
<outlet property="explanationField_" destination="41" id="45"/>
<outlet property="loginButton_" destination="11" id="46"/>
<outlet property="nameField_" destination="7" id="21"/>
@@ -20,14 +21,14 @@
<customObject id="-3" userLabel="Application"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="ConstrainedWindowCustomWindow">
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="388" width="400" height="200"/>
+ <rect key="contentRect" x="196" y="388" width="400" height="234"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
<view key="contentView" id="2" customClass="ConstrainedWindowCustomWindowContentView">
- <rect key="frame" x="0.0" y="0.0" width="400" height="200"/>
+ <rect key="frame" x="0.0" y="-5" width="400" height="234"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box autoresizesSubviews="NO" transparent="YES" borderType="none" titlePosition="noTitle" id="24">
- <rect key="frame" x="105" y="58" width="283" height="74"/>
+ <rect key="frame" x="105" y="70" width="283" height="74"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<view key="contentView">
<rect key="frame" x="0.0" y="0.0" width="283" height="74"/>
@@ -66,7 +67,7 @@
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</box>
<customView id="33" customClass="GTMWidthBasedTweaker">
- <rect key="frame" x="168" y="8" width="231" height="52"/>
+ <rect key="frame" x="168" y="20" width="231" height="52"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
<subviews>
<button verticalHuggingPriority="750" id="13" customClass="ConstrainedWindowButton">
@@ -100,7 +101,7 @@ DQ
</subviews>
</customView>
<customView id="34" customClass="GTMWidthBasedTweaker">
- <rect key="frame" x="20" y="62" width="89" height="68"/>
+ <rect key="frame" x="20" y="74" width="89" height="68"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<textField verticalHuggingPriority="750" id="5">
@@ -128,7 +129,7 @@ DQ
</connections>
</customView>
<textField verticalHuggingPriority="750" id="41">
- <rect key="frame" x="18" y="139" width="365" height="17"/>
+ <rect key="frame" x="18" y="151" width="365" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="explanation" id="42">
<font key="font" metaFont="cellTitle"/>
@@ -136,8 +137,17 @@ DQ
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
+ <textField verticalHuggingPriority="750" id="53">
+ <rect key="frame" x="19" y="176" width="365" height="17"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
+ <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="authority" id="54">
+ <font key="font" metaFont="cellTitle"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ </textField>
<textField verticalHuggingPriority="750" id="50">
- <rect key="frame" x="17" y="167" width="353" height="19"/>
+ <rect key="frame" x="17" y="201" width="353" height="19"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="^IDS_LOGIN_DIALOG_TITLE" id="51">
<font key="font" metaFont="system" size="15"/>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/android/chrome_http_auth_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698