[Webkit-unassigned] [Bug 25466] WebKitGtk+ 1.1.6 prints weird error messages in Liferea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 12:31:48 PDT 2009


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


zecke at selfish.org changed:

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




------- Comment #8 from zecke at selfish.org  2009-05-02 12:31 PDT -------
(From update of attachment 29956)

> -    RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(content, g_utf8_strlen(content, -1));
> +    RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(content, strlen(content));


Yes it makes sense, maybe you also want to add a unit test and compare the html
with the one we set?


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