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
/
url_request
/
url_request_test_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
1
-1
/
+1
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
Remove some calls to URLRequestContext::network_delegate().
tedv@chromium.org
2013-03-08
1
-0
/
+4
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
LoadTiming int net 6: Cache LoadTimingInfo
mmenke@chromium.org
2013-02-02
1
-9
/
+3
*
Add support for making FTP requests through a proxy.
phajdan.jr@chromium.org
2013-01-23
1
-0
/
+10
*
LoadTiming in net, part 3.
mmenke@chromium.org
2013-01-21
1
-0
/
+22
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
1
-10
/
+3
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-63
/
+66
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-66
/
+63
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-63
/
+66
*
Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...
battre@chromium.org
2012-10-20
1
-1
/
+1
*
Move TestJobInterceptor to url_request_test_util.
droger@chromium.org
2012-09-18
1
-0
/
+24
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
1
-2
/
+2
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-0
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove the force_session cookie option, as it's not used anymore
jochen@chromium.org
2012-07-11
1
-1
/
+0
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-4
/
+2
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
1
-6
/
+6
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
1
-0
/
+3
*
Introduce a delegate to avoid hardcoding "chrome-extension" in net/.
joi@chromium.org
2012-06-07
1
-0
/
+2
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
1
-11
/
+7
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-4
/
+5
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
1
-5
/
+7
*
Remove an unnecessary gtest.h include.
thakis@chromium.org
2012-03-21
1
-1
/
+0
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-2
/
+2
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
1
-19
/
+20
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
1
-0
/
+26
*
Expose a static configuration value for the host to use for URLRequestTestHTT...
erikwright@chromium.org
2012-02-22
1
-0
/
+26
*
Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
1
-3
/
+8
*
Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
1
-8
/
+3
*
Rename is_hsts_host to fatal.
palmer@chromium.org
2012-01-17
1
-3
/
+8
*
Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...
battre@chromium.org
2012-01-13
1
-2
/
+2
*
base::Bind: Convert net::NetworkDelegate.
jhawkins@chromium.org
2011-12-01
1
-3
/
+3
*
net: make interstitials fatal for pinned sites
agl@chromium.org
2011-11-29
1
-0
/
+2
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
1
-5
/
+1
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-5
/
+4
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-2
/
+8
*
NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...
cbentzel@chromium.org
2011-10-03
1
-12
/
+17
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...
ddorwin@chromium.org
2011-09-29
1
-19
/
+14
*
NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...
cbentzel@chromium.org
2011-09-29
1
-14
/
+19
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-2
/
+2
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
1
-2
/
+2
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-2
/
+2
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-4
/
+4
*
Add onAuthRequired signal to the webRequest API
jochen@chromium.org
2011-08-03
1
-0
/
+2
*
Change CanGetCookies signature, add CookieList as parameters in order to remo...
ycxiao@chromium.org
2011-07-29
1
-14
/
+7
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-2
/
+1
[next]