[Webkit-unassigned] [Bug 71093] [meta] CodeGenerator*.pm should support [NamedConstructor] IDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 19:41:24 PDT 2011


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





--- Comment #3 from Kentaro Hara <haraken at chromium.org>  2011-11-04 19:41:23 PST ---
I uploaded a big WIP patch that implements the [NamedConstructor] IDL for V8. I am planning to land it in the following steps:

[1] Refactor CodeGeneratorV8.pm.
[2] Fix the wrong test results of fast/js/custom-constructors.html.
[3] Remove [CustomGetter] from HTMLAudioElementConstructor.
[4] Remove [CustomGetter] from HTMLOptionElementConstructor.
[5] Implement the [NamedConstructor] IDL in IDLParser.pm and CodeGeneratorV8.pm.
[6] Replace the custom constructor of HTMLAudioElement with the [NamedConstructor] IDL.
[7] Replace the custom constructor of HTMLOptionElement with the [NamedConstructor] IDL.

Any thoughts?

-- 
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