[WebKit-devel] KDE/kdelibs/kio/kio
Thomas McGuire
mcguire at kde.org
Mon Feb 1 00:10:55 CET 2010
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?
Regards,
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/webkit-devel/attachments/20100201/4bb11860/attachment-0001.sig
More information about the WebKit-devel
mailing list