zaheer ahmad wrote: > hi, > ResourceLoader has a cancel api. so i think you can do the following > add addtl parameter to dispatchDidReceiveResponse to indicate if you should > cancel the resp > and do a loader->cancel() based on that.
I don't like the idea of modifying FrameLoaderClient since it is a standard WebKit interface. My idea was that it could be somehow done just from within my FrameLoaderClient implementation (without altering WebKit code). Thanks anyway, -- Jarda http://jagpdf.org _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

