summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util.cc
Commit message (Expand)AuthorAgeFilesLines
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+2
* Add epub mime type.yawano2015-04-071-0/+1
* Remove MIME type check for pre-ICS Android.ddorwin2015-03-171-19/+1
* Document some quirks of media MIME type code and reference related bugsddorwin2015-02-241-11/+21
* win vs2015: fix variable shadowing warnings in net/basescottmg2015-02-231-1/+0
* Make the mime utils comply with rfc4052.mtomasz2015-02-161-56/+89
* net: Update mime_util to disable Ogg Opus on Android.vigneshv2015-02-121-17/+23
* media: Enable Opus support in Clank <video> and MSEvigneshv2015-02-061-3/+2
* Add 'audio/aac' mimetype supportjiajia.qin2015-02-061-0/+1
* Revert of media: Enable Opus support in Clank <video> and MSE (patchset #5 id...tedchoc2015-01-311-2/+3
* media: Enable Opus support in Clank <video> and MSEvigneshv2015-01-281-3/+2
* Cleanup: Better constify some strings in net/.thestig2015-01-241-7/+7
* Remove net::GetIANAMediaType, it's not used anymoreservolk2015-01-161-30/+0
* MSE and non-MSE: Relax mp4a mimetype to allow leading 0 in aud-otiwolenetz2014-12-101-21/+27
* MSE and non-MSE: Support HE-AACv2 "mp4a.40.29" codec stringwolenetz2014-11-251-7/+12
* MSE: Relax H.264 Baseline mimetype profile recognitionwolenetz2014-10-041-7/+43
* Mark android supports H264 main/high profileqinmin2014-08-281-5/+2
* Add the mp2t mimetype to the list of supported mime types.damienv2014-08-271-0/+5
* Adding extension/mime mapping for HLS streamsqinmin@chromium.org2014-08-161-1/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-3/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-4/+4
* Refactor net::MimeUtil media code to return "probably" for codecs the platfor...acolwell@chromium.org2014-07-291-187/+358
* Fix canPlayType() support for non-RFC compliant mp3 mimetype.acolwell@chromium.org2014-07-171-3/+16
* Fix: Adding list of supported codecs for MP4 containersamogh.bihani@samsung.com2014-06-161-8/+114
* Cleanup, mostly replacing uses of SplitStringUsingSubstr() with SplitString(),pkasting@chromium.org2014-05-231-2/+1
* Make net::DataURL's MIME string check strictertyoshino@chromium.org2014-05-211-34/+44
* Adding platform specific variables for MediaCanPlayTypeTestamogh.bihani@samsung.com2014-05-121-2/+26
* Support for png images served with "image/x-png" mime typesudarshan.p@samsung.com2014-05-081-1/+3
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Adding check for MIME types that do not take codecs parameteramogh.bihani@samsung.com2014-04-231-1/+7
* Revert accidental dartium code pushjamescook@chromium.org2014-04-171-20/+0
* merged 1908terry@google.com2014-04-171-0/+20
* Fix: canPlayType() gives false positive for */ogg and audio/x-wavamogh.bihani@samsung.com2014-04-081-1/+5
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Add mime types for HLSjinsukkim@chromium.org2014-01-131-0/+6
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+2
* Recognize json media types as (non-image) mime types.sigbjornf@opera.com2013-12-201-1/+3
* Open more file types in Chrome, and audit the dangerous file extensions.palmer@chromium.org2013-12-071-3/+3
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Open HTML files in Chrome by default.palmer@chromium.org2013-11-281-1/+1
* Remove text media types from supported_non_image_types in mime_util.cctyoshino@chromium.org2013-11-221-14/+4
* Revert 235405 "Revert 235337 "media: Enabling Opus playback by d..."zmo@chromium.org2013-11-151-2/+9
* Revert 235337 "media: Enabling Opus playback by default."zmo@chromium.org2013-11-151-9/+2
* media: Enabling Opus playback by default.vigneshv@chromium.org2013-11-151-2/+9
* canPlayType could return maybe/probably for VP9 in androidvigneshv@chromium.org2013-11-131-10/+28
* Add support for avc3 codec string.acolwell@chromium.org2013-10-181-0/+1
* [CleanUp] Use base::STLSetDifference() in place of std::set_difference()limasdf@gmail.com2013-09-231-9/+7
* Make sure canPlayType does not return probably/maybe for VP9 on Android.tomfinegan@chromium.org2013-09-081-1/+8