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