[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:36:55 PDT 2009


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





------- Comment #9 from gns at gnome.org  2009-05-02 12:36 PDT -------
(In reply to comment #8)
> (From update of attachment 29956 [review])
> 
> > -    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?

We have no proper way of getting the source code backing a frame, 'till Jan's
DataSource patch is landed. I will add a test when we land that =).
> 


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