OSDN Git Service

Factor out WebCache from WebRequestContext
authorSteve Block <steveblock@google.com>
Fri, 26 Nov 2010 16:11:52 +0000 (16:11 +0000)
committerSteve Block <steveblock@google.com>
Mon, 29 Nov 2010 11:34:01 +0000 (11:34 +0000)
commit7d075cf5814d9e965fe41ee237759a1cfd2a6c8a
tree7940db8d298d0c78262aeff182eb73d8e0728d3a
parentf4c6cc0f1becf257f68cd2681c3e21584cf7ad02
Factor out WebCache from WebRequestContext

This is the second step in allowing us to have a WebRequestContext per
WebView, which is required to allow the useragent string to be
configured per WebView.

Bug: 3113804
Change-Id: Idcd252194562d1ef91d9d6e2baf8c65b8ff088d4
WebKit/android/WebCoreSupport/WebCache.cpp
WebKit/android/WebCoreSupport/WebCache.h
WebKit/android/WebCoreSupport/WebRequestContext.cpp
WebKit/android/jni/WebCoreFrameBridge.cpp