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_url_request_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ChromeURLRequestContext.
eustas@chromium.org
2014-07-31
1
-125
/
+0
*
Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.
mmenke@chromium.org
2014-05-30
1
-2
/
+2
*
Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...
kinuko@chromium.org
2014-03-10
1
-2
/
+4
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
1
-19
/
+1
*
Clean-up ChromeUrlRequestContext static creators.
pastarmovj@chromium.org
2013-10-04
1
-27
/
+5
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
1
-0
/
+10
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-10
/
+0
*
Revert a workaround commit for a Use-After-Free crash.
yhirano@chromium.org
2013-06-21
1
-1
/
+3
*
SocketStream uses a weak ptr to URLRequestContext
yhirano@chromium.org
2013-06-10
1
-3
/
+1
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-07
1
-40
/
+4
*
Revert 186347
jochen@chromium.org
2013-03-06
1
-4
/
+40
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-06
1
-40
/
+4
*
Remove invalid reinterpret_cast<>. Use covariant return type instead.
ajwong@chromium.org
2013-02-28
1
-7
/
+1
*
Add StoragePartition's ProtocolHandlers at URLRequestContext construction time.
pauljensen@chromium.org
2013-02-08
1
-4
/
+46
*
Move is_incognito bit from ChromeURLRequestContext to
pauljensen@chromium.org
2013-01-16
1
-9
/
+0
*
Remove unused chrome_url_data_manager_backend pointer from
pauljensen@chromium.org
2013-01-12
1
-9
/
+0
*
Convert ProtocolHandlerRegistry::Interceptor to a net::URLRequestJobFactory.
pauljensen@chromium.org
2013-01-08
1
-2
/
+3
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
1
-38
/
+4
*
Remove content::NotificationObserver dependency from most Prefs code.
joi@chromium.org
2012-11-01
1
-7
/
+5
*
For storage partitions to work properly, we need to know whether a storage pa...
nasko@chromium.org
2012-10-30
1
-3
/
+4
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
1
-1
/
+1
*
Create a new URLRequestJobFactory for isolated request contexts.
ajwong@chromium.org
2012-09-21
1
-2
/
+8
*
Ensure that isolated apps use the right cookies for media requests.
creis@chromium.org
2012-08-21
1
-0
/
+7
*
Move PrefMember and PrefChangeRegistrar to api directory.
joi@chromium.org
2012-08-21
1
-1
/
+1
*
Add histograms for network activity, and total/cumulative
tburkard@chromium.org
2012-08-20
1
-3
/
+3
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-1
/
+13
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
1
-2
/
+2
*
Unwire the clear on exit preference from the storage systems.
jochen@chromium.org
2012-06-05
1
-1
/
+0
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-5
/
+9
*
Remove DONTUSEME_GetCookieStore().
eroman@chromium.org
2012-03-22
1
-11
/
+2
*
Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.
joi@chromium.org
2011-12-07
1
-4
/
+0
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-5
/
+6
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
1
-3
/
+0
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-6
/
+6
*
Reland r94047 - Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-29
1
-12
/
+2
*
Revert r94047 "Make Profile own ProfileIOData."
oshima@google.com
2011-07-26
1
-2
/
+12
*
Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-26
1
-12
/
+2
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-16
1
-49
/
+2
*
Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...
willchan@chromium.org
2011-07-15
1
-2
/
+49
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-49
/
+2
*
Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-1
/
+49
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-49
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Attempt to get rid of extension references from RenderMessageFilter.
mpcomplete@chromium.org
2011-07-01
1
-0
/
+6
*
Remove obsolete code from UserScriptMaster.
mihaip@chromium.org
2011-06-02
1
-12
/
+0
*
It suffices to just forward-declare DnsCertProvenanceChecker
wtc@chromium.org
2011-05-24
1
-1
/
+0
*
Add a URLRequestJobFactory::ProtocolHandler for chrome:// and chrome-devtools...
willchan@chromium.org
2011-05-16
1
-2
/
+6
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
1
-1
/
+0
*
Have AppCache code go through the content embedder API for content settings c...
jam@chromium.org
2011-05-08
1
-0
/
+2
[next]