Bug 22455 - Add support for Worker.terminate()
Summary: Add support for Worker.terminate()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 06:24 PST by Alexey Proskuryakov
Modified: 2008-11-24 10:21 PST (History)
0 users

See Also:


Attachments
proposed patch (13.64 KB, patch)
2008-11-24 06:37 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-11-24 06:24:02 PST
"The terminate() method, when invoked, must cause the "terminate a worker" algorithm to be run on the worker with with the object is associated."
Comment 1 Alexey Proskuryakov 2008-11-24 06:37:03 PST
Created attachment 25426 [details]
proposed patch
Comment 2 Darin Adler 2008-11-24 08:58:44 PST
Comment on attachment 25426 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2008-11-24 10:21:22 PST
Committed revision 38711.