[Webkit-unassigned] [Bug 138411] [GTK] Expose user script messages to GObject DOM bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 01:02:47 PST 2014


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 241009 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=241009&action=review
> 
> > Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1586
> > +    return scalar(grep {$_ eq $domClassName} qw(WebKitDOMDOMWindow WebKitDOMUserMessageHandlersNamespace));
> 
> Kind of sad to hardcode this here :( Is this the only way?

Not easily. When generating code, we know which symbols are not stable (the ones not in the stable symbols list), but custom symbols are not generated but manually implemented. The code generator knows which symbols require a custom implementation, but it doesn't know which custom symbols are actually implemented manually (most of them are simply not implemented).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141111/4f474aef/attachment-0002.html>


More information about the webkit-unassigned mailing list