Bug 54040 - Web process sticks around forever if it's hung when UI process goes away
Summary: Web process sticks around forever if it's hung when UI process goes away
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-02-08 15:13 PST by Adam Roben (:aroben)
Modified: 2011-02-08 15:34 PST (History)
1 user (show)

See Also:


Attachments
Implement WorkQueue::scheduleWorkAfterDelay on Windows (5.72 KB, patch)
2011-02-08 15:21 PST, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>