зеркало из https://github.com/mozilla/gecko-dev.git
503fb4c624
Remote canvas can run in the GPU process, and if the GPU process crashes, we need to notify the application using canvas. Historically we just failed, and the application may have been able to continue drawing but with the contents prior to the crash lost. Later we regressed to prevent the canvas from being used at all. This patch makes it so that we can restore functionality to any application that supports the contextlost/contextrestored events. This will allow for a theoretical complete graceful recovery for the user with minimal disruption. Differential Revision: https://phabricator.services.mozilla.com/D205608 |
||
---|---|---|
.. | ||
browser | ||
chrome | ||
crashtests | ||
fuzz | ||
gtest | ||
mochitest | ||
reftest | ||
moz.build |