RESOLVED FIXED 163556
UIProcess should determine throttle state for WebContent process
https://bugs.webkit.org/show_bug.cgi?id=163556
Summary UIProcess should determine throttle state for WebContent process
Gavin Barraclough
Reported 2016-10-17 11:34:39 PDT
This is a step towards merging page/process throttling code for mac & iOS. Previously WebPage determined whether to start a UserActivity based on page activity, visibility and the preference to disable. Now WebPage passes the activity state across to WebPageProxy, which makes the decision & explicitly instructs WebPage to start/stop the UserActivity.
Attachments
Fix (13.74 KB, patch)
2016-10-17 11:56 PDT, Gavin Barraclough
andersca: review+
Gavin Barraclough
Comment 1 2016-10-17 11:56:06 PDT
Gavin Barraclough
Comment 2 2016-10-17 13:21:23 PDT
Committed revision 207424.
Note You need to log in before you can comment on or make changes to this bug.