[webkit-reviews] review denied: [Bug 123663] [GTK] Missing symbols in 2.3.1, ABI break? : [Attachment 215881] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 01:56:42 PST 2013


Carlos Garcia Campos <cgarcia at igalia.com> has denied Emilio Pozuelo Monfort
<pochu27 at gmail.com>'s request for review:
Bug 123663: [GTK] Missing symbols in 2.3.1, ABI break?
https://bugs.webkit.org/show_bug.cgi?id=123663

Attachment 215881: Patch
https://bugs.webkit.org/attachment.cgi?id=215881&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=215881&action=review


Please make sure the patch applies in current git master.

> Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp:563
> +// WebKitDOMHTMLElement

This should be WebKitDOMHTMLHeadElement

> Source/WebCore/bindings/gobject/WebKitDOMCustom.h:478
> + * Returns:

Add something after the Returns: tag to avoid a warning when generating docs.
It could be just Returns: a #gchar

> Source/WebCore/bindings/gobject/WebKitDOMCustom.h:481
> +WEBKIT_API gchar* webkit_dom_html_head_element_get_profile(void* self);

Use WebKitDOMHTMLHeadElement* instead of void*. We use only void* when the
whole class has been removed from the API.

> Source/WebCore/bindings/gobject/WebKitDOMCustom.h:493
> + * Returns:
> + *
> +**/
> +WEBKIT_API void webkit_dom_html_head_element_set_profile(void* self, const
gchar* value);

Same comments here.


More information about the webkit-reviews mailing list