summaryrefslogtreecommitdiffstats
path: root/components/mime_util
Commit message (Expand)AuthorAgeFilesLines
* - Removing x-x509-user-cert mime-type handling for non-Android systems.svaldez2016-01-123-61/+0
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-261-0/+3
* Make more components pass GN check.brettw2015-11-261-0/+1
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* Replace ToLower calls to the new formatbrettw2015-08-101-2/+1
* Remove legacy StartsWithASCII function.brettw2015-07-161-4/+6
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-3/+4
* Moved media mime type and codec checks to media/base/mime_util.*servolk2015-05-164-2/+23
* Move the IsSupported* mime functions out of //net and into //components/mime_...rsleevi2015-04-307-0/+395