summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-081-0/+28
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+0
* Implement ChromeOS mime type extension mappings.yawano2015-05-191-1/+13
* Moved media mime type and codec checks to media/base/mime_util.*servolk2015-05-161-141/+1
* Move the IsSupported* mime functions out of //net and into //components/mime_...rsleevi2015-04-301-55/+0
* Make the mime utils comply with rfc4052.mtomasz2015-02-161-14/+44
* Add 'audio/aac' mimetype supportjiajia.qin2015-02-061-0/+2
* Cleanup: Better constify some strings in net/.thestig2015-01-241-12/+13
* Remove net::GetIANAMediaType, it's not used anymoreservolk2015-01-161-17/+0
* Cleanup: Remove some unneeded string allocations.thestig2014-12-031-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-4/+4
* Add the mp2t mimetype to the list of supported mime types.damienv2014-08-271-0/+6
* Adding extension/mime mapping for HLS streamsqinmin@chromium.org2014-08-161-0/+3
* Fix: Adding list of supported codecs for MP4 containersamogh.bihani@samsung.com2014-06-161-9/+7
* Make net::DataURL's MIME string check strictertyoshino@chromium.org2014-05-211-29/+65
* Adding platform specific variables for MediaCanPlayTypeTestamogh.bihani@samsung.com2014-05-121-0/+58
* Adding check for MIME types that do not take codecs parameteramogh.bihani@samsung.com2014-04-231-7/+6
* Fix: canPlayType() gives false positive for */ogg and audio/x-wavamogh.bihani@samsung.com2014-04-081-0/+32
* Add mime types for HLSjinsukkim@chromium.org2014-01-131-0/+2
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-2/+2
* Recognize json media types as (non-image) mime types.sigbjornf@opera.com2013-12-201-0/+11
* Remove text media types from supported_non_image_types in mime_util.cctyoshino@chromium.org2013-11-221-0/+2
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Adding unit test for two new functions in mime_util.h/cc.grunell@chromium.org2013-05-171-0/+16
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* Fix certificate and keychain installation on Android.digit@chromium.org2012-12-111-0/+24
* Fix TestGetExtensionsForMimeType unittest on iOS.blundell@chromium.org2012-11-131-1/+1
* Fix GetExtensionsForMimeType() function.kmadhusu@chromium.org2012-11-081-1/+6
* Update mime type matching to handle parameters.gbillock@chromium.org2012-10-261-0/+41
* Fix for non-sticky defaults bug. Added a bunch of tests.gbillock@chromium.org2012-09-181-0/+1
* Allows GetExtensionsForMimeType to support mime types like "foo/*"thorogood@chromium.org2012-09-101-0/+40
* Support for extracting IANA media type.smckay@chromium.org2012-08-281-0/+17
* Allow any text/* mime type to be rendered inline.torne@chromium.org2012-07-231-2/+9
* Move function for classifying a string as a mime type into MimeUtilgbillock@chromium.org2012-06-061-0/+35
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-031-9/+9
* Revert r12998 - it broke some media/mime-related layout tests.dpranke@chromium.org2012-03-311-9/+9
* When input is "" (or " " with trim_whitespace true), SplitString() should ret...pkasting@chromium.org2012-03-301-9/+9
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-31/+30
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-29/+25
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-201-1/+8
* Add codec parsing capability to MimeUtilkylep@chromium.org2009-07-171-0/+29
* Fix reversed arguments to EXPECT_EQ() in mime_util_unittest.thestig@chromium.org2009-05-141-4/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-14/+15
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-221-0/+5
* revert 8087abarth@chromium.org2009-01-151-5/+0