summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/MIMETypeRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-67/+0
* Fix naming of wtfStringToJstring()Steve Block2011-01-061-1/+1
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-011-2/+3
* Rename to_string() to jstringToWtfString() for greater claritySteve Block2010-10-151-1/+1
* Merge webkit.org at r58033 : Implement MIMETypeRegistry::isApplicationPluginM...Steve Block2010-05-111-0/+5
* Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeForExtensionSteve Block2010-03-051-0/+1
* Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-2/+2
* Don't use static jclass unless we hold a reference.Grace Kloba2010-01-141-14/+9
* Call into MimeTypeMap to get the mime type for an extension.Patrick Scott2010-01-131-0/+65