-
- Downloads
Bug 1790160 - In MessagePumpForUI for Windows, effectively apply upstream's...
Bug 1790160 - In MessagePumpForUI for Windows, effectively apply upstream's commit b26918c. r=mossop,ipc-reviewers,gfx-reviewers,nika,nical a=RyanVM As MessagePumpForUI is an old fork from Chromium, this patch effectively applies the Chromium patch https://source.chromium.org/chromium/chromium/src/+/b26918c5ab0da3130b92339f44ebdc4bfee1b351 For those threads where we use MessagePumpForUI we already have a way of stopping the thread and thereby quitting the message loop. At the same time some applications may send us unexpected WM_QUIT messages on those threads. Generally the code using the thread is not able to handle this gracefully and we end up crashing. In particular there is a correlation between these crashes and certain antivirus applications. Differential Revision: https://phabricator.services.mozilla.com/D166432
Please register or sign in to comment