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
*
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
*
Unit testing of event generation NetworkDelegate / Web Request API
battre@chromium.org
2011-07-14
1
-2
/
+27
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-0
/
+2
*
Revert 92331 - Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-2
/
+0
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-0
/
+2
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
1
-1
/
+1
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
1
-0
/
+1
*
Implemented RequestHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-13
1
-1
/
+2
*
More progress towards removing content settings code from the content layer. ...
jam@chromium.org
2011-05-10
1
-34
/
+18
*
net/url_request/url_request_test_util.h doesn't need to include
wtc@chromium.org
2011-05-06
1
-1
/
+0
*
Add a method for PAC script errors to the network delegate.
jochen@chromium.org
2011-05-03
1
-0
/
+1
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
1
-0
/
+1
*
Implemented chrome.experimental.webRequest.onCompleted
battre@chromium.org
2011-04-23
1
-1
/
+1
*
Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...
battre@chromium.org
2011-04-20
1
-0
/
+2
*
Implementation of chrome.experimental.webRequest.onRequestSent
battre@chromium.org
2011-04-20
1
-0
/
+6
[next]