summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-221-24/+15
* media: Remove VP9 flag, and enable VP9 support by default.tomfinegan@chromium.org2013-06-151-1/+2
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-4/+3
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Clean up ifdef around FilePath creation(webkit)mrunal.kapade@intel.com2013-05-291-5/+2
* Move AddMultipartValueForUpload to net/base/mime_util.h/cc.grunell@chromium.org2013-05-161-0/+25
* Minor mimetype list cleanup according to various RFCs.zvorygin@google.com2013-04-181-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Add black-listed text types to the list if unsupported MIME types.asanka@chromium.org2013-03-291-0/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* net: Add missing "image/vnd.microsoft.icon" MIME typehashimoto@chromium.org2013-02-221-0/+3
* Opus extension to mimetype map so files with .opus play instead of download, ...fbarchard@chromium.org2013-02-121-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-26/+30
* Delete unused code in mimeutil.eroman@chromium.org2013-01-051-23/+0
* Fix certificate and keychain installation on Android.digit@chromium.org2012-12-111-1/+34
* Fix GetExtensionsForMimeType() function.kmadhusu@chromium.org2012-11-081-1/+1
* Apply a few missing const qualifiers in net/digit@chromium.org2012-10-261-5/+5
* Update mime type matching to handle parameters.gbillock@chromium.org2012-10-261-16/+62
* Don't use web intents for rss feeds.gbillock@chromium.org2012-10-121-0/+2
* Don't render CSV or TSV files inline.torne@chromium.org2012-10-021-0/+4
* Allows GetExtensionsForMimeType to support mime types like "foo/*"thorogood@chromium.org2012-09-101-34/+49
* Support for extracting IANA media type.smckay@chromium.org2012-08-281-0/+30
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-231-1/+3
* Allow any text/* mime type to be rendered inline.torne@chromium.org2012-07-231-1/+34
* Tests handling in DNS RRResolver; cosmetic cleanuparuslan@chromium.org2012-06-231-0/+2
* Move function for classifying a string as a mime type into MimeUtilgbillock@chromium.org2012-06-061-0/+49
* Get file extension synonyms from the OS, fix so that if one synonym is safe t...avi@chromium.org2012-05-081-6/+4
* Change resource handling policy to allow feed types to download so they can b...gbillock@chromium.org2012-04-231-2/+0
* Changed TestShellWebMimeRegistryImpl to blacklist rather than whitelist conta...ddorwin@chromium.org2012-04-161-14/+55
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-031-74/+74
* Revert r12998 - it broke some media/mime-related layout tests.dpranke@chromium.org2012-03-311-39/+32
* When input is "" (or " " with trim_whitespace true), SplitString() should ret...pkasting@chromium.org2012-03-301-32/+39
* Adding support of ogg/vorbis audio for androidqinmin@chromium.org2012-03-151-2/+2
* [uber page] Squelch font type warnings.dbeam@chromium.org2012-02-281-1/+1
* [uber page] make references to chrome_shared2.css relativeestade@chromium.org2012-01-201-1/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Add link to RFC2361 for WAV codecs as I always have a hard time finding said ...scherkus@chromium.org2011-08-171-1/+4
* Upstream android net related code (part3)michaelbai@google.com2011-07-111-0/+6
* Add GetWellKnowMimeTypeFromExtension() to limit the search to a fixed set of ...michaeln@google.com2011-06-211-9/+32
* Add mime types for application/pkcs7-mime and application/pkcs7-signature.mattm@chromium.org2011-06-161-1/+3
* Promoting the MHTML file extension to primary mappings.jcivelli@chromium.org2011-06-141-3/+3
* Remove useless compile assert.abarth@chromium.org2011-05-251-2/+0
* Enabling MHTML.jcivelli@chromium.org2011-05-251-3/+5
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-2/+2
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-3/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-20/+19
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-19/+20