Summary: | [WK2] Only report background WebProcesses as unresponsive in the background after 90 seconds | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andersca, ap, barraclough, benjamin, cmarcelo, commit-queue, dbates, ggaren, kling, koivisto, mitz, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 169456 | ||||||
Attachments: |
|
Description
Chris Dumez
2017-03-09 12:28:30 PST
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. |