OSDN Git Service

Fixes style in WebRequestContext
authorSteve Block <steveblock@google.com>
Wed, 27 Oct 2010 08:49:32 +0000 (09:49 +0100)
committerSteve Block <steveblock@google.com>
Wed, 27 Oct 2010 13:07:29 +0000 (14:07 +0100)
commitf8d8851981c0c0605a653850bddde79841119470
tree91c048729d7d11e78da11a0e7db08e75220e2d6a
parent054de1f8acc4c600081c0a52af7524ad6ab07629
Fixes style in WebRequestContext

Previously this file used Chromium style, as it extends a Chromium
class. However, I think it's best to switch to WebKit style to prevent
Chromium style from leaking into the rest of WebKit.

Also switches static member methods to file-scope static functions
where possible.

Finally, return WebRequestContext* rather than URLRequestContext* to
allow us to call methods in the derived class. this will be required
to hook up CookieManager.

Change-Id: Ifdca62230a3728e338904ef1b9b392640af06a92
WebKit/android/WebCoreSupport/PlatformBridge.cpp
WebKit/android/WebCoreSupport/WebCache.cpp
WebKit/android/WebCoreSupport/WebRequest.cpp
WebKit/android/WebCoreSupport/WebRequestContext.cpp
WebKit/android/WebCoreSupport/WebRequestContext.h
WebKit/android/WebCoreSupport/autofill/WebAutoFill.cpp
WebKit/android/jni/CookieManager.cpp
WebKit/android/jni/WebSettings.cpp
WebKit/android/nav/WebView.cpp