summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Add webp mime type for omniboxfbarchard@chromium.org2010-11-021-1/+3
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* add audio/x-wav mimetype for apachefbarchard@chromium.org2010-09-281-0/+1
* add audio/wav mimetypefbarchard@chromium.org2010-09-281-2/+6
* Support accept attribute for an <input type=file> element.jianli@chromium.org2010-09-081-0/+176
* Fixes a crash when xdg_mime library is unable to handle a long file path.inferno@chromium.org2010-07-121-0/+5
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-201-6/+79
* Added #ifdef to allow Chromium to enable proprietary codecs.scherkus@chromium.org2010-05-101-2/+2
* Prevent people from adding mime type to supported_non_image_types that will m...inferno@chromium.org2010-04-091-0/+4
* Support for viewing text/cache-manifest resources in a browser window instead...michaeln@chromium.org2010-03-181-0/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* Add mpeg audio mime type allowing mp3 to play with chrome on more websites.fbarchard@chromium.org2009-12-031-0/+1
* Display application/json files inline.thestig@chromium.org2009-11-181-0/+1
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-0/+1
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-221-0/+1
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-1/+2
* add application/ogg mime typefbarchard@chromium.org2009-08-031-0/+1
* Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().scherkus@chromium.org2009-07-251-0/+33
* Updated media MIME type handling for Chrome and Chromium.scherkus@chromium.org2009-07-251-9/+2
* mp4 types in omnibox only for chrome, not chromiumfbarchard@chromium.org2009-07-221-0/+3
* Add codec parsing capability to MimeUtilkylep@chromium.org2009-07-171-0/+24
* Add mpeg for layouttests to pass. The following media layout tests fail if m...fbarchard@chromium.org2009-07-071-0/+5
* OGG and OGV added to supported media types for omnibox, href and command line.fbarchard@chromium.org2009-07-071-14/+12
* Say we support mime-type audio/mpeg and video/mpeghclam@chromium.org2009-07-011-0/+4
* Included text/css content type into list of the supported non image files. abarth@chromium.org2009-06-121-3/+9
* Handle mimetype queries for media fileshclam@chromium.org2009-05-291-2/+40
* Add support for progressive JPEGs with MIME type image/pjpeg. Fixes Issue 2104.jon@chromium.org2009-03-191-0/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-101-9/+12
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-16/+18
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-221-6/+3
* revert 8087abarth@chromium.org2009-01-151-3/+6
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-151-6/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Remove warnings for the net module.rvargas@google.com2008-08-191-5/+5
* Add mime_util and http_chunked_decoder to mac project.ericroman@google.com2008-08-191-1/+1
* Add a stubbed-out platform_mime_util_mac.mmericroman@google.com2008-08-101-4/+7
* Refactor mime_util into a singleton.ericroman@google.com2008-08-091-43/+107
* Break out windows specific parts of mime_util.cc into mime_util_win.ccericroman@google.com2008-08-081-17/+6
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-4/+4
* Add net to the repository.initial.commit2008-07-261-0/+305