[Webkit-unassigned] [Bug 33680] New: [V8] Generate header declaration for custom constructor callbacks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 14 10:51:45 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33680
Summary: [V8] Generate header declaration for custom
constructor callbacks
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: japhet at chromium.org
Blocks: 32638
This involves vaguely the following:
1. Add an attribute in the relevant .idls to indicate that there's a custom
constructor callback.
2. Update CodeGeneratorV8.pm to look for that flag and make use of a custom
constructor when appropriate.
3. Remove manual calls to FunctionTemplate::SetCallHandler in V8DOMWrapper.cpp.
4. Remove manual constructor declarations in V8CustomBinding.h.
--
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