[Webkit-unassigned] [Bug 27546] [GTK] context menu overriding API is very limited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 07:45:20 PDT 2009


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39691|                            |commit-queue-
               Flag|                            |




--- Comment #11 from Gustavo Noronha (kov) <gns at gnome.org>  2009-09-17 07:45:20 PDT ---
(From update of attachment 39691)
> +typedef struct {
> +  char *data;

Misplaced *

> +} TargetInfoFixture;;

Double ;

> +WEBKIT_API WebKitTargetInfo*
> +webkit_web_view_get_target_info                 (WebKitWebView        *webView,
> +                                                 double                x,
> +                                                 double                y);

I think we should use gdouble here and at the function documentation, for
consistency? Other than that, you got my 1/2 r+.

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