summaryrefslogtreecommitdiffstats
path: root/net/base/mime_sniffer.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not read past the end of the string in net::SniffXML().earthdok2014-10-021-3/+5
* Fix quicktime magic bytes.vandebo@chromium.org2013-11-131-1/+1
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-2/+1
* Add content: as a sniffable mime type for android.tsepez@chromium.org2013-08-091-0/+3
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Media Galleries: Allow access to a few more audio file extensions.thestig@chromium.org2013-06-141-0/+1
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Add unit tests for sniffing Office Docszork@chromium.org2013-06-061-2/+2
* Add more RAW picture formats to the media galleries extension filter.thestig@chromium.org2013-05-291-0/+15
* Style cleanup for net/base/mime_sniffer.cc. No real code change.thestig@chromium.org2013-05-231-24/+28
* Sniff for incorrect Office Typeszork@chromium.org2013-05-221-0/+71
* Have media gallery (through native media file util) use MIME snifferkrb@chromium.org2013-05-111-7/+77
* Save 'url.path()' in a local variable to avoid a use-after-free.jorgelo@chromium.org2013-05-101-6/+8
* Add Mime type sniffing for Office documentszork@chromium.org2013-05-091-0/+116
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-13/+13
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-3/+3
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-3/+3
* Add full support for filesystem URLs.ericu@google.com2012-04-021-3/+3
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-3/+3
* Add full support for filesystem URLs.ericu@google.com2012-03-241-3/+3
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-29/+38
* Removed static variable for histograms to avoid race withrtenneti@chromium.org2011-03-191-8/+8
* replace memcmp with MagicCmp that supports '.' for single character of anythi...fbarchard@chromium.org2011-01-121-3/+19
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-15/+15
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-1/+2
* Increase the mime sniffer's limit for searching for binary looking bytes fromabarth@chromium.org2010-03-161-59/+110
* We need to sniff from file:// URLs so that we don't do silly things like try toabarth@chromium.org2010-03-131-1/+2
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-3/+2
* Adjust our sniffing hueristics to better match Firefox.abarth@chromium.org2009-12-101-5/+13
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-41/+45
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-1/+43
* Slight code change to make some global variables const.maruel@google.com2009-03-101-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-9/+8
* Fix problem where "text/xml" responses get buffered past 512 bytes, causing t...ericroman@google.com2008-10-171-1/+3
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.abarth@chromium.org2008-10-091-72/+30
* Rever 2997 since it caused UI and unit tests failure.maruel@google.com2008-10-081-30/+72
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.darin@chromium.org2008-10-081-72/+30
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make mime sniffer compile for Mac.avi@google.com2008-08-201-6/+5
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-2/+2
* Add net to the repository.initial.commit2008-07-261-0/+623