From 021eb475906bf08d90d93e6a3434fe2439e42cf0 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Wed, 18 Aug 2010 09:51:37 +0100 Subject: Special file uris have to be handled in Java. This depends on: https://android-git.corp.google.com/g/#change,62112 Request an java.io.InputStream from java and queries this for that until all is read. Change-Id: Ia3e7ad973700bd49be9cae9b432661d61a5470b8 --- WebKit/android/jni/WebCoreFrameBridge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WebKit/android/jni/WebCoreFrameBridge.h') diff --git a/WebKit/android/jni/WebCoreFrameBridge.h b/WebKit/android/jni/WebCoreFrameBridge.h index 5fd4da9..07bdc41 100644 --- a/WebKit/android/jni/WebCoreFrameBridge.h +++ b/WebKit/android/jni/WebCoreFrameBridge.h @@ -58,6 +58,8 @@ class WebFrame : public WebCoreRefObject { // helper function static WebFrame* getWebFrame(const WebCore::Frame* frame); + int inputStreamForAndroidResource(const char* url, int type); + virtual PassRefPtr startLoadingResource(WebCore::ResourceHandle*, const WebCore::ResourceRequest& request, bool mainResource, bool synchronous); -- cgit v1.1