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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/app/nibs/HttpAuthLoginSheet.xib ('k') | no next file » | 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="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessCont rol="none"> 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F1096" targetRuntime="MacOSX.Cocoa" propertyAccessCont rol="none">
3 <dependencies> 3 <dependencies>
4 <deployment version="1060" identifier="macosx"/> 4 <deployment version="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/> 5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
7 </dependencies> 7 </dependencies>
8 <objects> 8 <objects>
9 <customObject id="-2" userLabel="File's Owner"/> 9 <customObject id="-2" userLabel="File's Owner"/>
10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/> 10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
11 <customObject id="-3" userLabel="Application"/> 11 <customObject id="-3" userLabel="Application"/>
12 <customView id="1"> 12 <customView id="1">
(...skipping 19 matching lines...) Expand all
32 </textFieldCell> 32 </textFieldCell>
33 </textField> 33 </textField>
34 <textField verticalHuggingPriority="750" tag="1" id="6"> 34 <textField verticalHuggingPriority="750" tag="1" id="6">
35 <rect key="frame" x="99" y="52" width="156" height="22"/> 35 <rect key="frame" x="99" y="52" width="156" height="22"/>
36 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 36 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
37 <textFieldCell key="cell" scrollable="YES" lineBreakMode="cl ipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="7"> 37 <textFieldCell key="cell" scrollable="YES" lineBreakMode="cl ipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="7">
38 <font key="font" metaFont="system"/> 38 <font key="font" metaFont="system"/>
39 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 39 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
40 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 40 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
41 </textFieldCell> 41 </textFieldCell>
42 <connections>
43 <outlet property="nextKeyView" destination="8" id="Und-e v-WiH"/>
44 </connections>
42 </textField> 45 </textField>
43 <secureTextField verticalHuggingPriority="750" tag="2" id="8"> 46 <secureTextField verticalHuggingPriority="750" tag="2" id="8">
44 <rect key="frame" x="99" y="20" width="156" height="22"/> 47 <rect key="frame" x="99" y="20" width="156" height="22"/>
45 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 48 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
46 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMo de="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" bord erStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="9"> 49 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMo de="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" bord erStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="9">
47 <font key="font" metaFont="system"/> 50 <font key="font" metaFont="system"/>
48 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 51 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
49 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 52 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
50 <allowedInputSourceLocales> 53 <allowedInputSourceLocales>
51 <string>NSAllRomanInputSourcesLocaleIdentifier</stri ng> 54 <string>NSAllRomanInputSourcesLocaleIdentifier</stri ng>
52 </allowedInputSourceLocales> 55 </allowedInputSourceLocales>
53 </secureTextFieldCell> 56 </secureTextFieldCell>
57 <connections>
58 <outlet property="nextKeyView" destination="6" id="IFs-q N-Gpc"/>
59 </connections>
54 </secureTextField> 60 </secureTextField>
55 </subviews> 61 </subviews>
56 </customView> 62 </customView>
57 </objects> 63 </objects>
58 </document> 64 </document>
OLDNEW
« 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