<!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>[161044] 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/161044">161044</a></dd>
<dt>Author</dt> <dd>benjamin@webkit.org</dd>
<dt>Date</dt> <dd>2013-12-23 19:23:20 -0800 (Mon, 23 Dec 2013)</dd>
</dl>
<h3>Log Message</h3>
<pre>Add the experimental CSS code generator files to the remaining build systems
https://bugs.webkit.org/show_bug.cgi?id=126192
Reviewed by Sam Weinig.
* CMakeLists.txt:
* GNUmakefile.list.am:
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreGNUmakefilelistam">trunk/Source/WebCore/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (161043 => 161044)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2013-12-24 02:07:30 UTC (rev 161043)
+++ trunk/Source/WebCore/CMakeLists.txt        2013-12-24 03:23:20 UTC (rev 161044)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> "${WEBCORE_DIR}/crypto"
</span><span class="cx"> "${WEBCORE_DIR}/crypto/keys"
</span><span class="cx"> "${WEBCORE_DIR}/css"
</span><ins>+ "${WEBCORE_DIR}/cssjit"
</ins><span class="cx"> "${WEBCORE_DIR}/dom"
</span><span class="cx"> "${WEBCORE_DIR}/dom/default"
</span><span class="cx"> "${WEBCORE_DIR}/editing"
</span><span class="lines">@@ -1118,6 +1119,8 @@
</span><span class="cx"> css/WebKitCSSTransformValue.cpp
</span><span class="cx"> css/WebKitCSSViewportRule.cpp
</span><span class="cx">
</span><ins>+ cssjit/SelectorCompiler.cpp
+
</ins><span class="cx"> dom/ActiveDOMObject.cpp
</span><span class="cx"> dom/Attr.cpp
</span><span class="cx"> dom/BeforeTextInsertedEvent.cpp
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (161043 => 161044)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2013-12-24 02:07:30 UTC (rev 161043)
+++ trunk/Source/WebCore/ChangeLog        2013-12-24 03:23:20 UTC (rev 161044)
</span><span class="lines">@@ -1,5 +1,17 @@
</span><span class="cx"> 2013-12-23 Benjamin Poulain <benjamin@webkit.org>
</span><span class="cx">
</span><ins>+ Add the experimental CSS code generator files to the remaining build systems
+ https://bugs.webkit.org/show_bug.cgi?id=126192
+
+ Reviewed by Sam Weinig.
+
+ * CMakeLists.txt:
+ * GNUmakefile.list.am:
+ * WebCore.vcxproj/WebCore.vcxproj:
+ * WebCore.vcxproj/WebCore.vcxproj.filters:
+
+2013-12-23 Benjamin Poulain <benjamin@webkit.org>
+
</ins><span class="cx"> Add the pseudo class :focus to the Selector Code Generator
</span><span class="cx"> https://bugs.webkit.org/show_bug.cgi?id=126189
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreGNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/GNUmakefile.list.am (161043 => 161044)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/GNUmakefile.list.am        2013-12-24 02:07:30 UTC (rev 161043)
+++ trunk/Source/WebCore/GNUmakefile.list.am        2013-12-24 03:23:20 UTC (rev 161044)
</span><span class="lines">@@ -2738,6 +2738,11 @@
</span><span class="cx">         Source/WebCore/css/WebKitCSSTransformValue.h \
</span><span class="cx">         Source/WebCore/css/WebKitCSSViewportRule.cpp \
</span><span class="cx">         Source/WebCore/css/WebKitCSSViewportRule.h \
</span><ins>+        Source/WebCore/cssjit/FunctionCall.h \
+        Source/WebCore/cssjit/RegisterAllocator.h \
+        Source/WebCore/cssjit/SelectorCompiler.cpp \
+        Source/WebCore/cssjit/SelectorCompiler.h \
+        Source/WebCore/cssjit/StackAllocator.h \
</ins><span class="cx">         Source/WebCore/dom/ActiveDOMObject.cpp \
</span><span class="cx">         Source/WebCore/dom/ActiveDOMObject.h \
</span><span class="cx">         Source/WebCore/dom/Attr.cpp \
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (161043 => 161044)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2013-12-24 02:07:30 UTC (rev 161043)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2013-12-24 03:23:20 UTC (rev 161044)
</span><span class="lines">@@ -9539,6 +9539,7 @@
</span><span class="cx"> <ClCompile Include="..\css\WebKitCSSSVGDocumentValue.cpp" />
</span><span class="cx"> <ClCompile Include="..\css\WebKitCSSTransformValue.cpp" />
</span><span class="cx"> <ClCompile Include="..\css\WebKitCSSViewportRule.cpp" />
</span><ins>+ <ClCompile Include="..\cssjit\SelectorCompiler.cpp" />
</ins><span class="cx"> <ClCompile Include="..\rendering\AutoTableLayout.cpp">
</span><span class="cx"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
</span><span class="cx"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
</span><span class="lines">@@ -19899,6 +19900,10 @@
</span><span class="cx"> <ClInclude Include="..\css\WebKitCSSSVGDocumentValue.h" />
</span><span class="cx"> <ClInclude Include="..\css\WebKitCSSTransformValue.h" />
</span><span class="cx"> <ClInclude Include="..\css\WebKitCSSViewportRule.h" />
</span><ins>+ <ClInclude Include="..\cssjit\FunctionCall.h" />
+ <ClInclude Include="..\cssjit\RegisterAllocator.h" />
+ <ClInclude Include="..\cssjit\SelectorCompiler.h" />
+ <ClInclude Include="..\cssjit\StackAllocator.h" />
</ins><span class="cx"> <ClInclude Include="..\rendering\AutoTableLayout.h" />
</span><span class="cx"> <ClInclude Include="..\rendering\BidiRun.h" />
</span><span class="cx"> <ClInclude Include="..\rendering\break_lines.h" />
</span><span class="lines">@@ -21128,4 +21133,4 @@
</span><span class="cx"> <ImportGroup Label="ExtensionTargets">
</span><span class="cx"> <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</span><span class="cx"> </ImportGroup>
</span><del>-</Project>
</del><span class="cx">\ No newline at end of file
</span><ins>+</Project>
</ins></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (161043 => 161044)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2013-12-24 02:07:30 UTC (rev 161043)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2013-12-24 03:23:20 UTC (rev 161044)
</span><span class="lines">@@ -2373,6 +2373,9 @@
</span><span class="cx"> <ClCompile Include="..\css\WebKitCSSViewportRule.cpp">
</span><span class="cx"> <Filter>css</Filter>
</span><span class="cx"> </ClCompile>
</span><ins>+ <ClCompile Include="..\cssjit\SelectorCompiler.cpp">
+ <Filter>css</Filter>
+ </ClCompile>
</ins><span class="cx"> <ClCompile Include="..\rendering\AutoTableLayout.cpp">
</span><span class="cx"> <Filter>rendering</Filter>
</span><span class="cx"> </ClCompile>
</span><span class="lines">@@ -9305,6 +9308,18 @@
</span><span class="cx"> <ClInclude Include="..\css\WebKitCSSViewportRule.h">
</span><span class="cx"> <Filter>css</Filter>
</span><span class="cx"> </ClInclude>
</span><ins>+ <ClInclude Include="..\cssjit\FunctionCall.h">
+ <Filter>css</Filter>
+ </ClInclude>
+ <ClInclude Include="..\cssjit\RegisterAllocator.h">
+ <Filter>css</Filter>
+ </ClInclude>
+ <ClInclude Include="..\cssjit\SelectorCompiler.h">
+ <Filter>css</Filter>
+ </ClInclude>
+ <ClInclude Include="..\cssjit\StackAllocator.h">
+ <Filter>css</Filter>
+ </ClInclude>
</ins><span class="cx"> <ClInclude Include="..\rendering\AutoTableLayout.h">
</span><span class="cx"> <Filter>rendering</Filter>
</span><span class="cx"> </ClInclude>
</span></span></pre>
</div>
</div>
</body>
</html>