Title: [138947] trunk/Source/WebCore
- Revision
- 138947
- Author
- commit-qu...@webkit.org
- Date
- 2013-01-07 08:32:16 -0800 (Mon, 07 Jan 2013)
Log Message
[WinCairo] Build fixes after r138413
https://bugs.webkit.org/show_bug.cgi?id=106087
Patch by pe...@outlook.com <pe...@outlook.com> on 2013-01-07
Reviewed by Alexey Proskuryakov.
* WebCore.vcproj/WebCore.vcproj: Added NetworkStorageSessionStub.cpp,
and removed NetworkStorageSessionCFNet.cpp for WinCairo build.
* platform/win/TemporaryLinkStubs.cpp: Include fix.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (138946 => 138947)
--- trunk/Source/WebCore/ChangeLog 2013-01-07 15:51:38 UTC (rev 138946)
+++ trunk/Source/WebCore/ChangeLog 2013-01-07 16:32:16 UTC (rev 138947)
@@ -1,3 +1,14 @@
+2013-01-07 pe...@outlook.com <pe...@outlook.com>
+
+ [WinCairo] Build fixes after r138413
+ https://bugs.webkit.org/show_bug.cgi?id=106087
+
+ Reviewed by Alexey Proskuryakov.
+
+ * WebCore.vcproj/WebCore.vcproj: Added NetworkStorageSessionStub.cpp,
+ and removed NetworkStorageSessionCFNet.cpp for WinCairo build.
+ * platform/win/TemporaryLinkStubs.cpp: Include fix.
+
2013-01-07 David Faure <fa...@kde.org>
[Qt] Major performance improvement in Qt's PluginDatabase implementation
Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (138946 => 138947)
--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2013-01-07 15:51:38 UTC (rev 138946)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2013-01-07 16:32:16 UTC (rev 138947)
@@ -32625,6 +32625,42 @@
>
</File>
<File
+ RelativePath="..\platform\network\NetworkStorageSessionStub.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Production|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\platform\network\NetworkingContext.h"
>
</File>
@@ -32942,6 +32978,22 @@
<File
RelativePath="..\platform\network\cf\NetworkStorageSessionCFNet.cpp"
>
+ <FileConfiguration
+ Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\platform\network\cf\ProxyServerCFNet.cpp"
Modified: trunk/Source/WebCore/platform/win/TemporaryLinkStubs.cpp (138946 => 138947)
--- trunk/Source/WebCore/platform/win/TemporaryLinkStubs.cpp 2013-01-07 15:51:38 UTC (rev 138946)
+++ trunk/Source/WebCore/platform/win/TemporaryLinkStubs.cpp 2013-01-07 16:32:16 UTC (rev 138947)
@@ -27,6 +27,9 @@
#include "NotImplemented.h"
#include "SSLKeyGenerator.h"
+#if !USE(CFNETWORK)
+#include "CookieStorage.h"
+#endif
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes