summaryrefslogtreecommitdiffstats
path: root/net/base/mime_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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