aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/default-pthread-stacksize.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/chromium: gcc6 fix and reduce stacksizeNatanael Copa2016-09-081-2/+2
| | | | | the crashes apparently came from gcc6. so we reduce stack size to 2MB again. This is what android use.
* community/chromium: upgrade to 53.0.2785.92Natanael Copa2016-09-051-2/+2
| | | | increase thread stack size to 4MB since we had some pages that crashed.
* community/chromium: increase stack sizeNatanael Copa2016-09-011-0/+6
apparently even OS X's 512k is not enough so we set it to 2mb which android seems to use.