Bug 162234 - -_webViewWebProcessDidBecomeUnresponsive: gets called when the Web process is stopped in the debugger
Summary: -_webViewWebProcessDidBecomeUnresponsive: gets called when the Web process is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 14:18 PDT by mitz
Modified: 2016-10-24 09:57 PDT (History)
4 users (show)

See Also:


Attachments
Check if the debugger is attached before determining that a process is unresponsive (5.40 KB, patch)
2016-09-25 10:07 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-09-19 14:18:31 PDT
When the reason the Web process is unresponsive is that it’s being debugged, it’s distracting to have -_webViewWebProcessDidBecomeUnresponsive: get called.
Comment 1 mitz 2016-09-25 10:07:27 PDT
Created attachment 289778 [details]
Check if the debugger is attached before determining that a process is unresponsive
Comment 2 mitz 2016-09-26 20:37:46 PDT
Thank you, Sam!

Committed <https://trac.webkit.org/r206410>.