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
/
chrome
/
browser
/
net
/
chrome_network_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+1
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
1
-0
/
+7
*
Show a blocking page/interstitial when blocking requests in managed mode.
bauerb@chromium.org
2012-11-29
1
-24
/
+40
*
Add a SafeSearch preference, policy and implementation.
sergiu@chromium.org
2012-11-08
1
-3
/
+13
*
Coalesce payload length statistics in ChromeNetworkDelegate
bengr@google.com
2012-10-24
1
-0
/
+24
*
Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...
battre@chromium.org
2012-10-20
1
-1
/
+1
*
Implement 'Do Not Track' header
battre@chromium.org
2012-09-13
1
-7
/
+12
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
1
-5
/
+5
*
Add ManagedModeURLFilter.
bauerb@chromium.org
2012-08-17
1
-0
/
+6
*
Regression test for anti-DDoS bugs in ChromeNetworkDelegate.
joi@chromium.org
2012-08-15
1
-0
/
+2
*
Fix a bad inversion of logic (see OnCanThrottleRequest) and a bug
joi@chromium.org
2012-08-09
1
-5
/
+11
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-1
/
+11
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-3
/
+6
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
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
/
+8
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
1
-5
/
+14
*
Revert 132479 - Transmit a X-Chrome-UMA-Enabled bit to Google domains from cl...
sky@chromium.org
2012-04-16
1
-5
/
+0
*
Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...
stevet@chromium.org
2012-04-16
1
-0
/
+5
*
Revert "net: add DNS revocation experiment."
agl@chromium.org
2012-04-10
1
-10
/
+0
*
net: add DNS revocation experiment.
agl@chromium.org
2012-03-21
1
-0
/
+10
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
1
-4
/
+13
*
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
-4
/
+4
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-0
/
+6
*
NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...
cbentzel@chromium.org
2011-10-03
1
-2
/
+5
*
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
-5
/
+2
*
NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...
cbentzel@chromium.org
2011-09-29
1
-2
/
+5
*
Introduced the URLBlacklistManager, and wired it to various places.
joaodasilva@chromium.org
2011-09-04
1
-0
/
+8
*
Add onAuthRequired signal to the webRequest API
jochen@chromium.org
2011-08-03
1
-0
/
+2
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-10
/
+10
*
Get rid of the ProfileId. It was added for ceee. I reverted the original chan...
jam@chromium.org
2011-07-13
1
-5
/
+5
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
1
-1
/
+1
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
1
-0
/
+4
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
1
-0
/
+1
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-8
/
+6
*
Implemented RequestHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-13
1
-1
/
+2
*
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
/
+2
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
1
-3
/
+4
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
1
-4
/
+3
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
1
-3
/
+4
*
Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...
bauerb@chromium.org
2011-04-13
1
-1
/
+15
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
1
-2
/
+5
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...
tony@chromium.org
2011-03-10
1
-1
/
+6
[next]