commit | 068e48b469f5abca53ee3da38f933cf2c25c93b8 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Tue Jan 26 18:11:27 2010 -0800 |
committer | Grace Kloba <klobag@google.com> | Wed Jan 27 12:36:14 2010 -0800 |
tree | 430433be9635facc08f0b0701d25f68a4c16a7f9 | |
parent | 34e60c4694aa1f1461ee6c6a756faf2afb442ab6 [diff] |
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.