Bug 24016
Summary: | Make it possible to create workers from workers. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dmitry Titov <dimich> |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | ap, jianli, levin, mike |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 24017, 24150 | ||
Bug Blocks: |
Dmitry Titov
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dmitry Titov
*** This bug has been marked as a duplicate of 22723 ***