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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-3
/
+3
*
Preserve non-POST methods on 301/302 requests.
mmenke@chromium.org
2011-10-26
1
-18
/
+18
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-1
/
+12
*
NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...
cbentzel@chromium.org
2011-10-03
1
-15
/
+56
*
Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...
ddorwin@chromium.org
2011-09-29
1
-56
/
+15
*
NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...
cbentzel@chromium.org
2011-09-29
1
-15
/
+56
*
Use status code 307 instead of 302 when redirecting requests on behalf of
mpcomplete@chromium.org
2011-09-29
1
-1
/
+6
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-5
/
+5
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
1
-5
/
+5
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-5
/
+5
*
chrome.experimental.downloads.download() implementation
benjhayden@chromium.org
2011-09-16
1
-1
/
+5
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-9
/
+9
*
Allow the NetworkDelegate to synchronously cancel a URLRequest.
joaodasilva@chromium.org
2011-08-31
1
-6
/
+13
*
Log errors on the URLRequestTYPE_REQUEST_ALIVE end event,
mmenke@chromium.org
2011-08-17
1
-1
/
+6
*
Add a status message "Waiting for extension Foo..." when there's a request
mpcomplete@chromium.org
2011-08-10
1
-4
/
+21
*
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
-6
/
+7
*
Improve logging of webRequest API in NetLog
battre@chromium.org
2011-07-28
1
-2
/
+0
*
Handle conflict resolution for webRequest API
battre@chromium.org
2011-07-28
1
-0
/
+1
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
1
-0
/
+16
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-1
/
+2
*
Unit testing of event generation NetworkDelegate / Web Request API
battre@chromium.org
2011-07-14
1
-0
/
+10
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-3
/
+3
*
Revert 92511 - Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-3
/
+3
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-3
/
+3
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-8
/
+86
*
Revert 92331 - Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-84
/
+8
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-8
/
+84
*
URLRequestJob::Read can return false but still leave the request in state URL...
battre@chromium.org
2011-07-06
1
-1
/
+4
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
1
-2
/
+6
*
Modify URLRequest::Delegate::OnCertificateRequested to cancel the request. T...
rch@chromium.org
2011-05-20
1
-1
/
+1
*
More progress towards removing content settings code from the content layer. ...
jam@chromium.org
2011-05-10
1
-6
/
+6
*
Add a command-line flag for MAC cookies.
abarth@chromium.org
2011-05-08
1
-0
/
+11
*
Tweaks to extension webRequest API.
mpcomplete@chromium.org
2011-05-03
1
-7
/
+3
*
Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...
battre@chromium.org
2011-04-20
1
-0
/
+4
*
Make URLRequest store the chain of redirects.
mattm@chromium.org
2011-04-19
1
-4
/
+3
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
1
-22
/
+29
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
1
-29
/
+22
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
1
-22
/
+29
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
1
-2
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove all "net::" prefixes under net/url_request for code that's
adamk@chromium.org
2011-03-24
1
-43
/
+42
*
Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.
willchan@chromium.org
2011-03-22
1
-2
/
+2
*
Remove URLRequestJobMetrics and related code.
adamk@chromium.org
2011-03-16
1
-1
/
+0
*
Fix leak of the onBeforeRequest callback in URLRequest.
mpcomplete@chromium.org
2011-03-08
1
-3
/
+3
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
1
-6
/
+30
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-8
/
+4
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-4
/
+8
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-8
/
+4
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-3
/
+3
[next]