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