aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/default-pthread-stacksize.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/chromium: security upgrade to 80.0.3987.149Natanael Copa2020-04-241-7/+12
| | | | | | | | | | | | | CVE-2020-6422: Use after free in WebGL. CVE-2020-6424: Use after free in media. CVE-2020-6425: Insufficient policy enforcement in extensions. CVE-2020-6426: Inappropriate implementation in V8. CVE-2020-6427: Use after free in audio. CVE-2020-6428: Use after free in audio. CVE-2020-6429: Use after free in audio. CVE-2019-20503: Out of bounds read in usersctplib. fixes #11401
* community/chromium: upgrade to 71.0.3578.98Natanael Copa2018-12-191-5/+5
|
* community/chromium: update to 58.0.3029.110khanku2017-05-261-18/+18
|
* community/chromium: upgrade to 57.0.2987.133Natanael Copa2017-04-031-0/+23
|
* community/chromium: upgrade to 55.0.2883.87Natanael Copa2016-12-191-2/+2
|
* 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.