summaryrefslogtreecommitdiffstats
path: root/net/http/http_content_disposition.cc
Commit message (Expand)AuthorAgeFilesLines
* net: net_util.h includes cleanuptfarina2015-12-181-0/+1
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-231-6/+10
* Move more string_util functions to base namespace.brettw2015-06-241-4/+4
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-8/+8
* Remove support for "name" parameter from Content-Disposition.dtapuska2015-04-301-10/+1
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-14/+12
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-11/+11
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-11/+11
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-4/+4
* Consolidate most of net/'s icu_string+conversions dependencies.mmenke@chromium.org2014-04-291-25/+7
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-4/+4
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-4/+4
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-2/+2
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-5/+6
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Add UMA for measuring Content-Dispostion header use and abuse.asanka@chromium.org2012-12-171-20/+48
* Move DecodeFilenameValue and DecodeExt value into http_content_disposition.asanka@chromium.org2012-12-151-0/+326
* Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe...asanka@chromium.org2012-06-041-5/+11
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-311-18/+19
* BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...abarth@chromium.org2012-01-281-1/+2
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-0/+93