Only report background WebProcesses as unresponsive in the background after 90 seconds, instead of the usual 3 seconds for foreground ones.
<rdar://problem/30954003>
When does this kick in? I would expect background processes to never be marked as unresponsive, as they don't get events.
(In reply to comment #2) > When does this kick in? I would expect background processes to never be > marked as unresponsive, as they don't get events. This is a follow-up to: http://trac.webkit.org/r212832 http://trac.webkit.org/r212619 We do mark background processes as unresponsive now.
Created attachment 304050 [details] Patch
Comment on attachment 304050 [details] Patch r=me This makes me wonder if 30 seconds isn't too aggressive for checking memory usage in background tabs, too.
Comment on attachment 304050 [details] Patch Clearing flags on attachment: 304050 Committed r213824: <http://trac.webkit.org/changeset/213824>
All reviewed patches have been landed. Closing bug.