commit | d0d9bc2f2fe737d186c0cc8c29a325e4f2907e8e | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Tue Jan 26 18:08:28 2010 -0800 |
committer | Grace Kloba <klobag@google.com> | Wed Jan 27 12:28:11 2010 -0800 |
tree | f2cf97810b503211f57c972fb0db36d94e195703 | |
parent | 946e007283d76d6855824ed00910fb1470d369c2 [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 1 of 3-project checkin.