[Webkit-unassigned] [Bug 65839] [meta] CodeGenerator*.pm should support [Constructor] IDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 20:57:31 PDT 2011


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





--- Comment #19 from Kentaro Hara <haraken at chromium.org>  2011-10-07 20:57:30 PST ---
The uploaded WIP patch passed all tests. I am planning to land this big patch in the following steps, but any thoughts?

[1] Deprecate [CallWith=ScriptExecutionContext] for constructors, since it has the same meaning as [ConstructorWith=ScriptExecutionContext].
[2] Make a change in CodeGeneratorJS.pm to support [Constructor] IDL, [ConstructorWith=ScriptExecutionContext] and [ConstructorRaisesException].
[3] Replace a custom constructor of XSLTProcessor with [Constructor] IDL.
[4] Replace a custom constructor of XMLHttpRequest with [Constructor] IDL.
[5] Replace a custom constructor of FileReader with [Constructor] IDL.
[6] Replace a custom constructor of MessageChannel with [Constructor] IDL.
[7] Replace a custom constructor of EventSource with [Constructor] IDL.
[8] Introduce MAYBE_MISSING_PARAMETER() macro. Replace a custom constructor of WebKitCSSMatrix with [Constructor] IDL.

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