<!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>[165393] 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/165393">165393</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2014-03-10 12:09:40 -0700 (Mon, 10 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Source/JavaScriptCore: [Win] Pass environment to Pre-Build, Pre-link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023

Reviewed by Dean Jackson.

* JavaScriptCore.vcxproj/JavaScriptCore.proj: Avoid trailing backslashes in
path names to avoid accidental escaping of later string substitutions.

Source/WebCore: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023.

Reviewed by Dean Jackson.

* WebCore.vcxproj/WebCore.proj: Avoid trailing slashes in path values to
prevent escaping during later string substitution.

Source/WebKit: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023

Reviewed by Dean Jackson.

* WebKit.vcxproj/WebKit.make: Removed.
* WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Use %PlatformArchitecture% rather than
hard-coded 32-bit path.

Source/WTF: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023.

Reviewed by Dean Jackson.

* WTF.vcxproj/WTF.proj: Avoid putting trailing slashes in system paths to avoid
escaping during later string substitution.
* WTF.vcxproj/build-generated-files.sh: Accept environment values passed by VS.

Tools: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023

Reviewed by Dean Jackson.

* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Add missing
/SAFESEH flag to DLL launcher process.

WebKitLibraries: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
https://bugs.webkit.org/show_bug.cgi?id=130023

Reviewed by Dean Jackson.

* win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
* win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
* win/tools/vsprops/production.props: Ditto.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCoreproj">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFproj">trunk/Source/WTF/WTF.vcxproj/WTF.proj</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojbuildgeneratedfilessh">trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCoreproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj</a></li>
<li><a href="#trunkSourceWebKitChangeLog">trunk/Source/WebKit/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitPostBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreevcxprojDumpRenderTreeDumpRenderTreeLaunchervcxproj">trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj</a></li>
<li><a href="#trunkWebKitLibrariesChangeLog">trunk/WebKitLibraries/ChangeLog</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropscommonprops">trunk/WebKitLibraries/win/tools/vsprops/common.props</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropsdebugsuffixprops">trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropsproductionprops">trunk/WebKitLibraries/win/tools/vsprops/production.props</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitmake">trunk/Source/WebKit/WebKit.vcxproj/WebKit.make</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023
+
+        Reviewed by Dean Jackson.
+
+        * JavaScriptCore.vcxproj/JavaScriptCore.proj: Avoid trailing backslashes in
+        path names to avoid accidental escaping of later string substitutions.
+
</ins><span class="cx"> 2014-03-10  Andreas Kling  &lt;akling@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [X86_64] Smaller code for testb_i8r when register is accumulator.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCoreproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">   &lt;!-- Wrapper to build JavaScriptCore for both win32 and x64. --&gt;
</span><span class="cx">   &lt;PropertyGroup&gt;
</span><span class="cx">     &lt;OFFICIAL_BUILD&gt;1&lt;/OFFICIAL_BUILD&gt;
</span><del>-    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal\&lt;/WebKit_Libraries&gt;
</del><ins>+    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal&lt;/WebKit_Libraries&gt;
</ins><span class="cx">     &lt;WebKit_OutputDir&gt;$(OBJROOT)&lt;/WebKit_OutputDir&gt;
</span><span class="cx">     &lt;AppleInternal&gt;$(DSTROOT)\AppleInternal&lt;/AppleInternal&gt;
</span><span class="cx">     &lt;AppleInternalLib32&gt;$(AppleInternal)\lib32&lt;/AppleInternalLib32&gt;
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">     &lt;AppleInternalBin64&gt;$(AppleInternal)\bin64&lt;/AppleInternalBin64&gt;
</span><span class="cx">     &lt;AppleInternal32Symbols&gt;$(AppleInternal)\public32\sym&lt;/AppleInternal32Symbols&gt;
</span><span class="cx">     &lt;AppleInternal64Symbols&gt;$(AppleInternal)\public64\sym&lt;/AppleInternal64Symbols&gt;
</span><del>-    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS32&gt;
-    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS64&gt;
</del><ins>+    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS32&gt;
+    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS64&gt;
</ins><span class="cx">     &lt;ConfigurationBuildDir&gt;$(OBJROOT)\$(CONFIG)&lt;/ConfigurationBuildDir&gt;  
</span><span class="cx">     &lt;OutputDirectory&gt;$(DSTROOT)&lt;/OutputDirectory&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WTF/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023.
+
+        Reviewed by Dean Jackson.
+
+        * WTF.vcxproj/WTF.proj: Avoid putting trailing slashes in system paths to avoid
+        escaping during later string substitution.
+        * WTF.vcxproj/build-generated-files.sh: Accept environment values passed by VS.
+
</ins><span class="cx"> 2014-03-10  Mark Hahnenberg  &lt;mhahnenberg@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Turn on GenGC on other 64-bit platforms
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/WTF.proj (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.proj        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.proj        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">   &lt;!-- Wrapper to build WTF for both win32 and x64. --&gt;
</span><span class="cx">   &lt;PropertyGroup&gt;
</span><span class="cx">     &lt;OFFICIAL_BUILD&gt;1&lt;/OFFICIAL_BUILD&gt;
</span><del>-    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal\&lt;/WebKit_Libraries&gt;
</del><ins>+    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal&lt;/WebKit_Libraries&gt;
</ins><span class="cx">     &lt;WebKit_OutputDir&gt;$(OBJROOT)&lt;/WebKit_OutputDir&gt;
</span><span class="cx">     &lt;AppleInternal&gt;$(DSTROOT)\AppleInternal&lt;/AppleInternal&gt;
</span><span class="cx">     &lt;AppleInternalLib32&gt;$(AppleInternal)\lib32&lt;/AppleInternalLib32&gt;
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">     &lt;AppleInternalBin64&gt;$(AppleInternal)\bin64&lt;/AppleInternalBin64&gt;
</span><span class="cx">     &lt;AppleInternal32Symbols&gt;$(AppleInternal)\public32\sym&lt;/AppleInternal32Symbols&gt;
</span><span class="cx">     &lt;AppleInternal64Symbols&gt;$(AppleInternal)\public64\sym&lt;/AppleInternal64Symbols&gt;
</span><del>-    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS32&gt;
-    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS64&gt;
</del><ins>+    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS32&gt;
+    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS64&gt;
</ins><span class="cx">     &lt;ConfigurationBuildDir&gt;$(OBJROOT)\$(CONFIG)&lt;/ConfigurationBuildDir&gt;  
</span><span class="cx">     &lt;OutputDirectory&gt;$(DSTROOT)&lt;/OutputDirectory&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojbuildgeneratedfilessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WTF/WTF.vcxproj/build-generated-files.sh        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> #!/usr/bin/bash
</span><span class="cx"> 
</span><span class="cx"> # Determine whether we have the versioned ICU 4.0 or the unversioned ICU 4.4
</span><del>-UNVERSIONED_ICU_LIB_PATH=$(cygpath -u &quot;${WEBKIT_LIBRARIES}/lib${4}/libicuuc${3}.lib&quot;)
-ICUVERSION_H_PATH=$(cygpath -u &quot;${CONFIGURATIONBUILDDIR}/include/private/ICUVersion.h&quot;)
</del><ins>+UNVERSIONED_ICU_LIB_PATH=$(cygpath -u &quot;${2}/lib${4}/libicuuc${3}.lib&quot;)
+ICUVERSION_H_PATH=$(cygpath -u &quot;${1}/include/private/ICUVersion.h&quot;)
</ins><span class="cx"> if test \( ! -f &quot;${ICUVERSION_H_PATH}&quot; \) -o \( -f &quot;${UNVERSIONED_ICU_LIB_PATH}&quot; -a \( &quot;${UNVERSIONED_ICU_LIB_PATH}&quot; -nt &quot;${ICUVERSION_H_PATH}&quot; \) \)
</span><span class="cx"> then
</span><span class="cx">     mkdir -p &quot;$(dirname &quot;${ICUVERSION_H_PATH}&quot;)&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WebCore/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023.
+
+        Reviewed by Dean Jackson.
+
+        * WebCore.vcxproj/WebCore.proj: Avoid trailing slashes in path values to
+        prevent escaping during later string substitution.
+
</ins><span class="cx"> 2014-03-10  Radu Stavila  &lt;stavila@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Regions] Hit-testing is not working properly inside scrollable regions
</span><span class="lines">@@ -13,6 +23,7 @@
</span><span class="cx">         * rendering/RenderLayer.cpp:
</span><span class="cx">         (WebCore::RenderLayer::calculateClipRects):
</span><span class="cx"> 
</span><ins>+&gt;&gt;&gt;&gt;&gt;&gt;&gt; .r165392
</ins><span class="cx"> 2014-03-10  Hans Muller  &lt;hmuller@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Shapes] SVG Image valued shape fails if root element's size is relative
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCoreproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.proj        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">   &lt;!-- Wrapper to build WebCore for both win32 and x64. --&gt;
</span><span class="cx">   &lt;PropertyGroup&gt;
</span><span class="cx">     &lt;OFFICIAL_BUILD&gt;1&lt;/OFFICIAL_BUILD&gt;
</span><del>-    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal\&lt;/WebKit_Libraries&gt;
</del><ins>+    &lt;WebKit_Libraries&gt;$(SRCROOT)\AppleInternal&lt;/WebKit_Libraries&gt;
</ins><span class="cx">     &lt;WebKit_OutputDir&gt;$(OBJROOT)&lt;/WebKit_OutputDir&gt;
</span><span class="cx">     &lt;AppleInternal&gt;$(DSTROOT)\AppleInternal&lt;/AppleInternal&gt;
</span><span class="cx">     &lt;AppleInternalLib32&gt;$(AppleInternal)\lib32&lt;/AppleInternalLib32&gt;
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">     &lt;AppleInternalBin64&gt;$(AppleInternal)\bin64&lt;/AppleInternalBin64&gt;
</span><span class="cx">     &lt;AppleInternal32Symbols&gt;$(AppleInternal)\public32\sym&lt;/AppleInternal32Symbols&gt;
</span><span class="cx">     &lt;AppleInternal64Symbols&gt;$(AppleInternal)\public64\sym&lt;/AppleInternal64Symbols&gt;
</span><del>-    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS32&gt;
-    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support\&lt;/ProgramFilesAAS64&gt;
</del><ins>+    &lt;ProgramFilesAAS32&gt;Program Files (x86)\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS32&gt;
+    &lt;ProgramFilesAAS64&gt;Program Files\Common Files\Apple\Apple Application Support&lt;/ProgramFilesAAS64&gt;
</ins><span class="cx">     &lt;ConfigurationBuildDir&gt;$(OBJROOT)\$(CONFIG)&lt;/ConfigurationBuildDir&gt;  
</span><span class="cx">     &lt;OutputDirectory&gt;$(DSTROOT)&lt;/OutputDirectory&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WebKit/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023
+
+        Reviewed by Dean Jackson.
+
+        * WebKit.vcxproj/WebKit.make: Removed.
+        * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Use %PlatformArchitecture% rather than
+        hard-coded 32-bit path.
+
</ins><span class="cx"> 2014-03-10  Martin Robinson  &lt;mrobinson@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] [CMake] Clean up library linking
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitPostBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</span><span class="cx"> 
</span><del>-set ResourcesDirectory=%CONFIGURATIONBUILDDIR%\bin32\WebKit.resources
</del><ins>+set ResourcesDirectory=%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources
</ins><span class="cx"> 
</span><span class="cx"> xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebLocalizableStrings.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</span><span class="cx"> xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKitGraphics.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitmake"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/WebKit.vcxproj/WebKit.make (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.make        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.make        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-!IF &quot;$(BUILDSTYLE)&quot;==&quot;DEBUG&quot;
-BUILDSTYLE=DebugSuffix
-!ELSE
-BUILDSTYLE=Production
-!ENDIF
-
-install:
-    set OFFICIAL_BUILD=1
-        set WebKit_Libraries=$(SRCROOT)\AppleInternal
-        set WebKit_OutputDir=$(OBJROOT)
-    set ProgramFilesAAS=Program Files (x86)\Common Files\Apple\Apple Application Support
-    set Path=%PATH%;$(SRCROOT)\%ProgramFilesAAS%
-        set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
-        devenv &quot;WebKit.submit.sln&quot; /rebuild $(BUILDSTYLE)
-        xcopy &quot;%ConfigurationBuildDir%\bin32\*.pdb&quot; &quot;$(DSTROOT)\%ProgramFilesAAS%&quot; /e/v/i/h/y
-        -xcopy &quot;%ConfigurationBuildDir%\bin32\*.dll&quot; &quot;$(DSTROOT)\%ProgramFilesAAS%&quot; /e/v/i/h/y
-        xcopy &quot;%ConfigurationBuildDir%\bin32\WebKit.resources\*&quot; &quot;$(DSTROOT)\%ProgramFilesAAS%\WebKit.resources\&quot; /e/v/i/h/y
-        xcopy &quot;%ConfigurationBuildDir%\include\*&quot; &quot;$(DSTROOT)\AppleInternal\include\&quot; /e/v/i/h/y        
-        xcopy &quot;%ConfigurationBuildDir%\lib32\*&quot; &quot;$(DSTROOT)\AppleInternal\lib32\&quot; /e/v/i/h/y
</del></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Tools/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023
+
+        Reviewed by Dean Jackson.
+
+        * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Add missing
+        /SAFESEH flag to DLL launcher process.
+
</ins><span class="cx"> 2014-03-09  Martin Robinson  &lt;mrobinson@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         RunGtkWebKitGObjectDOMBindingsAPIBreakTests should be added to the BuildAndTestFactory not the TestFactory
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreevcxprojDumpRenderTreeDumpRenderTreeLaunchervcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -178,28 +178,52 @@
</span><span class="cx">     &lt;_ProjectFileVersion&gt;10.0.40219.1&lt;/_ProjectFileVersion&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;
</span><ins>+    &lt;Link&gt;
+      &lt;AdditionalOptions&gt;/SAFESEH %(AdditionalOptions)&lt;/AdditionalOptions&gt;
+    &lt;/Link&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;
</span><ins>+    &lt;Link /&gt;
</ins><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\..\win\DLLLauncher\DLLLauncherMain.cpp&quot; /&gt;
</span></span></pre></div>
<a id="trunkWebKitLibrariesChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/ChangeLog (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/ChangeLog        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/WebKitLibraries/ChangeLog        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-03-10  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
+        https://bugs.webkit.org/show_bug.cgi?id=130023
+
+        Reviewed by Dean Jackson.
+
+        * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
+        * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
+        * win/tools/vsprops/production.props: Ditto.
+
</ins><span class="cx"> 2014-03-06  Dean Jackson  &lt;dino@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update WebKitSystemInterface.
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropscommonprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/common.props        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -12,11 +12,15 @@
</span><span class="cx">     &lt;LinkIncremental&gt;false&lt;/LinkIncremental&gt;
</span><span class="cx">     &lt;NMakeBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</span><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><ins>+set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
</ins><span class="cx"> set PLATFORMARCHITECTURE=$(PlatformArchitecture)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> nmake /nologo -f $(ProjectName).make&lt;/NMakeBuildCommandLine&gt;
</span><span class="cx">     &lt;NMakeReBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</span><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><ins>+set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
</ins><span class="cx"> set PLATFORMARCHITECTURE=$(PlatformArchitecture)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> nmake /nologo -f $(ProjectName).make clean
</span><span class="cx"> nmake /nologo -f $(ProjectName).make&lt;/NMakeReBuildCommandLine&gt;
</span><span class="cx">     &lt;NMakeCleanCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</span><span class="lines">@@ -27,6 +31,7 @@
</span><span class="cx"> REM VS2010 has a known bug where the clean command does not recognize environment variables properly unless explicitly set here
</span><span class="cx"> set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
</span><span class="cx"> set PLATFORMARCHITECTURE=$(PlatformArchitecture)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> nmake /nologo -f $(ProjectName).make clean&lt;/NMakeCleanCommandLine&gt;
</span><span class="cx">     &lt;TargetName&gt;$(ProjectName)$(DebugSuffix)&lt;/TargetName&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="lines">@@ -90,6 +95,7 @@
</span><span class="cx"> set TARGETFILENAME=$(TargetFileName)
</span><span class="cx"> set TARGETPATH=$(TargetPath)
</span><span class="cx"> set DEBUGSUFFIX=$(DebugSuffix)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> 
</span><span class="cx"> REM If any of the above variables didn't exist previously and
</span><span class="cx"> REM were set to an empty string, set will set the errorlevel to 1,
</span><span class="lines">@@ -126,6 +132,7 @@
</span><span class="cx"> set TARGETFILENAME=$(TargetFileName)
</span><span class="cx"> set TARGETPATH=$(TargetPath)
</span><span class="cx"> set DEBUGSUFFIX=$(DebugSuffix)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> 
</span><span class="cx"> REM If any of the above variables didn't exist previously and
</span><span class="cx"> REM were set to an empty string, set will set the errorlevel to 1,
</span><span class="lines">@@ -162,6 +169,7 @@
</span><span class="cx"> set TARGETFILENAME=$(TargetFileName)
</span><span class="cx"> set TARGETPATH=$(TargetPath)
</span><span class="cx"> set DEBUGSUFFIX=$(DebugSuffix)
</span><ins>+set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</ins><span class="cx"> 
</span><span class="cx"> REM If any of the above variables didn't exist previously and
</span><span class="cx"> REM were set to an empty string, set will set the errorlevel to 1,
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropsdebugsuffixprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -3,6 +3,7 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; /&gt;
</span><span class="cx">   &lt;PropertyGroup Label=&quot;UserMacros&quot;&gt;
</span><span class="cx">     &lt;DebugSuffix&gt;_debug&lt;/DebugSuffix&gt;
</span><ins>+    &lt;OFFICIAL_BUILD&gt;1&lt;/OFFICIAL_BUILD&gt;
</ins><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;PropertyGroup&gt;
</span><span class="cx">     &lt;TargetName&gt;$(TargetName)$(DebugSuffix)&lt;/TargetName&gt;
</span><span class="lines">@@ -20,5 +21,9 @@
</span><span class="cx">     &lt;BuildMacro Include=&quot;DebugSuffix&quot;&gt;
</span><span class="cx">       &lt;Value&gt;$(DebugSuffix)&lt;/Value&gt;
</span><span class="cx">     &lt;/BuildMacro&gt;
</span><ins>+    &lt;BuildMacro Include=&quot;OFFICIAL_BUILD&quot;&gt;
+      &lt;Value&gt;$(OFFICIAL_BUILD)&lt;/Value&gt;
+      &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
+    &lt;/BuildMacro&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx"> &lt;/Project&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropsproductionprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/production.props (165392 => 165393)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/production.props        2014-03-10 18:57:34 UTC (rev 165392)
+++ trunk/WebKitLibraries/win/tools/vsprops/production.props        2014-03-10 19:09:40 UTC (rev 165393)
</span><span class="lines">@@ -3,6 +3,7 @@
</span><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; /&gt;
</span><span class="cx">   &lt;PropertyGroup Label=&quot;UserMacros&quot;&gt;
</span><span class="cx">     &lt;PRODUCTION&gt;1&lt;/PRODUCTION&gt;
</span><ins>+    &lt;OFFICIAL_BUILD&gt;1&lt;/OFFICIAL_BUILD&gt;
</ins><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;PropertyGroup /&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup&gt;
</span><span class="lines">@@ -24,5 +25,9 @@
</span><span class="cx">       &lt;Value&gt;$(PRODUCTION)&lt;/Value&gt;
</span><span class="cx">       &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
</span><span class="cx">     &lt;/BuildMacro&gt;
</span><ins>+    &lt;BuildMacro Include=&quot;OFFICIAL_BUILD&quot;&gt;
+      &lt;Value&gt;$(OFFICIAL_BUILD)&lt;/Value&gt;
+      &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
+    &lt;/BuildMacro&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx"> &lt;/Project&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>