[webkit-reviews] review requested: [Bug 130747] PluginProcess rarely AppSleeps : [Attachment 227808] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 15:24:15 PDT 2014


Stephanie Lewis <slewis at apple.com> has asked  for review:
Bug 130747: PluginProcess rarely AppSleeps
https://bugs.webkit.org/show_bug.cgi?id=130747

Attachment 227808: patch
https://bugs.webkit.org/attachment.cgi?id=227808&action=review

------- Additional Comments from Stephanie Lewis <slewis at apple.com>
Synchronous messages between the WebProcess and the PluginProcess keep the
PluginProcess awake even in the background.  Since we believe that AppSleep
assertions are only necessary during user activity, drawing, or audio playing
and those are all covered elsewhere don't take an assertion while conveying
sync messages.


More information about the webkit-reviews mailing list