[Webkit-unassigned] [Bug 31352] [GTK] Failing test media/video-document-types.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 11:25:33 PST 2009


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gns at gnome.org




--- Comment #3 from Gustavo Noronha (kov) <gns at gnome.org>  2009-11-12 11:25:33 PST ---
(In reply to comment #2)

> > -        if (data)
> > +        if (data) {
> > +            frameLoader->frame()->document()->setParsing(true);
> >              frameLoader->addData(data, length);
> > +            frameLoader->frame()->document()->setParsing(false);
> 
> Can you please expound more why we're doing this in the client interface?

This looks wrong. Mac and Win do not seem to do this. Hrm.

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