Bug 24016 - Make it possible to create workers from workers.
Summary: Make it possible to create workers from workers.
Status: RESOLVED DUPLICATE of bug 22723
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 24017 24150
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-18 18:44 PST by Dmitry Titov
Modified: 2009-06-24 14:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Titov 2009-02-18 18:44:29 PST
Currently, the workers can only be created by JS script on a page. The spec (and FF 3.1 beta) allows creating child workers by a worker. 

There likely will be several smaller bugs/patches leading to fixing this.
Comment 1 Dmitry Titov 2009-06-24 14:05:18 PDT

*** This bug has been marked as a duplicate of 22723 ***