Bug 54040

Summary: Web process sticks around forever if it's hung when UI process goes away
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Implement WorkQueue::scheduleWorkAfterDelay on Windows andersca: review+

Description Adam Roben (:aroben) 2011-02-08 15:13:05 PST
This is the Windows equivalent of bug 49090.

If the web process hangs, and the UI process goes away, the web process sticks around forever. It should instead kill itself.
Comment 1 Adam Roben (:aroben) 2011-02-08 15:13:38 PST
<rdar://problem/8974230>
Comment 2 Adam Roben (:aroben) 2011-02-08 15:21:04 PST
Created attachment 81705 [details]
Implement WorkQueue::scheduleWorkAfterDelay on Windows
Comment 3 Adam Roben (:aroben) 2011-02-08 15:34:49 PST
Committed r77983: <http://trac.webkit.org/changeset/77983>