<!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 <bfulgham@apple.com>
+
+ [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 <ddkilzer@apple.com>
</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>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
</span><span class="cx"> @mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap"
</span><span class="cx"> @mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector"
</span><ins>+@mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\interpreter"
</ins><span class="cx"> @mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr"
</span><span class="cx"> @mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport"
</span><span class="cx">
</span><span class="lines">@@ -107,6 +108,7 @@
</span><span class="cx"> @xcopy /y /d "%ProjectDir%..\ForwardingHeaders\profiler\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler" >nul 2>nul
</span><span class="cx"> @xcopy /y /d "%ProjectDir%..\ForwardingHeaders\heap\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap" >nul 2>nul
</span><span class="cx"> @xcopy /y /d "%ProjectDir%..\ForwardingHeaders\inspector\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector" >nul 2>nul
</span><ins>+@xcopy /y /d "%ProjectDir%..\ForwardingHeaders\interpreter\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\interpreter" >nul 2>nul
</ins><span class="cx"> @xcopy /y /d "%ProjectDir%..\ForwardingHeaders\yarr\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr" >nul 2>nul
</span><span class="cx">
</span><span class="cx"> @xcopy /y /d "%ProjectDir%..\testing\js\WebCoreTestSupport.h" "%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport" >nul 2>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<CSSCalcValue> m_calculation;
</span><span class="cx"> };
</span><span class="cx">
</span><del>- CSSParser(const CSSParserContext&);
</del><ins>+ WEBCORE_EXPORT CSSParser(const CSSParserContext&);
</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&, int startLineNumber = 0, RuleSourceDataList* = nullptr, bool = false);
</span><span class="cx"> PassRefPtr<StyleRuleBase> parseRule(StyleSheetContents*, const String&);
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> static bool parseSystemColor(RGBA32& color, const String&, Document*);
</span><span class="cx"> static PassRefPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
</span><span class="cx"> PassRefPtr<CSSPrimitiveValue> parseValidPrimitive(CSSValueID ident, ValueWithCalculation&);
</span><del>- bool parseDeclaration(MutableStyleProperties*, const String&, PassRefPtr<CSSRuleSourceData>, StyleSheetContents* contextStyleSheet);
</del><ins>+ WEBCORE_EXPORT bool parseDeclaration(MutableStyleProperties*, const String&, PassRefPtr<CSSRuleSourceData>, StyleSheetContents* contextStyleSheet);
</ins><span class="cx"> static Ref<ImmutableStyleProperties> parseInlineStyleDeclaration(const String&, Element*);
</span><span class="cx"> std::unique_ptr<MediaQuery> parseMediaQuery(const String&);
</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&, const CSSParserContext&);
</span><span class="cx"> inline bool operator!=(const CSSParserContext& a, const CSSParserContext& b) { return !(a == b); }
</span><span class="cx">
</span><del>-const CSSParserContext& strictCSSParserContext();
</del><ins>+WEBCORE_EXPORT const CSSParserContext& 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<CSSValue> getPropertyCSSValue(CSSPropertyID) const;
</del><ins>+ WEBCORE_EXPORT PassRefPtr<CSSValue> 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<MutableStyleProperties> create(CSSParserMode = CSSQuirksMode);
</del><ins>+ WEBCORE_EXPORT static Ref<MutableStyleProperties> create(CSSParserMode = CSSQuirksMode);
</ins><span class="cx"> static Ref<MutableStyleProperties> 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 <bfulgham@apple.com>
+
+ [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 <sam@webkit.org>
</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"> <ClInclude Include="..\Counters.h" />
</span><span class="cx"> <ClInclude Include="..\Test.h" />
</span><span class="cx"> <ClInclude Include="..\TestsController.h" />
</span><ins>+ <ClInclude Include="..\Tests\WTF\MoveOnly.h" />
+ <ClInclude Include="..\Tests\WTF\RefLogger.h" />
</ins><span class="cx"> <ClInclude Include="..\win\HostWindow.h" />
</span><span class="cx"> <ClInclude Include="..\win\TestWebKitAPIPrefix.h" />
</span><span class="cx"> </ItemGroup>
</span><span class="cx"> <ItemGroup>
</span><span class="cx"> <ClCompile Include="..\Counters.cpp" />
</span><span class="cx"> <ClCompile Include="..\TestsController.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\JavaScriptCore\VMInspector.cpp" />
+ <ClCompile Include="..\Tests\WebCore\CalculationValue.cpp" />
+ <ClCompile Include="..\Tests\WebCore\CSSParser.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WebCore\LayoutUnit.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WebCore\TimeRanges.cpp" />
+ <ClCompile Include="..\Tests\WebCore\URL.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WebCore\win\BitmapImage.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">@@ -301,21 +308,37 @@
</span><span class="cx"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</span><span class="cx"> </ClCompile>
</span><span class="cx"> <ClCompile Include="..\Tests\WebKit\win\WebViewDestruction.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\AtomicString.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\cf\RetainPtr.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\cf\RetainPtrHashing.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\CheckedArithmeticOperations.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\CString.cpp" />
+ <ClCompile Include="..\Tests\WTF\Deque.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\Functional.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\HashMap.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\HashSet.cpp" />
+ <ClCompile Include="..\Tests\WTF\IntegerToStringConversion.cpp" />
+ <ClCompile Include="..\Tests\WTF\ListHashSet.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\MD5.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\MathExtras.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\MediaTime.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\MetaAllocator.cpp" />
+ <ClCompile Include="..\Tests\WTF\Optional.cpp" />
+ <ClCompile Include="..\Tests\WTF\RedBlackTree.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\Ref.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\RefCounter.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\RefPtr.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\SHA1.cpp" />
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\SaturatedArithmeticOperations.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\StringBuilder.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\StringHasher.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\StringImpl.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\StringOperators.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\StringView.cpp" />
+ <ClCompile Include="..\Tests\WTF\TemporaryChange.cpp" />
</ins><span class="cx"> <ClCompile Include="..\Tests\WTF\Vector.cpp" />
</span><ins>+ <ClCompile Include="..\Tests\WTF\WeakPtr.cpp" />
+ <ClCompile Include="..\Tests\WTF\WTFString.cpp" />
</ins><span class="cx"> <ClCompile Include="..\win\HostWindow.cpp" />
</span><span class="cx"> <ClCompile Include="..\win\main.cpp" />
</span><span class="cx"> <ClCompile Include="..\win\TestWebKitAPIPrefix.cpp">
</span><span class="lines">@@ -340,4 +363,4 @@
</span><span class="cx"> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</span><span class="cx"> <ImportGroup Label="ExtensionTargets">
</span><span class="cx"> </ImportGroup>
</span><del>-</Project>
</del><ins>+</Project>
</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"> <Filter Include="Tests\WTF\cf">
</span><span class="cx"> <UniqueIdentifier>{909ce22a-2223-4afa-af44-2d0153f13cc6}</UniqueIdentifier>
</span><span class="cx"> </Filter>
</span><ins>+ <Filter Include="Tests\JavaScriptCore">
+ <UniqueIdentifier>{3d2548c0-f826-4e9f-aaea-c6dee792f9ae}</UniqueIdentifier>
+ </Filter>
</ins><span class="cx"> </ItemGroup>
</span><span class="cx"> <ItemGroup>
</span><span class="cx"> <ClInclude Include="..\config.h" />
</span><span class="lines">@@ -28,7 +31,13 @@
</span><span class="cx"> <ClInclude Include="..\win\HostWindow.h">
</span><span class="cx"> <Filter>win</Filter>
</span><span class="cx"> </ClInclude>
</span><del>- <ClInclude Include="TestWebKitAPIPrefix.h" />
</del><ins>+ <ClInclude Include="..\win\TestWebKitAPIPrefix.h" />
+ <ClInclude Include="..\Tests\WTF\MoveOnly.h">
+ <Filter>Tests\WTF</Filter>
+ </ClInclude>
+ <ClInclude Include="..\Tests\WTF\RefLogger.h">
+ <Filter>Tests\WTF</Filter>
+ </ClInclude>
</ins><span class="cx"> </ItemGroup>
</span><span class="cx"> <ItemGroup>
</span><span class="cx"> <ClCompile Include="..\Counters.cpp" />
</span><span class="lines">@@ -93,7 +102,70 @@
</span><span class="cx"> <ClCompile Include="..\Tests\WTF\cf\RetainPtrHashing.cpp">
</span><span class="cx"> <Filter>Tests\WTF\cf</Filter>
</span><span class="cx"> </ClCompile>
</span><del>- <ClCompile Include="TestWebKitAPIPrefix.cpp" />
</del><ins>+ <ClCompile Include="..\win\TestWebKitAPIPrefix.cpp" />
+ <ClCompile Include="..\Tests\WTF\AtomicString.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\CString.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\Deque.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\HashSet.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\IntegerToStringConversion.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\ListHashSet.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\MetaAllocator.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\Optional.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\RedBlackTree.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\RefCounter.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\StringBuilder.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\StringImpl.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\StringView.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\TemporaryChange.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\WeakPtr.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WTF\WTFString.cpp">
+ <Filter>Tests\WTF</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WebCore\CalculationValue.cpp">
+ <Filter>Tests\WebCore</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WebCore\TimeRanges.cpp">
+ <Filter>Tests\WebCore</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WebCore\URL.cpp">
+ <Filter>Tests\WebCore</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\WebCore\CSSParser.cpp">
+ <Filter>Tests\WebCore</Filter>
+ </ClCompile>
+ <ClCompile Include="..\Tests\JavaScriptCore\VMInspector.cpp">
+ <Filter>Tests\JavaScriptCore</Filter>
+ </ClCompile>
</ins><span class="cx"> </ItemGroup>
</span><span class="cx"> <ItemGroup>
</span><span class="cx"> <None Include="TestWebKitAPIPostBuild.cmd" />
</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 <wtf/MetaAllocator.h>
</span><span class="cx"> #include <wtf/Vector.h>
</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>