| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Add mime types for HLS | jinsukkim@chromium.org | 2014-01-13 | 1 | -0/+6 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+2 |
* | Recognize json media types as (non-image) mime types. | sigbjornf@opera.com | 2013-12-20 | 1 | -1/+3 |
* | Open more file types in Chrome, and audit the dangerous file extensions. | palmer@chromium.org | 2013-12-07 | 1 | -3/+3 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Open HTML files in Chrome by default. | palmer@chromium.org | 2013-11-28 | 1 | -1/+1 |
* | Remove text media types from supported_non_image_types in mime_util.cc | tyoshino@chromium.org | 2013-11-22 | 1 | -14/+4 |
* | Revert 235405 "Revert 235337 "media: Enabling Opus playback by d..." | zmo@chromium.org | 2013-11-15 | 1 | -2/+9 |
* | Revert 235337 "media: Enabling Opus playback by default." | zmo@chromium.org | 2013-11-15 | 1 | -9/+2 |
* | media: Enabling Opus playback by default. | vigneshv@chromium.org | 2013-11-15 | 1 | -2/+9 |
* | canPlayType could return maybe/probably for VP9 in android | vigneshv@chromium.org | 2013-11-13 | 1 | -10/+28 |
* | Add support for avc3 codec string. | acolwell@chromium.org | 2013-10-18 | 1 | -0/+1 |
* | [CleanUp] Use base::STLSetDifference() in place of std::set_difference() | limasdf@gmail.com | 2013-09-23 | 1 | -9/+7 |
* | Make sure canPlayType does not return probably/maybe for VP9 on Android. | tomfinegan@chromium.org | 2013-09-08 | 1 | -1/+8 |
* | Define proprietary_codecs=1 when branding==Chrome. | scherkus@chromium.org | 2013-08-20 | 1 | -3/+3 |
* | Shuffle media-related WebMimeRegistry code from webkit/ to content/. | scherkus@chromium.org | 2013-06-22 | 1 | -24/+15 |
* | media: Remove VP9 flag, and enable VP9 support by default. | tomfinegan@chromium.org | 2013-06-15 | 1 | -1/+2 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -4/+3 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Clean up ifdef around FilePath creation(webkit) | mrunal.kapade@intel.com | 2013-05-29 | 1 | -5/+2 |
* | Move AddMultipartValueForUpload to net/base/mime_util.h/cc. | grunell@chromium.org | 2013-05-16 | 1 | -0/+25 |
* | Minor mimetype list cleanup according to various RFCs. | zvorygin@google.com | 2013-04-18 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Add black-listed text types to the list if unsupported MIME types. | asanka@chromium.org | 2013-03-29 | 1 | -0/+2 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | net: Add missing "image/vnd.microsoft.icon" MIME type | hashimoto@chromium.org | 2013-02-22 | 1 | -0/+3 |
* | Opus extension to mimetype map so files with .opus play instead of download, ... | fbarchard@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -26/+30 |
* | Delete unused code in mimeutil. | eroman@chromium.org | 2013-01-05 | 1 | -23/+0 |
* | Fix certificate and keychain installation on Android. | digit@chromium.org | 2012-12-11 | 1 | -1/+34 |
* | Fix GetExtensionsForMimeType() function. | kmadhusu@chromium.org | 2012-11-08 | 1 | -1/+1 |
* | Apply a few missing const qualifiers in net/ | digit@chromium.org | 2012-10-26 | 1 | -5/+5 |
* | Update mime type matching to handle parameters. | gbillock@chromium.org | 2012-10-26 | 1 | -16/+62 |
* | Don't use web intents for rss feeds. | gbillock@chromium.org | 2012-10-12 | 1 | -0/+2 |
* | Don't render CSV or TSV files inline. | torne@chromium.org | 2012-10-02 | 1 | -0/+4 |
* | Allows GetExtensionsForMimeType to support mime types like "foo/*" | thorogood@chromium.org | 2012-09-10 | 1 | -34/+49 |
* | Support for extracting IANA media type. | smckay@chromium.org | 2012-08-28 | 1 | -0/+30 |
* | Offload disk accesses to WorkerPool in ExtensionProtocolHandler | paivanof@gmail.com | 2012-07-23 | 1 | -1/+3 |
* | Allow any text/* mime type to be rendered inline. | torne@chromium.org | 2012-07-23 | 1 | -1/+34 |
* | Tests handling in DNS RRResolver; cosmetic cleanup | aruslan@chromium.org | 2012-06-23 | 1 | -0/+2 |
* | Move function for classifying a string as a mime type into MimeUtil | gbillock@chromium.org | 2012-06-06 | 1 | -0/+49 |
* | Get file extension synonyms from the OS, fix so that if one synonym is safe t... | avi@chromium.org | 2012-05-08 | 1 | -6/+4 |
* | Change resource handling policy to allow feed types to download so they can b... | gbillock@chromium.org | 2012-04-23 | 1 | -2/+0 |
* | Changed TestShellWebMimeRegistryImpl to blacklist rather than whitelist conta... | ddorwin@chromium.org | 2012-04-16 | 1 | -14/+55 |
* | Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr... | pkasting@chromium.org | 2012-04-03 | 1 | -74/+74 |