[WebKit-devel] KDE/kdelibs/kio/kio
Dawit Alemayehu
adawit at kde.org
Mon Feb 1 00:37:30 CET 2010
On Sunday 31 January 2010 18:10:55 you wrote:
> Hi,
>
> On Monday 01 February 2010 00:03:44 Dawit Alemayehu wrote:
> > SVN commit 1083276 by adawit:
> >
> > - Prevent all cache related header directives from being sent through the
> > customHttpHeader meta-data sent to the http ioslave.
> >
> > This should fix the intermittent issues with missing images or partial
> >
> > rendering of pages, specially when navigating back in history.
> >
> > CCMAIL:webkit-devel at kde.org
> > CCMAIL:rekonq at kde.org
> >
> > M +37 -41 accessmanager.cpp
> >
> > --- trunk/KDE/kdelibs/kio/kio/accessmanager.cpp #1083275:1083276
> > @@ -122,8 +122,7 @@
> >
> > {
> >
> > KIO::SimpleJob *kioJob = 0;
> >
> > - if ( !d->externalContentAllowed && req.url().scheme() != "file" &&
> > - req.url().scheme() != "data" && !req.url().scheme().isEmpty() )
> > { + if ( !d->externalContentAllowed && req.url().scheme() != "file"
> > && !req.url().scheme().isEmpty() ) {
>
> Was it intended that you removed the check for "data" here?
Nope. Fixed now. Thanks for the heads up...
Regards,
Dawit A.
More information about the WebKit-devel
mailing list