summaryrefslogtreecommitdiffstats
path: root/net/base/net_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-265/+95
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-1/+1
* net: Remove 3 exit time destructors and 3 static initializers.thakis@chromium.org2011-11-091-2/+2
* Fix a couple minor net issuesjoth@chromium.org2011-11-031-1/+2
* Use text/plain as a test MIME type instead of application/pdf for NetUtilTest...asanka@chromium.org2011-10-281-3/+3
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-5/+1
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-1/+28
* Remove exec flags from cc files.jbates@chromium.org2011-08-251-0/+0
* Replace whitespace at beginning and end of file with hyphens, rather than sil...kenrb@chromium.org2011-08-241-4/+21
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-4/+3
* FormatURL used to escape characters in the query string thatmmenke@chromium.org2011-08-171-0/+74
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-091-256/+1228
* Allow hyphens at the beginning of domain components, except for the last doma...pkasting@chromium.org2011-06-211-0/+2
* Add '?' to the list of characters escaped when constructing a file:// URLasanka@chromium.org2011-05-261-0/+1
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-13/+65
* Tolerate extra whitespace in header parametersasanka@chromium.org2011-05-121-0/+15
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-341/+243
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-2/+164
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-164/+2
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-2/+164
* Don't discard a header parameter because of unbalanced quotes.asanka@chromium.org2011-04-071-0/+2
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-0/+28
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-134/+135
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-191-1/+26
* wstring: remove some simple uses of FromWStringHackevan@chromium.org2011-03-151-1/+1
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-031-2/+3
* Change backslashes in download file path to underscores.ahendrickson@chromium.org2011-02-081-1/+6
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-14/+5
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-031-4/+113
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-6/+9
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-101-4/+4
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-286/+125
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-251-0/+189
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-041-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-22/+22
* Add URL filter to trigger punycode for Japanese homographic sequences.jschuh@google.com2010-07-271-1/+25
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-18/+27
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-7/+26
* Download filename encoding fix [try2]:estade@chromium.org2010-06-111-0/+17
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-0/+172
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-0/+24
* Makes FormatURL not strip http for view-source urls.sky@chromium.org2010-04-271-0/+6
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-44/+161
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-1/+10
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-162/+45
* Changes FormatURL to not strip http if the host starts with ftp or https[!a-z...sky@chromium.org2010-04-191-0/+47
* Strips http from the omniboxsky@chromium.org2010-04-091-45/+115
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-051-0/+5
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-221-20/+26