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

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

Issue 1278873005: Fix nextKeyView: loop in HttpAuth.xib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_rename_proxy_channel
Patch Set: Remove dependency. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/app/English.lproj/HttpAuth.xib » ('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 2cd9e8156bebd02bc1350d018ed12470857addde..d1eecfe23087a92b95a50033288982661fd4a3d0 100644
--- a/chrome/app/nibs/HttpAuthLoginSheet.xib
+++ b/chrome/app/nibs/HttpAuthLoginSheet.xib
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1060" identifier="macosx"/>
<development version="5100" identifier="xcode"/>
@@ -44,6 +44,9 @@
<string>NSAllRomanInputSourcesLocaleIdentifier</string>
</allowedInputSourceLocales>
</secureTextFieldCell>
+ <connections>
+ <outlet property="nextKeyView" destination="7" id="egd-qv-hFh"/>
+ </connections>
</secureTextField>
<textField verticalHuggingPriority="750" id="7">
<rect key="frame" x="6" y="42" width="269" height="22"/>
@@ -53,6 +56,9 @@
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
+ <connections>
+ <outlet property="nextKeyView" destination="9" id="UlM-bu-LpF"/>
+ </connections>
</textField>
</subviews>
</view>
« no previous file with comments | « no previous file | content/shell/app/English.lproj/HttpAuth.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698