Bug 22455

Summary: Add support for Worker.terminate()
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore JavaScriptAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

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.