Bug 150870

Summary: PageLoadState::will/didChangeProcessIsResponsive should call observers
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: jeffm
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2015-11-03 16:47:56 PST
PageLoadState::will/didChangeProcessIsResponsive should call observers
Comment 1 Anders Carlsson 2015-11-03 16:48:16 PST
Created attachment 264755 [details]
Patch
Comment 2 Jeff Miller 2015-11-04 10:33:02 PST
With this patch, Safari gets notified when a page becomes unresponsive, but not when it becomes responsive again when Safari reloads it, so I don't think this fix is sufficient.
Comment 3 Anders Carlsson 2015-11-04 11:39:10 PST
Committed r192031: <http://trac.webkit.org/changeset/192031>