Files
frameworks_base/core/java/android
Patrick Scott 9f61732e9b Add text extensions to the extension mime type map.
The Browser used to have a concern around mapping text extensions to various
text/* mime types. If a text extension mapped to an unknown text/* mime type,
the Browser would attempt to download a url instead of just displaying the
content.

There is another change in external/webkit that uses 2 static functions in
DOMImplementation that determine if a mime type is text or xml. The text
function in particular checks for a leading "text/" string in the mime type.
With that change, pruning text mime types is no longer needed.

Bug: 1988375
2009-07-21 15:28:12 -04:00
..
2009-07-17 14:27:23 -07:00
2009-07-17 17:52:26 -07:00
2009-07-21 07:55:50 -04:00
2009-07-17 07:50:00 -07:00
2009-07-17 10:53:23 -07:00
2009-06-18 18:36:37 -07:00