[Webkit-unassigned] [Bug 23536] Auto-generate HTMLElementFactory
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 26 15:58:22 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23536
jchaffraix at pleyo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric at webkit.org
------- Comment #11 from jchaffraix at pleyo.com 2009-01-26 15:58 PDT -------
(In reply to comment #9)
> (From update of attachment 27028 [review])
> This looks fine to land as soon as we can better validate your differences from
> the existing HTMLElementFactory.cpp
>
> It's unclear to me what magic is used to make the HTMLElementFactory generator
> not pass the tagName off to the element constructors and instead pass
> pre-determined (prefix-less) HTMLName values. Is that a hack in the generator
> itself? or a special value set in the .in file?
Neither : all calls to the ElementFactory goes throught Document::createElement
wrapper which re-apply the prefix after the element generation. It is currently
required because some elements in HTMLElementFactory.cpp (or the generated
ones) do not pass throught the QualifiedName.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list