Bug 26456 - Hook up V8 bindings for Worker's importScripts functionality.
Summary: Hook up V8 bindings for Worker's importScripts functionality.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 14:25 PDT by Jian Li
Modified: 2009-06-16 15:29 PDT (History)
1 user (show)

See Also:


Attachments
Proposed Patch (2.80 KB, patch)
2009-06-16 14:38 PDT, Jian Li
no flags Details | Formatted Diff | Diff
Proposed Patch (2.80 KB, patch)
2009-06-16 14:41 PDT, Jian Li
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-06-16 14:25:10 PDT
Hook up V8 bindings for Worker's importScripts functionality.
Comment 1 Jian Li 2009-06-16 14:38:04 PDT
Created attachment 31375 [details]
Proposed Patch
Comment 2 Jian Li 2009-06-16 14:41:37 PDT
Created attachment 31377 [details]
Proposed Patch

Fixed a typo in variable name.
Comment 3 Dimitri Glazkov (Google) 2009-06-16 15:21:53 PDT
Comment on attachment 31377 [details]
Proposed Patch

r=me.
Comment 4 Jian Li 2009-06-16 15:29:21 PDT
Committed as http://trac.webkit.org/changeset/44744