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

Unified Diff: content/shell/app/English.lproj/HttpAuth.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 | « chrome/app/nibs/HttpAuthLoginSheet.xib ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/English.lproj/HttpAuth.xib
diff --git a/content/shell/app/English.lproj/HttpAuth.xib b/content/shell/app/English.lproj/HttpAuth.xib
index 6571f802a92280c29ef796543b3451cbddb685d2..dba6e9a96482900bc37c7628194101b4734b2c3e 100644
--- a/content/shell/app/English.lproj/HttpAuth.xib
+++ b/content/shell/app/English.lproj/HttpAuth.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"/>
@@ -39,6 +39,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="8" id="Und-ev-WiH"/>
+ </connections>
</textField>
<secureTextField verticalHuggingPriority="750" tag="2" id="8">
<rect key="frame" x="99" y="20" width="156" height="22"/>
@@ -51,6 +54,9 @@
<string>NSAllRomanInputSourcesLocaleIdentifier</string>
</allowedInputSourceLocales>
</secureTextFieldCell>
+ <connections>
+ <outlet property="nextKeyView" destination="6" id="IFs-qN-Gpc"/>
+ </connections>
</secureTextField>
</subviews>
</customView>
« no previous file with comments | « chrome/app/nibs/HttpAuthLoginSheet.xib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698