summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/StackBounds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Account for extra uncommitted memory size also in ASSERTs.Michael Brüning2014-06-041-1/+3
| | | | | | | | | | The fix for the stack layout in applications that are loading .NET libraries in addition did not update the assertions that make sure that the actual end of the stack is where it should be. Task-number: QTBUG-38067 Change-Id: Ib8be1228bc9f10baf8d3484bb280a3a5c8021ab8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
* Fix stack initialization when running under .NET.Sergio Martins2014-04-271-1/+8
| | | | | | | | | | | | | Under .NET, on WinXP and sometimes on Win7 we will have two blocks of uncommited memory before the guard page, so look one block further. In debug mode it would crash due to assert guardPage.Protect & PAGE_GUARD In release mode it would crash due to only using a 4K stack. Change-Id: If9f2c84122ba95a18403a8f413d080dd5cc58250 Reviewed-by: Michael Bruning <michael.bruning@digia.com>
* Account for extra guard page on Windows stack when using Java plugin.Michael Bruning2014-02-281-2/+7
| | | | | | | | | | This fixes some ASSERTs when debugging applications that load pages which contain Java applets. Task-number: QTBUG-36591 Change-Id: I65971dc97c3b002a28646916b82a548496c4c4d9 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
* Import Qt5x2 branch of QtWebkit for Qt 5.2Allan Sandfeld Jensen2013-09-191-110/+66
| | | | | | | Importing a new snapshot of webkit. Change-Id: I2d01ad12cdc8af8cb015387641120a9d7ea5f10c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
* Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b ↵Simon Hausmann2012-05-071-0/+261
(http://svn.webkit.org/repository/webkit/trunk@116286)