Title: [158153] branches/safari-537.73-branch/WebKitLibraries
- Revision
- 158153
- Author
- [email protected]
- Date
- 2013-10-28 18:53:05 -0700 (Mon, 28 Oct 2013)
Log Message
Merged r157608. <rdar://problem/15323809>
Modified Paths
Diff
Modified: branches/safari-537.73-branch/WebKitLibraries/ChangeLog (158152 => 158153)
--- branches/safari-537.73-branch/WebKitLibraries/ChangeLog 2013-10-29 01:50:41 UTC (rev 158152)
+++ branches/safari-537.73-branch/WebKitLibraries/ChangeLog 2013-10-29 01:53:05 UTC (rev 158153)
@@ -1,5 +1,19 @@
2013-10-28 Lucas Forschler <[email protected]>
+ Merge r157608
+
+ 2013-10-17 Anthony Johnson <[email protected]>
+
+ Crash fix for Windows XP.
+ https://bugs.webkit.org/show_bug.cgi?id=122790
+
+ Reviewed by Geoffrey Garen.
+
+ * win/tools/vsprops/common.props:
+ Replaced stack and heap sizes of zero with blank stack and heap sizes.
+
+2013-10-28 Lucas Forschler <[email protected]>
+
Merge r156302
2013-09-23 Patrick Gansterer <[email protected]>
Modified: branches/safari-537.73-branch/WebKitLibraries/win/tools/vsprops/common.props (158152 => 158153)
--- branches/safari-537.73-branch/WebKitLibraries/win/tools/vsprops/common.props 2013-10-29 01:50:41 UTC (rev 158152)
+++ branches/safari-537.73-branch/WebKitLibraries/win/tools/vsprops/common.props 2013-10-29 01:53:05 UTC (rev 158153)
@@ -178,10 +178,14 @@
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<AssemblyDebug>false</AssemblyDebug>
<SubSystem>Windows</SubSystem>
- <HeapReserveSize>0</HeapReserveSize>
- <HeapCommitSize>0</HeapCommitSize>
- <StackReserveSize>0</StackReserveSize>
- <StackCommitSize>0</StackCommitSize>
+ <HeapReserveSize>
+ </HeapReserveSize>
+ <HeapCommitSize>
+ </HeapCommitSize>
+ <StackReserveSize>
+ </StackReserveSize>
+ <StackCommitSize>
+ </StackCommitSize>
<LargeAddressAware>
</LargeAddressAware>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes