[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 02:11:41 PST 2009


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





--- Comment #2 from Jan Alonzo <jmalonzo at gmail.com>  2009-11-12 02:11:41 PST ---
(From update of attachment 42962)
> --- a/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
> +++ b/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
> @@ -147,8 +147,11 @@ void FrameLoaderClient::committedLoad(WebCore::DocumentLoader* loader, const cha
>  
>          FrameLoader* frameLoader = loader->frameLoader();
>          frameLoader->setEncoding(encoding, userChosen);
> -        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?

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