[Webkit-unassigned] [Bug 126907] [GTK] Hardcoded text color in input fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 18:30:56 PDT 2018


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

--- Comment #49 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Eduardo Ramalho from comment #48)
> I did not add the WEBKIT_TYPE_WEB_VIEW part because then I would have to
> include a header from Source/WebKit.. Would that be correct? I thought only
> WebKit could include files from WebCore and not the other way around... Or
> is there other way to call the append_type without doing that?

You are right, Source/WebCore cannot include anything from Source/WebKit, it would be a layering violation. Let's leave it be for now, since that's not required for fixing this bug. There is a workaround: we can add a delegate interface to WebCore which the WebKit layer could call to pass in the GType of WebKitWebView. It's a bit messy, so let's not do that now.

-- 
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/20180529/1fca8f8d/attachment-0001.html>


More information about the webkit-unassigned mailing list