[Webkit-unassigned] [Bug 27425] adding auto-generator support for GDOMHTMLElementWrapperFactory[.cpp/.h]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 13:40:57 PDT 2009


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





--- Comment #24 from Luke Kenneth Casson Leighton <lkcl at lkcl.net>  2009-08-04 13:40:56 PDT ---
> > 327         if ($binding eq 'Gdom') {
> >  328             # skip DATAGRID for now
> >  329             next if ($conditional eq 'DATAGRID');
> >  330         }
> > 
> > Those can all go away if you just remove DATAGRID from the list of tags at the
> > start, no? 
> 
>  yes - good idea, but my perl skills don't extend to doing that.

 looking at tagHandler, it looks like this gets called several times per tag
 e.g. once for interfaceName, another time for conditional.

 so... you would only discover that you shouldn't _have_ the tag _after_
 it's been created (once you encounter conditional = 'DATAGRID'.

 which means iterating, after the fact, over $tags and re-creating $realtags
excluding anything conditional=DATAGRID.

 ... yuk?

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