OSDN Git Service

Strip off MIME types when loading content URLs.
authorIain Merrick <husky@google.com>
Wed, 27 Oct 2010 11:33:09 +0000 (12:33 +0100)
committerIain Merrick <husky@google.com>
Wed, 27 Oct 2010 11:33:09 +0000 (12:33 +0100)
commit2bcd292da929ab7558de4a557c347bffd51c924d
treeafd0469b73e89121abf2fb6f1dd157de33a7b014
parent2723d060330af0fa7d92bfae157452760a189f3b
Strip off MIME types when loading content URLs.

Matching behaviour that has been in ContentLoader.java since
approximately day 0. Without this, we can't load Gmail attachments
with the Chrome HTTP stack because of permission errors -- we have
to load exactly the URL Gmail tells us.

See http://b/issue?id=3125650

Change-Id: I764036efd428299b2fcd611b62dc046a40d80a55
core/java/android/webkit/BrowserFrame.java