Bug 168683 - [WK2] Call processDidBecomeUnresponsive delegate when a background process is unresponsive
Summary: [WK2] Call processDidBecomeUnresponsive delegate when a background process is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-21 15:45 PST by Chris Dumez
Modified: 2017-02-22 09:17 PST (History)
5 users (show)

See Also:


Attachments
Patch (30.78 KB, patch)
2017-02-21 15:48 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (31.62 KB, patch)
2017-02-22 08:33 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-02-21 15:45:57 PST
Call processDidBecomeUnresponsive delegate when a background process is unresponsive instead of killing it on WebKit side. This gives the client the choice about what it wants to do about this process.
Comment 1 Chris Dumez 2017-02-21 15:48:33 PST
Created attachment 302323 [details]
Patch
Comment 2 WebKit Commit Bot 2017-02-21 15:50:03 PST
Attachment 302323 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:106:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2017-02-22 08:33:58 PST
Created attachment 302402 [details]
Patch
Comment 4 WebKit Commit Bot 2017-02-22 08:36:38 PST
Attachment 302402 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:106:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 WebKit Commit Bot 2017-02-22 09:17:32 PST
Comment on attachment 302402 [details]
Patch

Clearing flags on attachment: 302402

Committed r212832: <http://trac.webkit.org/changeset/212832>
Comment 6 WebKit Commit Bot 2017-02-22 09:17:37 PST
All reviewed patches have been landed.  Closing bug.