<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[164564] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/164564">164564</a></dd>
<dt>Author</dt> <dd>weinig@apple.com</dd>
<dt>Date</dt> <dd>2014-02-23 15:43:20 -0800 (Sun, 23 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Move RenderMathMLMenclose.h/cpp to the right place in the Xcode project and sort.

Rubber-stamped by Anders Carlsson.

* WebCore.xcodeproj/project.pbxproj:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (164563 => 164564)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-02-23 23:37:46 UTC (rev 164563)
+++ trunk/Source/WebCore/ChangeLog        2014-02-23 23:43:20 UTC (rev 164564)
</span><span class="lines">@@ -1,5 +1,13 @@
</span><span class="cx"> 2014-02-23  Sam Weinig  &lt;sam@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Move RenderMathMLMenclose.h/cpp to the right place in the Xcode project and sort.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
+2014-02-23  Sam Weinig  &lt;sam@webkit.org&gt;
+
</ins><span class="cx">         Move telephone number detection behind its own ENABLE macro
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=129236
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (164563 => 164564)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-02-23 23:37:46 UTC (rev 164563)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-02-23 23:43:20 UTC (rev 164564)
</span><span class="lines">@@ -14280,8 +14280,6 @@
</span><span class="cx">                                 034768DFFF38A50411DB9C8B /* Products */,
</span><span class="cx">                                 1CDD44660BA9C80000F90147 /* Configurations */,
</span><span class="cx">                                 449195900FBE175B00D9F824 /* Exports */,
</span><del>-                                3662F984047CEDBE5DDDAFAA /* RenderMathMLMenclose.cpp */,
-                                A208E222A56A0C7575F2A72E /* RenderMathMLMenclose.h */,
</del><span class="cx">                         );
</span><span class="cx">                         name = WebKit;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -15240,18 +15238,20 @@
</span><span class="cx">                                 439046C812DA25E800AF80A2 /* RenderMathMLFraction.h */,
</span><span class="cx">                                 439046C912DA25E800AF80A2 /* RenderMathMLMath.cpp */,
</span><span class="cx">                                 439046CA12DA25E800AF80A2 /* RenderMathMLMath.h */,
</span><ins>+                                3662F984047CEDBE5DDDAFAA /* RenderMathMLMenclose.cpp */,
+                                A208E222A56A0C7575F2A72E /* RenderMathMLMenclose.h */,
</ins><span class="cx">                                 439046CB12DA25E800AF80A2 /* RenderMathMLOperator.cpp */,
</span><span class="cx">                                 439046CC12DA25E800AF80A2 /* RenderMathMLOperator.h */,
</span><span class="cx">                                 439046CD12DA25E800AF80A2 /* RenderMathMLRoot.cpp */,
</span><span class="cx">                                 439046CE12DA25E800AF80A2 /* RenderMathMLRoot.h */,
</span><span class="cx">                                 439046CF12DA25E800AF80A2 /* RenderMathMLRow.cpp */,
</span><span class="cx">                                 439046D012DA25E800AF80A2 /* RenderMathMLRow.h */,
</span><ins>+                                439046D312DA25E800AF80A2 /* RenderMathMLScripts.cpp */,
+                                439046D412DA25E800AF80A2 /* RenderMathMLScripts.h */,
</ins><span class="cx">                                 DBFCB0EBFF5CD77EBEB35395 /* RenderMathMLSpace.cpp */,
</span><span class="cx">                                 331FF67DE197B57393C46AA7 /* RenderMathMLSpace.h */,
</span><span class="cx">                                 439046D112DA25E800AF80A2 /* RenderMathMLSquareRoot.cpp */,
</span><span class="cx">                                 439046D212DA25E800AF80A2 /* RenderMathMLSquareRoot.h */,
</span><del>-                                439046D312DA25E800AF80A2 /* RenderMathMLScripts.cpp */,
-                                439046D412DA25E800AF80A2 /* RenderMathMLScripts.h */,
</del><span class="cx">                                 439046D712DA25E800AF80A9 /* RenderMathMLToken.cpp */,
</span><span class="cx">                                 439046D812DA25E800AF80A9 /* RenderMathMLToken.h */,
</span><span class="cx">                                 439046D512DA25E800AF80A2 /* RenderMathMLUnderOver.cpp */,
</span><span class="lines">@@ -21587,8 +21587,6 @@
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="cx">                                 FFB698C81832F10B00158A31 /* line */,
</span><del>-                                CDE7FC42181904B1002BBB77 /* OrderIterator.cpp */,
-                                CDE7FC43181904B1002BBB77 /* OrderIterator.h */,
</del><span class="cx">                                 439046C212DA25CE00AF80A2 /* mathml */,
</span><span class="cx">                                 FD08A879175D3926002CD360 /* shapes */,
</span><span class="cx">                                 BC8C8FAA0DDCD2F200B592F4 /* style */,
</span><span class="lines">@@ -21636,6 +21634,8 @@
</span><span class="cx">                                 2D9066040BE141D400956998 /* LayoutState.cpp */,
</span><span class="cx">                                 2D9066050BE141D400956998 /* LayoutState.h */,
</span><span class="cx">                                 9BA273F3172206BB0097CE47 /* LogicalSelectionOffsetCaches.h */,
</span><ins>+                                CDE7FC42181904B1002BBB77 /* OrderIterator.cpp */,
+                                CDE7FC43181904B1002BBB77 /* OrderIterator.h */,
</ins><span class="cx">                                 3774ABA30FA21EB400AD7DE9 /* OverlapTestRequestClient.h */,
</span><span class="cx">                                 9377AB9F15DEFEEF0031FD04 /* Pagination.h */,
</span><span class="cx">                                 0885067D11DA045B00182B98 /* PaintInfo.h */,
</span><span class="lines">@@ -21665,8 +21665,8 @@
</span><span class="cx">                                 BCEA482F097D93020094C9E4 /* RenderDeprecatedFlexibleBox.h */,
</span><span class="cx">                                 D302754512A5FE84004BD828 /* RenderDetailsMarker.cpp */,
</span><span class="cx">                                 D302754612A5FE84004BD828 /* RenderDetailsMarker.h */,
</span><ins>+                                E43A023C17EB3713004CDD25 /* RenderElement.cpp */,
</ins><span class="cx">                                 E43A023A17EB370A004CDD25 /* RenderElement.h */,
</span><del>-                                E43A023C17EB3713004CDD25 /* RenderElement.cpp */,
</del><span class="cx">                                 0F5B7A5210F65D7A00376302 /* RenderEmbeddedObject.cpp */,
</span><span class="cx">                                 0F5B7A5310F65D7A00376302 /* RenderEmbeddedObject.h */,
</span><span class="cx">                                 A8EA73AF0A1900E300A8EF5F /* RenderFieldset.cpp */,
</span><span class="lines">@@ -21812,32 +21812,32 @@
</span><span class="cx">                                 BCEA4849097D93020094C9E4 /* RenderThemeMac.mm */,
</span><span class="cx">                                 93955A4203D72932008635CE /* RenderTreeAsText.cpp */,
</span><span class="cx">                                 93955A4103D72932008635CE /* RenderTreeAsText.h */,
</span><del>-                                BE20507B18A458B10080647E /* RenderVTTCue.cpp */,
-                                BE20507C18A458B10080647E /* RenderVTTCue.h */,
</del><span class="cx">                                 E4B41E330CBFB60900AF2ECE /* RenderVideo.cpp */,
</span><span class="cx">                                 E4B41E340CBFB60900AF2ECE /* RenderVideo.h */,
</span><span class="cx">                                 BCEA4828097D93020094C9E4 /* RenderView.cpp */,
</span><span class="cx">                                 BCEA4829097D93020094C9E4 /* RenderView.h */,
</span><ins>+                                BE20507B18A458B10080647E /* RenderVTTCue.cpp */,
+                                BE20507C18A458B10080647E /* RenderVTTCue.h */,
</ins><span class="cx">                                 A871DFE10A15376B00B12A68 /* RenderWidget.cpp */,
</span><span class="cx">                                 A871DFE00A15376B00B12A68 /* RenderWidget.h */,
</span><span class="cx">                                 A8CFF5E00A155A05000A4234 /* RootInlineBox.cpp */,
</span><span class="cx">                                 A8CFF5DA0A155A05000A4234 /* RootInlineBox.h */,
</span><span class="cx">                                 5D925B650F64D4DD00B847F0 /* ScrollBehavior.cpp */,
</span><span class="cx">                                 5D925B660F64D4DD00B847F0 /* ScrollBehavior.h */,
</span><del>-                                A8CFF04C0A154F09000A4234 /* TableLayout.h */,
</del><span class="cx">                                 E48944A0180B57D800F165D8 /* SimpleLineLayout.cpp */,
</span><span class="cx">                                 E48944A1180B57D800F165D8 /* SimpleLineLayout.h */,
</span><span class="cx">                                 E4E9B11A18145692003ACCDF /* SimpleLineLayoutFunctions.cpp */,
</span><span class="cx">                                 E4E9B11C1814569C003ACCDF /* SimpleLineLayoutFunctions.h */,
</span><span class="cx">                                 E4E9B1181810916F003ACCDF /* SimpleLineLayoutResolver.h */,
</span><ins>+                                A8CFF04C0A154F09000A4234 /* TableLayout.h */,
</ins><span class="cx">                                 0F54DCE31881051D003EEDBB /* TextAutoSizing.cpp */,
</span><span class="cx">                                 0F54DCE41881051D003EEDBB /* TextAutoSizing.h */,
</span><ins>+                                1C18DA56181AF6A500C4EF22 /* TextPainter.cpp */,
+                                1C18DA57181AF6A500C4EF22 /* TextPainter.h */,
</ins><span class="cx">                                 E4C91A0F1802343900A17F6D /* TextPaintStyle.cpp */,
</span><span class="cx">                                 E4C91A0D1802343100A17F6D /* TextPaintStyle.h */,
</span><span class="cx">                                 37FC96DA1104ED71003E1FAD /* TrailingFloatsRootInlineBox.h */,
</span><span class="cx">                                 BCA257141293C010007A263D /* VerticalPositionCache.h */,
</span><del>-                                1C18DA56181AF6A500C4EF22 /* TextPainter.cpp */,
-                                1C18DA57181AF6A500C4EF22 /* TextPainter.h */,
</del><span class="cx">                         );
</span><span class="cx">                         path = rendering;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span></span></pre>
</div>
</div>

</body>
</html>