<!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>[181209] trunk</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/181209">181209</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-03-07 10:03:10 -0800 (Sat, 07 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Source/WebCore:
[Win] Increase TestWebKitAPI Test Coverage
https://bugs.webkit.org/show_bug.cgi?id=142433

Reviewed by Darin Adler.

Correct some build deficiencies that prevent TestWebKitAPI
from executing certain tests on Windows.

* WebCore.vcxproj/copyForwardingHeaders.cmd: Copy the interpreter
headers.
* css/CSSParser.h: Export necessary symbols
* css/CSSParserMode.h: Ditto.
* css/StyleProperties.h: Ditto.

Tools:
[Win] Increase TestWebKitAPI Test Coverage[Win] Increase TestWebKitAPI Test Coverage
https://bugs.webkit.org/show_bug.cgi?id=142433

Reviewed by Darin Adler.

Include more TestWebKitAPI tests when building for Windows. Also
fix a build error in MetaAllocator.cpp caused by one of the
Microsoft headers #defining 'small'.

* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters:
* TestWebKitAPI/Tests/WTF/MetaAllocator.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd">trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd</a></li>
<li><a href="#trunkSourceWebCorecssCSSParserh">trunk/Source/WebCore/css/CSSParser.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSParserModeh">trunk/Source/WebCore/css/CSSParserMode.h</a></li>
<li><a href="#trunkSourceWebCorecssStylePropertiesh">trunk/Source/WebCore/css/StyleProperties.h</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsTestWebKitAPITestWebKitAPIvcxprojTestWebKitAPIvcxproj">trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj</a></li>
<li><a href="#trunkToolsTestWebKitAPITestWebKitAPIvcxprojTestWebKitAPIvcxprojfilters">trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFMetaAllocatorcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Source/WebCore/ChangeLog        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-03-07  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Increase TestWebKitAPI Test Coverage
+        https://bugs.webkit.org/show_bug.cgi?id=142433
+
+        Reviewed by Darin Adler.
+
+        Correct some build deficiencies that prevent TestWebKitAPI
+        from executing certain tests on Windows.
+
+        * WebCore.vcxproj/copyForwardingHeaders.cmd: Copy the interpreter
+        headers.
+        * css/CSSParser.h: Export necessary symbols
+        * css/CSSParserMode.h: Ditto.
+        * css/StyleProperties.h: Ditto.
+
</ins><span class="cx"> 2015-03-07  David Kilzer  &lt;ddkilzer@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Rename SOFT_LINK_FRAMEWORK_{HEADER,SOURCE} to SOFT_LINK_FRAMEWORK_FOR_{HEADER,SOURCE}
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -12,6 +12,7 @@
</span><span class="cx"> @mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot;
</span><span class="cx"> @mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot;
</span><span class="cx"> @mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot;
</span><ins>+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\interpreter&quot;
</ins><span class="cx"> @mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot;
</span><span class="cx"> @mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -107,6 +108,7 @@
</span><span class="cx"> @xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\profiler\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot; &gt;nul 2&gt;nul
</span><span class="cx"> @xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\heap\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot; &gt;nul 2&gt;nul
</span><span class="cx"> @xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\inspector\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot; &gt;nul  2&gt;nul
</span><ins>+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\interpreter\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\interpreter&quot; &gt;nul  2&gt;nul
</ins><span class="cx"> @xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\yarr\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot; &gt;nul 2&gt;nul
</span><span class="cx"> 
</span><span class="cx"> @xcopy /y /d &quot;%ProjectDir%..\testing\js\WebCoreTestSupport.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot; &gt;nul 2&gt;nul
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParser.h (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParser.h        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Source/WebCore/css/CSSParser.h        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -101,9 +101,9 @@
</span><span class="cx">         RefPtr&lt;CSSCalcValue&gt; m_calculation;
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    CSSParser(const CSSParserContext&amp;);
</del><ins>+    WEBCORE_EXPORT CSSParser(const CSSParserContext&amp;);
</ins><span class="cx"> 
</span><del>-    ~CSSParser();
</del><ins>+    WEBCORE_EXPORT ~CSSParser();
</ins><span class="cx"> 
</span><span class="cx">     void parseSheet(StyleSheetContents*, const String&amp;, int startLineNumber = 0, RuleSourceDataList* = nullptr, bool = false);
</span><span class="cx">     PassRefPtr&lt;StyleRuleBase&gt; parseRule(StyleSheetContents*, const String&amp;);
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">     static bool parseSystemColor(RGBA32&amp; color, const String&amp;, Document*);
</span><span class="cx">     static PassRefPtr&lt;CSSValueList&gt; parseFontFaceValue(const AtomicString&amp;);
</span><span class="cx">     PassRefPtr&lt;CSSPrimitiveValue&gt; parseValidPrimitive(CSSValueID ident, ValueWithCalculation&amp;);
</span><del>-    bool parseDeclaration(MutableStyleProperties*, const String&amp;, PassRefPtr&lt;CSSRuleSourceData&gt;, StyleSheetContents* contextStyleSheet);
</del><ins>+    WEBCORE_EXPORT bool parseDeclaration(MutableStyleProperties*, const String&amp;, PassRefPtr&lt;CSSRuleSourceData&gt;, StyleSheetContents* contextStyleSheet);
</ins><span class="cx">     static Ref&lt;ImmutableStyleProperties&gt; parseInlineStyleDeclaration(const String&amp;, Element*);
</span><span class="cx">     std::unique_ptr&lt;MediaQuery&gt; parseMediaQuery(const String&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParserModeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParserMode.h (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParserMode.h        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Source/WebCore/css/CSSParserMode.h        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> bool operator==(const CSSParserContext&amp;, const CSSParserContext&amp;);
</span><span class="cx"> inline bool operator!=(const CSSParserContext&amp; a, const CSSParserContext&amp; b) { return !(a == b); }
</span><span class="cx"> 
</span><del>-const CSSParserContext&amp; strictCSSParserContext();
</del><ins>+WEBCORE_EXPORT const CSSParserContext&amp; strictCSSParserContext();
</ins><span class="cx"> 
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssStylePropertiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleProperties.h (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleProperties.h        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Source/WebCore/css/StyleProperties.h        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">     bool isEmpty() const { return !propertyCount(); }
</span><span class="cx">     PropertyReference propertyAt(unsigned) const;
</span><span class="cx"> 
</span><del>-    PassRefPtr&lt;CSSValue&gt; getPropertyCSSValue(CSSPropertyID) const;
</del><ins>+    WEBCORE_EXPORT PassRefPtr&lt;CSSValue&gt; getPropertyCSSValue(CSSPropertyID) const;
</ins><span class="cx">     WEBCORE_EXPORT String getPropertyValue(CSSPropertyID) const;
</span><span class="cx">     bool propertyIsImportant(CSSPropertyID) const;
</span><span class="cx">     String getPropertyShorthand(CSSPropertyID) const;
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx"> 
</span><span class="cx"> class MutableStyleProperties : public StyleProperties {
</span><span class="cx"> public:
</span><del>-    static Ref&lt;MutableStyleProperties&gt; create(CSSParserMode = CSSQuirksMode);
</del><ins>+    WEBCORE_EXPORT static Ref&lt;MutableStyleProperties&gt; create(CSSParserMode = CSSQuirksMode);
</ins><span class="cx">     static Ref&lt;MutableStyleProperties&gt; create(const CSSProperty* properties, unsigned count);
</span><span class="cx"> 
</span><span class="cx">     WEBCORE_EXPORT ~MutableStyleProperties();
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Tools/ChangeLog        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2015-03-07  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Increase TestWebKitAPI Test Coverage[Win] Increase TestWebKitAPI Test Coverage
+        https://bugs.webkit.org/show_bug.cgi?id=142433
+
+        Reviewed by Darin Adler.
+
+        Include more TestWebKitAPI tests when building for Windows. Also
+        fix a build error in MetaAllocator.cpp caused by one of the
+        Microsoft headers #defining 'small'.
+
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters:
+        * TestWebKitAPI/Tests/WTF/MetaAllocator.cpp:
+
</ins><span class="cx"> 2015-03-06  Sam Weinig  &lt;sam@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [Content Extensions] Move compiling of content extensions to the UIProcess
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestWebKitAPIvcxprojTestWebKitAPIvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -283,13 +283,20 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Counters.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Test.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\TestsController.h&quot; /&gt;
</span><ins>+    &lt;ClInclude Include=&quot;..\Tests\WTF\MoveOnly.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\Tests\WTF\RefLogger.h&quot; /&gt;
</ins><span class="cx">     &lt;ClInclude Include=&quot;..\win\HostWindow.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\win\TestWebKitAPIPrefix.h&quot; /&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Counters.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\TestsController.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\JavaScriptCore\VMInspector.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\CalculationValue.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\CSSParser.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WebCore\LayoutUnit.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WebCore\TimeRanges.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\URL.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WebCore\win\BitmapImage.cpp&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="lines">@@ -301,21 +308,37 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WebKit\win\WebViewDestruction.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\AtomicString.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\cf\RetainPtr.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\cf\RetainPtrHashing.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\CheckedArithmeticOperations.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\CString.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\Deque.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\Functional.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\HashMap.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\HashSet.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\IntegerToStringConversion.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\ListHashSet.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\MD5.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\MathExtras.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\MediaTime.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\MetaAllocator.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\Optional.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\RedBlackTree.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\Ref.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\RefCounter.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\RefPtr.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\SHA1.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\SaturatedArithmeticOperations.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringBuilder.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\StringHasher.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringImpl.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\StringOperators.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringView.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\TemporaryChange.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\Vector.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\Tests\WTF\WeakPtr.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\WTFString.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\win\HostWindow.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\win\main.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\win\TestWebKitAPIPrefix.cpp&quot;&gt;
</span><span class="lines">@@ -340,4 +363,4 @@
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><ins>+&lt;/Project&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestWebKitAPIvcxprojTestWebKitAPIvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -19,6 +19,9 @@
</span><span class="cx">     &lt;Filter Include=&quot;Tests\WTF\cf&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{909ce22a-2223-4afa-af44-2d0153f13cc6}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><ins>+    &lt;Filter Include=&quot;Tests\JavaScriptCore&quot;&gt;
+      &lt;UniqueIdentifier&gt;{3d2548c0-f826-4e9f-aaea-c6dee792f9ae}&lt;/UniqueIdentifier&gt;
+    &lt;/Filter&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\config.h&quot; /&gt;
</span><span class="lines">@@ -28,7 +31,13 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\win\HostWindow.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;win&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;TestWebKitAPIPrefix.h&quot; /&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\win\TestWebKitAPIPrefix.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\Tests\WTF\MoveOnly.h&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClInclude&gt;
+    &lt;ClInclude Include=&quot;..\Tests\WTF\RefLogger.h&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClInclude&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Counters.cpp&quot; /&gt;
</span><span class="lines">@@ -93,7 +102,70 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Tests\WTF\cf\RetainPtrHashing.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Tests\WTF\cf&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;TestWebKitAPIPrefix.cpp&quot; /&gt;
</del><ins>+    &lt;ClCompile Include=&quot;..\win\TestWebKitAPIPrefix.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\AtomicString.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\CString.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\Deque.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\HashSet.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\IntegerToStringConversion.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\ListHashSet.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\MetaAllocator.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\Optional.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\RedBlackTree.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\RefCounter.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringBuilder.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringImpl.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\StringView.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\TemporaryChange.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\WeakPtr.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WTF\WTFString.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WTF&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\CalculationValue.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WebCore&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\TimeRanges.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WebCore&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\URL.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WebCore&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\WebCore\CSSParser.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\WebCore&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\Tests\JavaScriptCore\VMInspector.cpp&quot;&gt;
+      &lt;Filter&gt;Tests\JavaScriptCore&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;None Include=&quot;TestWebKitAPIPostBuild.cmd&quot; /&gt;
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFMetaAllocatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp (181208 => 181209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp        2015-03-07 17:38:40 UTC (rev 181208)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/MetaAllocator.cpp        2015-03-07 18:03:10 UTC (rev 181209)
</span><span class="lines">@@ -31,6 +31,10 @@
</span><span class="cx"> #include &lt;wtf/MetaAllocator.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><ins>+#if OS(WINDOWS)
+#undef small
+#endif
+
</ins><span class="cx"> using namespace WTF;
</span><span class="cx"> 
</span><span class="cx"> namespace TestWebKitAPI {
</span></span></pre>
</div>
</div>

</body>
</html>