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

Side by Side Diff: ios/web/shell/MainView.xib

Issue 1149323004: Upstream the iOS web_shell and supporting code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-thread-impl
Patch Set: Address review comments Created 5 years, 6 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 | « ios/web/shell/Info.plist ('k') | ios/web/shell/app_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsV ersion="5053" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAcces sControl="none">
3 <dependencies>
4 <deployment version="1552" identifier="iOS"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="3733"/>
6 </dependencies>
7 <objects>
8 <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="Fil e's Owner" customClass="ViewController">
9 <connections>
10 <outlet property="containerView" destination="HS4-2y-YS7" id="KR U-Lk-zhW"/>
11 <outlet property="toolbarView" destination="Mtt-2S-TM5" id="Ngt- zy-T1l"/>
12 <outlet property="view" destination="iN0-l3-epB" id="0A6-5l-qvv" />
13 </connections>
14 </placeholder>
15 <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClas s="UIResponder"/>
16 <view contentMode="scaleToFill" id="iN0-l3-epB">
17 <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
18 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSi zable="YES"/>
19 <subviews>
20 <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode ="scaleToFill" id="Mtt-2S-TM5">
21 <rect key="frame" x="0.0" y="20" width="320" height="44"/>
22 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
23 <inset key="insetFor6xAndEarlier" minX="0.0" minY="20" maxX= "0.0" maxY="-20"/>
24 <items/>
25 <color key="barTintColor" red="0.33725490196078434" green="0 .46666666666666667" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRG B"/>
26 <connections>
27 <outlet property="delegate" destination="-1" id="80Y-wy- gHw"/>
28 </connections>
29 </toolbar>
30 <view contentMode="scaleToFill" id="HS4-2y-YS7">
31 <rect key="frame" x="0.0" y="64" width="320" height="504"/>
32 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
33 <color key="backgroundColor" white="0.66666666666666663" alp ha="1" colorSpace="calibratedWhite"/>
34 <inset key="insetFor6xAndEarlier" minX="0.0" minY="20" maxX= "0.0" maxY="0.0"/>
35 </view>
36 </subviews>
37 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
38 <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
39 <simulatedScreenMetrics key="simulatedDestinationMetrics" type="reti na4"/>
40 <inset key="insetFor6xAndEarlier" minX="0.0" minY="0.0" maxX="0.0" m axY="-20"/>
41 </view>
42 </objects>
43 </document>
OLDNEW
« no previous file with comments | « ios/web/shell/Info.plist ('k') | ios/web/shell/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698