<!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>[201914] trunk/Tools</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/201914">201914</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2016-06-09 23:11:26 -0700 (Thu, 09 Jun 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Clean up Tools *.vcxproj after switching to CMake.

* DumpRenderTree/DumpRenderTree.sln: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc: Removed.
* DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/resource.h: Removed.
* DumpRenderTree/PlatformWin.cmake:
* DumpRenderTree/win/TestNetscapePlugin.def: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def.
* DumpRenderTree/win/TestNetscapePlugin.rc: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc.
* DumpRenderTree/win/resource.h: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/resource.h.
* MiniBrowser/MiniBrowser.vcxproj: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.ico: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.rc: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.rc: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibResource.h: Removed.
* MiniBrowser/MiniBrowser.vcxproj/MiniBrowserResource.h: Removed.
* MiniBrowser/MiniBrowser.vcxproj/small.ico: Removed.
* MiniBrowser/win/CMakeLists.txt:
* MiniBrowser/win/MiniBrowser.ico: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.ico.
* MiniBrowser/win/MiniBrowser.rc: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.rc.
* MiniBrowser/win/MiniBrowserLib.rc: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.rc.
* MiniBrowser/win/MiniBrowserLibResource.h: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibResource.h.
* MiniBrowser/win/MiniBrowserResource.h: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserResource.h.
* MiniBrowser/win/small.ico: Copied from MiniBrowser/MiniBrowser.vcxproj/small.ico.
* WebKitTestRunner/WebKitTestRunner.sln: Removed.
* win/DLLLauncher/DLLLauncherWinCairo.props: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreePlatformWincmake">trunk/Tools/DumpRenderTree/PlatformWin.cmake</a></li>
<li><a href="#trunkToolsMiniBrowserwinCMakeListstxt">trunk/Tools/MiniBrowser/win/CMakeLists.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsDumpRenderTreewinTestNetscapePlugindef">trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.def</a></li>
<li><a href="#trunkToolsDumpRenderTreewinTestNetscapePluginrc">trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.rc</a></li>
<li><a href="#trunkToolsDumpRenderTreewinresourceh">trunk/Tools/DumpRenderTree/win/resource.h</a></li>
<li><a href="#trunkToolsMiniBrowserwinMiniBrowserico">trunk/Tools/MiniBrowser/win/MiniBrowser.ico</a></li>
<li><a href="#trunkToolsMiniBrowserwinMiniBrowserrc">trunk/Tools/MiniBrowser/win/MiniBrowser.rc</a></li>
<li><a href="#trunkToolsMiniBrowserwinMiniBrowserLibrc">trunk/Tools/MiniBrowser/win/MiniBrowserLib.rc</a></li>
<li><a href="#trunkToolsMiniBrowserwinMiniBrowserLibResourceh">trunk/Tools/MiniBrowser/win/MiniBrowserLibResource.h</a></li>
<li><a href="#trunkToolsMiniBrowserwinMiniBrowserResourceh">trunk/Tools/MiniBrowser/win/MiniBrowserResource.h</a></li>
<li><a href="#trunkToolsMiniBrowserwinsmallico">trunk/Tools/MiniBrowser/win/small.ico</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreesln">trunk/Tools/DumpRenderTree/DumpRenderTree.sln</a></li>
<li>trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/</li>
<li>trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/</li>
<li><a href="#trunkToolsWebKitTestRunnerWebKitTestRunnersln">trunk/Tools/WebKitTestRunner/WebKitTestRunner.sln</a></li>
<li><a href="#trunkToolswinDLLLauncherDLLLauncherWinCairoprops">trunk/Tools/win/DLLLauncher/DLLLauncherWinCairo.props</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/ChangeLog        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -1,3 +1,34 @@
</span><ins>+2016-06-09  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
+        Clean up Tools *.vcxproj after switching to CMake.
+
+        * DumpRenderTree/DumpRenderTree.sln: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc: Removed.
+        * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/resource.h: Removed.
+        * DumpRenderTree/PlatformWin.cmake:
+        * DumpRenderTree/win/TestNetscapePlugin.def: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def.
+        * DumpRenderTree/win/TestNetscapePlugin.rc: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc.
+        * DumpRenderTree/win/resource.h: Copied from DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/resource.h.
+        * MiniBrowser/MiniBrowser.vcxproj: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.ico: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.rc: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.rc: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibResource.h: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/MiniBrowserResource.h: Removed.
+        * MiniBrowser/MiniBrowser.vcxproj/small.ico: Removed.
+        * MiniBrowser/win/CMakeLists.txt:
+        * MiniBrowser/win/MiniBrowser.ico: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.ico.
+        * MiniBrowser/win/MiniBrowser.rc: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.rc.
+        * MiniBrowser/win/MiniBrowserLib.rc: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.rc.
+        * MiniBrowser/win/MiniBrowserLibResource.h: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibResource.h.
+        * MiniBrowser/win/MiniBrowserResource.h: Copied from MiniBrowser/MiniBrowser.vcxproj/MiniBrowserResource.h.
+        * MiniBrowser/win/small.ico: Copied from MiniBrowser/MiniBrowser.vcxproj/small.ico.
+        * WebKitTestRunner/WebKitTestRunner.sln: Removed.
+        * win/DLLLauncher/DLLLauncherWinCairo.props: Removed.
+
</ins><span class="cx"> 2016-06-09  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add testing support for 3x device scale factor.
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreesln"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/DumpRenderTree/DumpRenderTree.sln (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.sln        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.sln        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -1,100 +0,0 @@
</span><del>-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;DumpRenderTree&quot;, &quot;win\DumpRenderTree.vcproj&quot;, &quot;{6567DFD4-D6DE-4CD5-825D-17E353D160E1}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C} = {C0737398-3565-439E-A2B8-AB2BE4D5430C}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;TestNetscapePlugin&quot;, &quot;TestNetscapePlugin\win\TestNetscapePlugin.vcproj&quot;, &quot;{C0737398-3565-439E-A2B8-AB2BE4D5430C}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017} = {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiff&quot;, &quot;win\ImageDiff.vcproj&quot;, &quot;{59CC0547-70AC-499C-9B19-EC01C6F61137}&quot;
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;DumpRenderTreeLauncher&quot;, &quot;win\DumpRenderTreeLauncher.vcproj&quot;, &quot;{2974EA02-840B-4995-8719-8920A61006F1}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1} = {6567DFD4-D6DE-4CD5-825D-17E353D160E1}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiffLauncher&quot;, &quot;win\ImageDiffLauncher.vcproj&quot;, &quot;{DD7949B6-F2B4-47C2-9C42-E21E84CB1017}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {59CC0547-70AC-499C-9B19-EC01C6F61137} = {59CC0547-70AC-499C-9B19-EC01C6F61137}
-        EndProjectSection
-EndProject
-Global
-        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-                Debug_All|Win32 = Debug_All|Win32
-                Debug_Cairo_CFLite|Win32 = Debug_Cairo_CFLite|Win32
-                Debug|Win32 = Debug|Win32
-                Production|Win32 = Production|Win32
-                Release_Cairo_CFLite|Win32 = Release_Cairo_CFLite|Win32
-                Release|Win32 = Release|Win32
-        EndGlobalSection
-        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug_Cairo_CFLite|Win32.ActiveCfg = Debug_Cairo_CFLite|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug_Cairo_CFLite|Win32.Build.0 = Debug_Cairo_CFLite|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug|Win32.ActiveCfg = Debug|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Debug|Win32.Build.0 = Debug|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Production|Win32.ActiveCfg = Production|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Production|Win32.Build.0 = Production|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release_Cairo_CFLite|Win32.ActiveCfg = Release_Cairo_CFLite|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release_Cairo_CFLite|Win32.Build.0 = Release_Cairo_CFLite|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release|Win32.ActiveCfg = Release|Win32
-                {6567DFD4-D6DE-4CD5-825D-17E353D160E1}.Release|Win32.Build.0 = Release|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_Cairo_CFLite|Win32.ActiveCfg = Debug_Cairo_CFLite|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_Cairo_CFLite|Win32.Build.0 = Debug_Cairo_CFLite|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.ActiveCfg = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.Build.0 = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Production|Win32.ActiveCfg = Production|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Production|Win32.Build.0 = Production|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release_Cairo_CFLite|Win32.ActiveCfg = Release_Cairo_CFLite|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release_Cairo_CFLite|Win32.Build.0 = Release_Cairo_CFLite|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.ActiveCfg = Release|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.Build.0 = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_Cairo_CFLite|Win32.ActiveCfg = Debug_Cairo_CFLite|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_Cairo_CFLite|Win32.Build.0 = Debug_Cairo_CFLite|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.ActiveCfg = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.Build.0 = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Production|Win32.ActiveCfg = Production|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Production|Win32.Build.0 = Production|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release_Cairo_CFLite|Win32.ActiveCfg = Release_Cairo_CFLite|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release_Cairo_CFLite|Win32.Build.0 = Release_Cairo_CFLite|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.ActiveCfg = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.Build.0 = Release|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug_Cairo_CFLite|Win32.ActiveCfg = Debug_Cairo_CFLite|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug_Cairo_CFLite|Win32.Build.0 = Debug_Cairo_CFLite|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug|Win32.ActiveCfg = Debug|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Debug|Win32.Build.0 = Debug|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Production|Win32.ActiveCfg = Production|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Production|Win32.Build.0 = Production|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release_Cairo_CFLite|Win32.ActiveCfg = Release_Cairo_CFLite|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release_Cairo_CFLite|Win32.Build.0 = Release_Cairo_CFLite|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release|Win32.ActiveCfg = Release|Win32
-                {2974EA02-840B-4995-8719-8920A61006F1}.Release|Win32.Build.0 = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_Cairo_CFLite|Win32.ActiveCfg = Debug_Cairo_CFLite|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_Cairo_CFLite|Win32.Build.0 = Debug_Cairo_CFLite|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.ActiveCfg = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.Build.0 = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Production|Win32.ActiveCfg = Production|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Production|Win32.Build.0 = Production|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release_Cairo_CFLite|Win32.ActiveCfg = Release_Cairo_CFLite|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release_Cairo_CFLite|Win32.Build.0 = Release_Cairo_CFLite|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.ActiveCfg = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.Build.0 = Release|Win32
-        EndGlobalSection
-        GlobalSection(SolutionProperties) = preSolution
-                HideSolutionNode = FALSE
-        EndGlobalSection
-EndGlobal
</del></span></pre></div>
<a id="trunkToolsDumpRenderTreePlatformWincmake"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/PlatformWin.cmake (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/PlatformWin.cmake        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/DumpRenderTree/PlatformWin.cmake        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> list(APPEND TestNetscapePlugin_SOURCES
</span><del>-    DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def
-    DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc
</del><ins>+    win/TestNetscapePlugin.def
+    win/TestNetscapePlugin.rc
</ins><span class="cx"> 
</span><span class="cx">     TestNetscapePlugin/Tests/win/CallJSThatDestroysPlugin.cpp
</span><span class="cx">     TestNetscapePlugin/Tests/win/DrawsGradient.cpp
</span><span class="lines">@@ -70,7 +70,6 @@
</span><span class="cx"> 
</span><span class="cx"> list(APPEND DumpRenderTree_INCLUDE_DIRECTORIES
</span><span class="cx">     win
</span><del>-    DumpRenderTree.vcxproj/TestNetscapePlugin
</del><span class="cx">     TestNetscapePlugin
</span><span class="cx">     TestNetscapePlugin/ForwardingHeaders
</span><span class="cx">     TestNetscapePlugin/Tests
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreewinTestNetscapePlugindeffromrev201902trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePlugindef"></a>
<div class="copfile"><h4>Copied: trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.def (from rev 201902, trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.def) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.def                                (rev 0)
+++ trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.def        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+EXPORTS
+        NP_GetEntryPoints   @1
+        NP_Initialize       @2
+        NP_Shutdown         @3
</ins></span></pre></div>
<a id="trunkToolsDumpRenderTreewinTestNetscapePluginrcfromrev201902trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginTestNetscapePluginrc"></a>
<div class="copfile"><h4>Copied: trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.rc (from rev 201902, trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.rc) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.rc                                (rev 0)
+++ trunk/Tools/DumpRenderTree/win/TestNetscapePlugin.rc        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,102 @@
</span><ins>+// Microsoft Visual C++ generated resource script.
+//
+#include &quot;resource.h&quot;
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include &quot;windows.h&quot;
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE 
+BEGIN
+    &quot;resource.h\0&quot;
+END
+
+2 TEXTINCLUDE 
+BEGIN
+    &quot;#include &quot;&quot;windows.h&quot;&quot;\r\n&quot;
+    &quot;\0&quot;
+END
+
+3 TEXTINCLUDE 
+BEGIN
+    &quot;\r\n&quot;
+    &quot;\0&quot;
+END
+
+#endif    // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+    BLOCK &quot;StringFileInfo&quot;
+    BEGIN
+        BLOCK &quot;040904e4&quot;
+        BEGIN
+            VALUE &quot;CompanyName&quot;, &quot;Apple Inc.&quot;
+            VALUE &quot;FileDescription&quot;, &quot;Simple Netscape plug-in that handles test content for WebKit&quot;
+            VALUE &quot;FileExtents&quot;, &quot;testnetscape|png&quot;
+            VALUE &quot;FileOpenName&quot;, &quot;test netscape content|PNG image&quot;
+            VALUE &quot;LegalCopyright&quot;, &quot;Copyright Apple Inc. 2007-2009&quot;
+            VALUE &quot;MIMEType&quot;, &quot;application/x-webkit-test-netscape|image/png&quot;
+            VALUE &quot;OriginalFilename&quot;, &quot;npTestNetscapePlugin.dll&quot;
+            VALUE &quot;ProductName&quot;, &quot;WebKit Test PlugIn&quot;
+        END
+    END
+    BLOCK &quot;VarFileInfo&quot;
+    BEGIN
+        VALUE &quot;Translation&quot;, 0x409, 1252
+    END
+END
+
+#endif    // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif    // not APSTUDIO_INVOKED
+
</ins></span></pre></div>
<a id="trunkToolsDumpRenderTreewinresourcehfromrev201902trunkToolsDumpRenderTreeDumpRenderTreevcxprojTestNetscapePluginresourceh"></a>
<div class="copfile"><h4>Copied: trunk/Tools/DumpRenderTree/win/resource.h (from rev 201902, trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/resource.h) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/win/resource.h                                (rev 0)
+++ trunk/Tools/DumpRenderTree/win/resource.h        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by TestNetscapePlugin.rc
+
+// Next default values for new objects
+// 
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE        101
+#define _APS_NEXT_COMMAND_VALUE         40001
+#define _APS_NEXT_CONTROL_VALUE         1001
+#define _APS_NEXT_SYMED_VALUE           101
+#endif
+#endif
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserwinCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/win/CMakeLists.txt (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/win/CMakeLists.txt        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/MiniBrowser/win/CMakeLists.txt        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -1,5 +1,4 @@
</span><span class="cx"> set(MiniBrowser_INCLUDE_DIRECTORIES
</span><del>-    ../MiniBrowser.vcxproj
</del><span class="cx">     &quot;${DERIVED_SOURCES_DIR}/ForwardingHeaders&quot;
</span><span class="cx">     &quot;${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit&quot;
</span><span class="cx">     &quot;${WTF_DIR}&quot;
</span><span class="lines">@@ -15,11 +14,10 @@
</span><span class="cx">     ResourceLoadDelegate.cpp
</span><span class="cx">     WebDownloadDelegate.cpp
</span><span class="cx">     MiniBrowser.cpp
</span><ins>+    MiniBrowserLib.rc
</ins><span class="cx">     MiniBrowserWebHost.cpp
</span><span class="cx">     WinMain.cpp
</span><span class="cx">     stdafx.cpp
</span><del>-
-    ../MiniBrowser.vcxproj/MiniBrowserLib.rc
</del><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> set(MiniBrowser_LIBRARIES
</span><span class="lines">@@ -54,7 +52,7 @@
</span><span class="cx"> add_library(MiniBrowserLib SHARED ${MiniBrowser_SOURCES})
</span><span class="cx"> target_link_libraries(MiniBrowserLib ${MiniBrowser_LIBRARIES})
</span><span class="cx"> 
</span><del>-add_executable(MiniBrowser WIN32 ${TOOLS_DIR}/win/DLLLauncher/DLLLauncherMain.cpp ../MiniBrowser.vcxproj/MiniBrowser.rc)
</del><ins>+add_executable(MiniBrowser WIN32 ${TOOLS_DIR}/win/DLLLauncher/DLLLauncherMain.cpp MiniBrowser.rc)
</ins><span class="cx"> target_link_libraries(MiniBrowser shlwapi)
</span><span class="cx"> set_target_properties(MiniBrowser PROPERTIES OUTPUT_NAME &quot;MiniBrowser&quot;)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsMiniBrowserwinMiniBrowsericofromrev201902trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserico"></a>
<div class="binary"><h4>Copied: trunk/Tools/MiniBrowser/win/MiniBrowser.ico (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.ico)</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkToolsMiniBrowserwinMiniBrowserrcfromrev201902trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserrc"></a>
<div class="copfile"><h4>Copied: trunk/Tools/MiniBrowser/win/MiniBrowser.rc (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowser.rc) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/win/MiniBrowser.rc                                (rev 0)
+++ trunk/Tools/MiniBrowser/win/MiniBrowser.rc        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,76 @@
</span><ins>+// Microsoft Visual C++ generated resource script.
+//
+#include &quot;MiniBrowserResource.h&quot;
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include &quot;windows.h&quot;
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_MINIBROWSER         ICON                    &quot;MiniBrowser.ico&quot;
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE 
+BEGIN
+    &quot;MiniBrowserResource.\0&quot;
+END
+
+2 TEXTINCLUDE 
+BEGIN
+    &quot;#define APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
+    &quot;#include &quot;&quot;windows.h&quot;&quot;\r\n&quot;
+    &quot;#undef APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
+    &quot;\0&quot;
+END
+
+3 TEXTINCLUDE 
+BEGIN
+    &quot;\r\n&quot;
+    &quot;\0&quot;
+END
+
+#endif    // APSTUDIO_INVOKED
+
+#endif    // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif    // not APSTUDIO_INVOKED
+
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserwinMiniBrowserLibrcfromrev201902trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibrc"></a>
<div class="copfile"><h4>Copied: trunk/Tools/MiniBrowser/win/MiniBrowserLib.rc (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLib.rc) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/win/MiniBrowserLib.rc                                (rev 0)
+++ trunk/Tools/MiniBrowser/win/MiniBrowserLib.rc        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,328 @@
</span><ins>+// Microsoft Visual C++ generated resource script.
+//
+#include &quot;MiniBrowserLibResource.h&quot;
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include &quot;windows.h&quot;
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_MINIBROWSER         ICON                    &quot;MiniBrowser.ico&quot;
+IDI_SMALL               ICON                    &quot;small.ico&quot;
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDC_MINIBROWSER MENU
+BEGIN
+    POPUP &quot;&amp;File&quot;
+    BEGIN
+        MENUITEM &quot;&amp;Print\tCtrl-P&quot;,              IDM_PRINT
+        MENUITEM &quot;E&amp;xit&quot;,                       IDM_EXIT
+    END
+    POPUP &quot;&amp;View&quot;
+    BEGIN
+        MENUITEM &quot;Actual Size&quot;,                 IDM_ACTUAL_SIZE
+        MENUITEM &quot;Zoom In\tCtrl++&quot;,             IDM_ZOOM_IN
+        MENUITEM &quot;Zoom Out\tCtrl+-&quot;,            IDM_ZOOM_OUT
+        MENUITEM &quot;Invert Colors&quot;,               IDM_INVERT_COLORS
+    END
+    POPUP &quot;&amp;History&quot;
+    BEGIN
+        MENUITEM &quot;Back&quot;,                        IDM_HISTORY_BACKWARD
+        MENUITEM &quot;Forward&quot;,                     IDM_HISTORY_FORWARD
+        MENUITEM SEPARATOR
+        MENUITEM &quot;Unused History 0&quot;,            IDM_HISTORY_LINK0
+        MENUITEM &quot;Unused History 1&quot;,            IDM_HISTORY_LINK1
+        MENUITEM &quot;Unused History 2&quot;,            IDM_HISTORY_LINK2
+        MENUITEM &quot;Unused History 3&quot;,            IDM_HISTORY_LINK3
+        MENUITEM &quot;Unused History 4&quot;,            IDM_HISTORY_LINK4
+        MENUITEM &quot;Unused History 5&quot;,            IDM_HISTORY_LINK5
+        MENUITEM &quot;Unused History 6&quot;,            IDM_HISTORY_LINK6
+        MENUITEM &quot;Unused History 7&quot;,            IDM_HISTORY_LINK7
+        MENUITEM &quot;Unused History 8&quot;,            IDM_HISTORY_LINK8
+        MENUITEM &quot;Unused History 9&quot;,            IDM_HISTORY_LINK9
+    END
+    POPUP &quot;D&amp;evelop&quot;
+    BEGIN
+        MENUITEM &quot;Show Web Inspector&quot;,          IDM_WEB_INSPECTOR
+        POPUP &quot;User Agent&quot;
+        BEGIN
+            MENUITEM &quot;Default (Automatically Chosen)&quot;, IDM_UA_DEFAULT
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Safari 8.0&quot;,                  IDM_UA_SAFARI_8_0
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Safari iOS 8 - iPhone&quot;,       IDM_UA_SAFARI_IOS_8_IPHONE
+            MENUITEM &quot;Safari iOS 8 - iPad&quot;,         IDM_UA_SAFARI_IOS_8_IPAD
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Internet Explorer 11.0&quot;,      IDM_UA_IE_11
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Google Chrome - Mac&quot;,         IDM_UA_CHROME_MAC
+            MENUITEM &quot;Google Chrome - Windows&quot;,     IDM_UA_CHROME_WIN
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Firefox - Mac&quot;,               IDM_UA_FIREFOX_MAC
+            MENUITEM &quot;Firefox - Windows&quot;,           IDM_UA_FIREFOX_WIN
+            MENUITEM SEPARATOR
+            MENUITEM &quot;Other&quot;,                       IDM_UA_OTHER
+        END
+        MENUITEM SEPARATOR
+        MENUITEM &quot;Disable Images&quot;,              IDM_DISABLE_IMAGES
+        MENUITEM &quot;Disable Styles&quot;,              IDM_DISABLE_STYLES
+        MENUITEM &quot;Disable JavaScript&quot;,          IDM_DISABLE_JAVASCRIPT
+        MENUITEM &quot;Disable Local File Restrictions&quot;, IDM_DISABLE_LOCAL_FILE_RESTRICTIONS
+    END
+    POPUP &quot;&amp;Help&quot;
+    BEGIN
+        MENUITEM &quot;&amp;About ...&quot;,                  IDM_ABOUT
+    END
+    POPUP &quot;&amp;Debug&quot;
+    BEGIN
+        MENUITEM &quot;Use AVFoundation&quot;,            IDM_AVFOUNDATION, CHECKED
+        MENUITEM &quot;Use Accelerated Compositing&quot;, IDM_ACC_COMPOSITING, CHECKED
+        MENUITEM &quot;Enable WebKit Full Screen&quot;,   IDM_WK_FULLSCREEN, CHECKED
+        MENUITEM SEPARATOR
+        MENUITEM &quot;Show Compositing Borders&quot;,    IDM_COMPOSITING_BORDERS
+        MENUITEM &quot;Show Tiled Drawing indicator&quot;, IDM_DEBUG_INFO_LAYER
+        MENUITEM SEPARATOR
+        MENUITEM &quot;Show Caches Window&quot;,          IDM_CACHES
+        MENUITEM &quot;Show Layer Tree&quot;,             IDM_SHOW_LAYER_TREE
+    END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Accelerator
+//
+
+IDC_MINIBROWSER ACCELERATORS
+BEGIN
+    &quot;/&quot;,            IDM_ABOUT,              ASCII,  ALT, NOINVERT
+    &quot;?&quot;,            IDM_ABOUT,              ASCII,  ALT, NOINVERT
+    VK_ADD,         IDM_ZOOM_IN,            VIRTKEY, CONTROL, NOINVERT
+    VK_SUBTRACT,    IDM_ZOOM_OUT,           VIRTKEY, CONTROL, NOINVERT
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
+STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION &quot;About&quot;
+FONT 8, &quot;System&quot;, 0, 0, 0x0
+BEGIN
+    ICON            IDI_MINIBROWSER,IDC_MYICON,14,9,20,20
+    LTEXT           &quot;MiniBrowser Version 1.0&quot;,IDC_STATIC,49,10,119,8,SS_NOPREFIX
+    LTEXT           &quot;Copyright (C) 2015&quot;,IDC_STATIC,49,20,119,8
+    DEFPUSHBUTTON   &quot;OK&quot;,IDOK,195,6,30,11,WS_GROUP
+END
+
+IDD_CACHES DIALOGEX 0, 0, 401, 456
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION &quot;Dialog&quot;
+FONT 8, &quot;MS Shell Dlg&quot;, 400, 0, 0x1
+BEGIN
+    DEFPUSHBUTTON   &quot;OK&quot;,IDOK,287,435,50,14
+    PUSHBUTTON      &quot;Cancel&quot;,IDCANCEL,344,435,50,14
+    GROUPBOX        &quot;FastMalloc&quot;,IDC_STATIC,208,14,186,67
+    GROUPBOX        &quot;WebCore Cache&quot;,IDC_STATIC,17,83,376,105
+    GROUPBOX        &quot;JavaScript Heap&quot;,IDC_STATIC,18,193,376,168
+    GROUPBOX        &quot;Site Icon Database&quot;,IDC_STATIC,18,366,142,65
+    GROUPBOX        &quot;Font and Glyph Caches&quot;,IDC_STATIC,168,366,226,66
+    GROUPBOX        &quot;CFURLCache&quot;,IDC_STATIC,7,14,197,67
+    PUSHBUTTON      &quot;Empty URLCache&quot;,IDC_EMPTY_URL_CACHE,131,63,69,14,WS_DISABLED
+    PUSHBUTTON      &quot;Return Free Memory&quot;,IDC_RETURN_FREE_MEMORY,308,63,76,14,WS_DISABLED
+    PUSHBUTTON      &quot;Empty WebCore Cache&quot;,IDC_EMPTY_WEBCORE_CACHE,21,170,83,14,WS_DISABLED
+    CONTROL         &quot;Disable WebCore Cache&quot;,IDC_CHECK1,&quot;Button&quot;,BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,119,172,93,10
+    PUSHBUTTON      &quot;Garbage Collect JavaScript Objects&quot;,IDC_GC_JSC,253,343,135,14,WS_DISABLED
+    RTEXT           &quot;Reserved VM&quot;,IDC_STATIC,212,26,67,9
+    RTEXT           &quot;0&quot;,IDC_RESERVED_VM,290,26,94,8
+    RTEXT           &quot;Committed VM&quot;,IDC_STATIC,211,39,67,8
+    RTEXT           &quot;0&quot;,IDC_COMMITTED_VM,290,39,94,8
+    RTEXT           &quot;Free List Bytes&quot;,IDC_STATIC,211,52,67,8
+    RTEXT           &quot;0&quot;,IDC_FREE_LIST_BYTES,290,52,94,8
+    RTEXT           &quot;Images&quot;,IDC_STATIC,37,106,24,8
+    RTEXT           &quot;CSS&quot;,IDC_STATIC,47,116,14,8
+    RTEXT           &quot;XSL&quot;,IDC_STATIC,49,126,12,8
+    RTEXT           &quot;JavaScript&quot;,IDC_STATIC,27,135,34,8
+    RTEXT           &quot;Total&quot;,IDC_STATIC,43,146,17,8
+    LTEXT           &quot;Objects&quot;,IDC_STATIC,111,96,26,8
+    LTEXT           &quot;Bytes&quot;,IDC_STATIC,175,96,19,8
+    LTEXT           &quot;Live&quot;,IDC_STATIC,232,96,14,8
+    LTEXT           &quot;Decoded&quot;,IDC_STATIC,284,96,29,8
+    LTEXT           &quot;Purgeable&quot;,IDC_STATIC,351,96,33,8
+    RTEXT           &quot;0&quot;,IDC_IMAGES_OBJECT_COUNT,100,106,32,8
+    RTEXT           &quot;0&quot;,IDC_CSS_OBJECT_COUNT,100,116,32,8
+    RTEXT           &quot;0&quot;,IDC_XSL_OBJECT_COUNT,100,126,32,8
+    RTEXT           &quot;0&quot;,IDC_JSC_OBJECT_COUNT,100,135,32,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_OBJECT_COUNT,100,146,32,8
+    RTEXT           &quot;0&quot;,IDC_IMAGES_BYTES,162,106,32,8
+    RTEXT           &quot;0&quot;,IDC_CSS_BYTES,162,116,32,8
+    RTEXT           &quot;0&quot;,IDC_XSL_BYTES,162,126,32,8
+    RTEXT           &quot;0&quot;,IDC_JSC_BYTES,162,135,32,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_BYTES,162,146,32,8
+    RTEXT           &quot;0&quot;,IDC_IMAGES_LIVE_COUNT,221,106,32,8
+    RTEXT           &quot;0&quot;,IDC_CSS_LIVE_COUNT,221,116,32,8
+    RTEXT           &quot;0&quot;,IDC_XSL_LIVE_COUNT,221,126,32,8
+    RTEXT           &quot;0&quot;,IDC_JSC_LIVE_COUNT,221,135,32,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_LIVE_COUNT,221,146,32,8
+    RTEXT           &quot;0&quot;,IDC_IMAGES_DECODED_COUNT,284,106,32,8
+    RTEXT           &quot;0&quot;,IDC_CSS_DECODED_COUNT,284,116,32,8
+    RTEXT           &quot;0&quot;,IDC_XSL_DECODED_COUNT,284,126,32,8
+    RTEXT           &quot;0&quot;,IDC_JSC_DECODED_COUNT,284,135,32,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_DECODED,284,146,32,8
+    RTEXT           &quot;0&quot;,IDC_IMAGES_PURGEABLE_COUNT,354,106,32,8
+    RTEXT           &quot;0&quot;,IDC_CSS_PURGEABLE_COUNT,354,116,32,8
+    RTEXT           &quot;0&quot;,IDC_XSL_PURGEABLE_COUNT,354,126,32,8
+    RTEXT           &quot;0&quot;,IDC_JSC_PURGEABLE_COUNT,354,135,32,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_PURGEABLE,354,146,32,8
+    RTEXT           &quot;Total Objects&quot;,IDC_STATIC,63,207,44,8
+    RTEXT           &quot;Global Objects&quot;,IDC_STATIC,56,217,51,8
+    RTEXT           &quot;Protected Objects&quot;,IDC_STATIC,48,227,59,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_JSC_HEAP_OBJECTS,127,207,56,8
+    RTEXT           &quot;0&quot;,IDC_GLOBAL_JSC_HEAP_OBJECTS,127,217,56,8
+    RTEXT           &quot;0&quot;,IDC_PROTECTED_JSC_HEAP_OBJECTS,127,227,56,8
+    RTEXT           &quot;Size&quot;,IDC_STATIC56,223,207,14,8
+    RTEXT           &quot;Free&quot;,IDC_STATIC57,222,217,16,8
+    RTEXT           &quot;0&quot;,IDC_JSC_HEAP_SIZE,270,207,56,8
+    RTEXT           &quot;0&quot;,IDC_JSC_HEAP_FREE,270,217,56,8
+    PUSHBUTTON      &quot;Purge Inactive Font Data&quot;,IDC_BUTTON5,293,415,95,14,WS_DISABLED
+    LTEXT           &quot;Total Font Data Objects&quot;,IDC_STATIC,208,379,78,8
+    LTEXT           &quot;Inactive Font Data Objects&quot;,IDC_STATIC,198,390,88,8
+    LTEXT           &quot;Glyph Pages&quot;,IDC_STATIC,246,402,40,8
+    RTEXT           &quot;0&quot;,IDC_TOTAL_FONT_OBJECTS,329,379,56,8
+    RTEXT           &quot;0&quot;,IDC_INACTIVE_FONT_OBJECTS,329,390,56,8
+    RTEXT           &quot;0&quot;,IDC_GLYPH_PAGES,329,402,56,8
+    LTEXT           &quot;Page URL Mappings&quot;,IDC_STATIC,33,380,64,8
+    LTEXT           &quot;Retained Page URLs&quot;,IDC_STATIC,31,390,66,8
+    LTEXT           &quot;Site Icon Records&quot;,IDC_STATIC,40,400,57,8
+    LTEXT           &quot;Site Icons with Data&quot;,IDC_STATIC,32,410,65,8
+    RTEXT           &quot;0&quot;,IDC_PAGE_URL_MAPPINGS,101,380,52,8
+    RTEXT           &quot;0&quot;,IDC_RETAINED_PAGE_URLS,101,390,52,8
+    RTEXT           &quot;0&quot;,IDC_SITE_ICON_RECORDS,101,400,52,8
+    RTEXT           &quot;0&quot;,IDC_SITE_ICONS_WITH_DATA,101,410,52,8
+END
+
+IDD_USER_AGENT DIALOGEX 0, 0, 309, 176
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION &quot;Dialog&quot;
+FONT 8, &quot;MS Shell Dlg&quot;, 400, 0, 0x1
+BEGIN
+    LTEXT           &quot;Type a custom user agent string for this page.&quot;,IDC_Message,7,7,295,19
+    EDITTEXT        IDC_USER_AGENT_INPUT,7,34,295,117,ES_AUTOHSCROLL
+    DEFPUSHBUTTON   &quot;OK&quot;,IDOK,198,155,50,14
+    PUSHBUTTON      &quot;Cancel&quot;,IDCANCEL,252,155,50,14
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE 
+BEGIN
+    &quot;MiniBrowserLibResource.h\0&quot;
+END
+
+2 TEXTINCLUDE 
+BEGIN
+    &quot;#define APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
+    &quot;#include &quot;&quot;windows.h&quot;&quot;\r\n&quot;
+    &quot;#undef APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
+    &quot;\0&quot;
+END
+
+3 TEXTINCLUDE 
+BEGIN
+    &quot;\r\n&quot;
+    &quot;\0&quot;
+END
+
+#endif    // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+    IDD_ABOUTBOX, DIALOG
+    BEGIN
+    END
+
+    IDD_CACHES, DIALOG
+    BEGIN
+        LEFTMARGIN, 7
+        RIGHTMARGIN, 394
+        TOPMARGIN, 7
+        BOTTOMMARGIN, 449
+    END
+
+    IDD_USER_AGENT, DIALOG
+    BEGIN
+        LEFTMARGIN, 7
+        RIGHTMARGIN, 302
+        TOPMARGIN, 7
+        BOTTOMMARGIN, 169
+    END
+END
+#endif    // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+    IDS_APP_TITLE           &quot;MiniBrowser&quot;
+    IDC_MINIBROWSER         &quot;MINIBROWSER&quot;
+END
+
+#endif    // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif    // not APSTUDIO_INVOKED
+
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserwinMiniBrowserLibResourcehfromrev201902trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserLibResourceh"></a>
<div class="copfile"><h4>Copied: trunk/Tools/MiniBrowser/win/MiniBrowserLibResource.h (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserLibResource.h) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/win/MiniBrowserLibResource.h                                (rev 0)
+++ trunk/Tools/MiniBrowser/win/MiniBrowserLibResource.h        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,121 @@
</span><ins>+// {{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by MiniBrowserLib.rc
+//
+#define IDC_MYICON                      2
+#define IDD_MINIBROWSER_DIALOG          102
+#define IDS_APP_TITLE                   103
+#define IDD_ABOUTBOX                    103
+#define IDM_ABOUT                       104
+#define IDM_EXIT                        105
+#define IDM_PRINT                       106
+#define IDI_MINIBROWSER                 107
+#define IDI_SMALL                       108
+#define IDC_MINIBROWSER                 109
+#define IDM_AVFOUNDATION                110
+#define IDM_ACC_COMPOSITING             111
+#define IDM_WK_FULLSCREEN               112
+#define IDM_COMPOSITING_BORDERS         113
+#define IDM_CACHES                      114
+#define IDM_WEB_INSPECTOR               120
+#define IDM_DISABLE_IMAGES              121
+#define IDM_DISABLE_STYLES              122
+#define IDM_DISABLE_JAVASCRIPT          123
+#define IDM_DISABLE_LOCAL_FILE_RESTRICTIONS 124
+#define IDM_INVERT_COLORS               125
+#define IDR_MAINFRAME                   128
+#define IDD_CACHES                      129
+#define IDM_HISTORY_BACKWARD            130
+#define IDD_USER_AGENT                  130
+#define IDM_HISTORY_FORWARD             131
+#define IDM_HISTORY_LINK0               150
+#define IDM_HISTORY_LINK1               151
+#define IDM_HISTORY_LINK2               152
+#define IDM_HISTORY_LINK3               153
+#define IDM_HISTORY_LINK4               154
+#define IDM_HISTORY_LINK5               155
+#define IDM_HISTORY_LINK6               156
+#define IDM_HISTORY_LINK7               157
+#define IDM_HISTORY_LINK8               158
+#define IDM_HISTORY_LINK9               159
+#define IDT_UPDATE_STATS                160
+#define IDM_UA_DEFAULT                  161
+#define IDM_UA_SAFARI_8_0               162
+#define IDM_UA_SAFARI_IOS_8_IPHONE      163
+#define IDM_UA_SAFARI_IOS_8_IPAD        164
+#define IDM_UA_IE_11                    165
+#define IDM_UA_CHROME_MAC               166
+#define IDM_UA_CHROME_WIN               167
+#define IDM_UA_FIREFOX_MAC              168
+#define IDM_UA_FIREFOX_WIN              169
+#define IDM_UA_OTHER                    170
+#define IDM_ACTUAL_SIZE                 171
+#define IDM_ZOOM_IN                     172
+#define IDM_ZOOM_OUT                    173
+#define IDM_SHOW_LAYER_TREE             174
+#define IDM_DEBUG_INFO_LAYER            175
+#define IDC_EMPTY_URL_CACHE             1000
+#define IDC_RETURN_FREE_MEMORY          1001
+#define IDC_EMPTY_WEBCORE_CACHE         1002
+#define IDC_CHECK1                      1003
+#define IDC_HEAP_OBJECTS                1005
+#define IDC_GC_JSC                      1006
+#define IDC_RESERVED_VM                 1007
+#define IDC_COMMITTED_VM                1008
+#define IDC_FREE_LIST_BYTES             1009
+#define IDC_IMAGES_OBJECT_COUNT         1011
+#define IDC_CSS_OBJECT_COUNT            1012
+#define IDC_XSL_OBJECT_COUNT            1013
+#define IDC_JSC_OBJECT_COUNT            1014
+#define IDC_TOTAL_OBJECT_COUNT          1015
+#define IDC_IMAGES_BYTES                1016
+#define IDC_CSS_BYTES                   1017
+#define IDC_XSL_BYTES                   1018
+#define IDC_JSC_BYTES                   1019
+#define IDC_TOTAL_BYTES                 1020
+#define IDC_IMAGES_LIVE_COUNT           1021
+#define IDC_CSS_LIVE_COUNT              1022
+#define IDC_XSL_LIVE_COUNT              1023
+#define IDC_JSC_LIVE_COUNT              1024
+#define IDC_TOTAL_LIVE_COUNT            1025
+#define IDC_IMAGES_DECODED_COUNT        1026
+#define IDC_CSS_DECODED_COUNT           1027
+#define IDC_XSL_DECODED_COUNT           1028
+#define IDC_JSC_DECODED_COUNT           1029
+#define IDC_TOTAL_DECODED               1030
+#define IDC_IMAGES_PURGEABLE_COUNT      1031
+#define IDC_CSS_PURGEABLE_COUNT         1032
+#define IDC_XSL_PURGEABLE_COUNT         1033
+#define IDC_JSC_PURGEABLE_COUNT         1034
+#define IDC_TOTAL_PURGEABLE             1035
+#define IDC_TOTAL_JSC_HEAP_OBJECTS      1036
+#define IDC_GLOBAL_JSC_HEAP_OBJECTS     1037
+#define IDC_PROTECTED_JSC_HEAP_OBJECTS  1038
+#define IDC_STATIC56                    1039
+#define IDC_STATIC57                    1040
+#define IDC_JSC_HEAP_SIZE               1041
+#define IDC_JSC_HEAP_FREE               1042
+#define IDC_BUTTON5                     1043
+#define IDC_TOTAL_FONT_OBJECTS          1044
+#define IDC_Message                     1044
+#define IDC_INACTIVE_FONT_OBJECTS       1045
+#define IDC_GLYPH_PAGES                 1046
+#define IDC_PAGE_URL_MAPPINGS           1047
+#define IDC_RETAINED_PAGE_URLS          1048
+#define IDC_SITE_ICON_RECORDS           1049
+#define IDC_TOTAL_FONT_OBJECTS5         1050
+#define IDC_SITE_ICONS_WITH_DATA        1051
+#define IDC_USER_AGENT_INPUT            1052
+#define IDC_STATIC                      -1
+
+// Next default values for new objects
+// 
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC                     1
+#define _APS_NEXT_RESOURCE_VALUE        174
+#define _APS_NEXT_COMMAND_VALUE         32776
+#define _APS_NEXT_CONTROL_VALUE         1053
+#define _APS_NEXT_SYMED_VALUE           110
+#endif
+#endif
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserwinMiniBrowserResourcehfromrev201902trunkToolsMiniBrowserMiniBrowservcxprojMiniBrowserResourceh"></a>
<div class="copfile"><h4>Copied: trunk/Tools/MiniBrowser/win/MiniBrowserResource.h (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/MiniBrowserResource.h) (0 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/win/MiniBrowserResource.h                                (rev 0)
+++ trunk/Tools/MiniBrowser/win/MiniBrowserResource.h        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by MiniBrowserLauncher.rc
+//
+#define IDD_MINIBROWSER_DIALOG          102
+#define IDI_MINIBROWSER                 107
+#define IDR_MAINFRAME                   128
+#define IDC_STATIC                      -1
+
+// Next default values for new objects
+// 
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC                     1
+#define _APS_NEXT_RESOURCE_VALUE        129
+#define _APS_NEXT_COMMAND_VALUE         32771
+#define _APS_NEXT_CONTROL_VALUE         1000
+#define _APS_NEXT_SYMED_VALUE           110
+#endif
+#endif
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserwinsmallicofromrev201902trunkToolsMiniBrowserMiniBrowservcxprojsmallico"></a>
<div class="binary"><h4>Copied: trunk/Tools/MiniBrowser/win/small.ico (from rev 201902, trunk/Tools/MiniBrowser/MiniBrowser.vcxproj/small.ico)</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkToolsWebKitTestRunnerWebKitTestRunnersln"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/WebKitTestRunner/WebKitTestRunner.sln (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/WebKitTestRunner.sln        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunner.sln        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -1,104 +0,0 @@
</span><del>-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;WebKitTestRunner&quot;, &quot;win\WebKitTestRunner.vcproj&quot;, &quot;{3B99669B-1817-443B-BCBE-835580146668}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {CBC3391C-F060-4BF5-A66E-81404168816B} = {CBC3391C-F060-4BF5-A66E-81404168816B}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;InjectedBundleGenerated&quot;, &quot;win\InjectedBundleGenerated.vcproj&quot;, &quot;{4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C} = {C0737398-3565-439E-A2B8-AB2BE4D5430C}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiff&quot;, &quot;..\DumpRenderTree\win\ImageDiff.vcproj&quot;, &quot;{59CC0547-70AC-499C-9B19-EC01C6F61137}&quot;
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;InjectedBundle&quot;, &quot;win\InjectedBundle.vcproj&quot;, &quot;{CBC3391C-F060-4BF5-A66E-81404168816B}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD} = {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;TestNetscapePlugin&quot;, &quot;..\DumpRenderTree\TestNetscapePlugIn\win\TestNetscapePlugin.vcproj&quot;, &quot;{C0737398-3565-439E-A2B8-AB2BE4D5430C}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017} = {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;WebKitTestRunnerLauncher&quot;, &quot;win\WebKitTestRunnerLauncher.vcproj&quot;, &quot;{C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {3B99669B-1817-443B-BCBE-835580146668} = {3B99669B-1817-443B-BCBE-835580146668}
-        EndProjectSection
-EndProject
-Project(&quot;{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}&quot;) = &quot;ImageDiffLauncher&quot;, &quot;..\DumpRenderTree\win\ImageDiffLauncher.vcproj&quot;, &quot;{DD7949B6-F2B4-47C2-9C42-E21E84CB1017}&quot;
-        ProjectSection(ProjectDependencies) = postProject
-                {59CC0547-70AC-499C-9B19-EC01C6F61137} = {59CC0547-70AC-499C-9B19-EC01C6F61137}
-        EndProjectSection
-EndProject
-Global
-        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-                Debug_All|Win32 = Debug_All|Win32
-                Debug|Win32 = Debug|Win32
-                Production|Win32 = Production|Win32
-                Release|Win32 = Release|Win32
-        EndGlobalSection
-        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-                {3B99669B-1817-443B-BCBE-835580146668}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Debug|Win32.ActiveCfg = Debug|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Debug|Win32.Build.0 = Debug|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Production|Win32.ActiveCfg = Production|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Production|Win32.Build.0 = Production|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Release|Win32.ActiveCfg = Release|Win32
-                {3B99669B-1817-443B-BCBE-835580146668}.Release|Win32.Build.0 = Release|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Debug|Win32.ActiveCfg = Debug|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Debug|Win32.Build.0 = Debug|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Production|Win32.ActiveCfg = Production|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Production|Win32.Build.0 = Production|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Release|Win32.ActiveCfg = Release|Win32
-                {4343BC0B-A2E0-4B48-8277-F33CFBFA83CD}.Release|Win32.Build.0 = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.ActiveCfg = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Debug|Win32.Build.0 = Debug|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Production|Win32.ActiveCfg = Production|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Production|Win32.Build.0 = Production|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.ActiveCfg = Release|Win32
-                {59CC0547-70AC-499C-9B19-EC01C6F61137}.Release|Win32.Build.0 = Release|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.ActiveCfg = Debug|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.Build.0 = Debug|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Production|Win32.ActiveCfg = Production|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Production|Win32.Build.0 = Production|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Release|Win32.ActiveCfg = Release|Win32
-                {CBC3391C-F060-4BF5-A66E-81404168816B}.Release|Win32.Build.0 = Release|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.ActiveCfg = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Debug|Win32.Build.0 = Debug|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Production|Win32.ActiveCfg = Production|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Production|Win32.Build.0 = Production|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.ActiveCfg = Release|Win32
-                {C0737398-3565-439E-A2B8-AB2BE4D5430C}.Release|Win32.Build.0 = Release|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Debug|Win32.ActiveCfg = Debug|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Debug|Win32.Build.0 = Debug|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Production|Win32.ActiveCfg = Production|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Production|Win32.Build.0 = Production|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Release|Win32.ActiveCfg = Release|Win32
-                {C13FA6EF-B531-4BAD-9A23-18E2BEB8B040}.Release|Win32.Build.0 = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug_All|Win32.Build.0 = Debug_All|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.ActiveCfg = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Debug|Win32.Build.0 = Debug|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Production|Win32.ActiveCfg = Production|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Production|Win32.Build.0 = Production|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.ActiveCfg = Release|Win32
-                {DD7949B6-F2B4-47C2-9C42-E21E84CB1017}.Release|Win32.Build.0 = Release|Win32
-        EndGlobalSection
-        GlobalSection(SolutionProperties) = preSolution
-                HideSolutionNode = FALSE
-        EndGlobalSection
-EndGlobal
</del></span></pre></div>
<a id="trunkToolswinDLLLauncherDLLLauncherWinCairoprops"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/win/DLLLauncher/DLLLauncherWinCairo.props (201913 => 201914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/win/DLLLauncher/DLLLauncherWinCairo.props        2016-06-10 06:06:08 UTC (rev 201913)
+++ trunk/Tools/win/DLLLauncher/DLLLauncherWinCairo.props        2016-06-10 06:11:26 UTC (rev 201914)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
-  &lt;ImportGroup Label=&quot;PropertySheets&quot; /&gt;
-  &lt;PropertyGroup Label=&quot;UserMacros&quot; /&gt;
-  &lt;PropertyGroup /&gt;
-  &lt;ItemDefinitionGroup&gt;
-    &lt;ClCompile&gt;
-      &lt;PreprocessorDefinitions&gt;WIN_CAIRO;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
-    &lt;/ClCompile&gt;
-  &lt;/ItemDefinitionGroup&gt;
-  &lt;ItemGroup /&gt;
-&lt;/Project&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>