[Webkit-unassigned] [Bug 17585] [gtk] get|set encoding api

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 07:47:23 PST 2009


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27827|review?                     |review+
               Flag|                            |




------- Comment #5 from zecke at selfish.org  2009-02-26 07:47 PDT -------
(From update of attachment 27827)

> +    if (!overrideEncoding.isEmpty()) {
> +      WebKitWebViewPrivate* priv = webView->priv;
> +      g_free (priv->customEncoding);
> +      priv->customEncoding = g_strdup(overrideEncoding.utf8().data());
> +      return priv->customEncoding;
> +    } else
> +      return NULL;
> +}

looks like two style issues here. "g_free (" and two instead of four spaces to
indent... please fix when landing.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list