[Webkit-unassigned] [Bug 67879] Generate a SharedWorker constructor of V8 using the IDL 'Constructor' extended attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 05:21:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67879





--- Comment #8 from Kentaro Hara <haraken at chromium.org>  2011-10-17 05:21:28 PST ---
(In reply to comment #5)
> (From update of attachment 110114 [details])
> RIP out poor custom constructor. 
> By the way, could you add a new test which verifies "name" parameter of SharedWorker?
> I guess we don't have any test which checks worker side stuff.

morrita: Upon rebase, I needed to make a non-trivial change. Would you please take another look at the patch?

- Moved a ScriptExecutionContext parameter of SharedWorker::create() to the beginning, i.e. SharedWorker::create(..., context, ec) ==> SharedWorker::create(context, ..., ec). c.f. bug 69799.
- Added test cases for an undefined name and a null name on fast/workers/resources/shared-worker-name.js.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list