OSDN Git Service

Add request header support for the Browser/WebView.
authorGrace Kloba <klobag@google.com>
Wed, 27 Jan 2010 02:11:27 +0000 (18:11 -0800)
committerGrace Kloba <klobag@google.com>
Wed, 27 Jan 2010 20:36:14 +0000 (12:36 -0800)
commit068e48b469f5abca53ee3da38f933cf2c25c93b8
tree430433be9635facc08f0b0701d25f68a4c16a7f9
parent34e60c4694aa1f1461ee6c6a756faf2afb442ab6
Add request header support for the Browser/WebView.
QSB can use this instead of POST to send the location
data. After QSB makes the switch, we should also
remove the POST_DATA intent which is hidden.

Add loadUrl(String url, HashMap extraHeaders) to
WebView so that the caller can send the extra http
headers.

Remove "inline:" as no one is using it and it is a
hidden feature.

Part 2 of 3-project checkin.
src/com/android/browser/BrowserActivity.java