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
*
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
*
Remove ChromeURLRequestContext from content/.
willchan@chromium.org
2011-04-29
1
-29
/
+0
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-3
/
+6
*
PrerenderManager is no longer refcounted.
cbentzel@chromium.org
2011-04-22
1
-5
/
+9
*
Create a content::ResourceContext.
willchan@chromium.org
2011-04-15
1
-10
/
+0
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
1
-4
/
+0
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-4
/
+4
*
Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...
eroman@chromium.org
2011-03-30
1
-2
/
+2
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+27
*
Remove 'off the record' references from ChromeURLContext.
vipul.bhasin@gmail.com
2011-03-15
1
-5
/
+5
*
Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...
tony@chromium.org
2011-03-10
1
-9
/
+0
*
Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ...
jam@chromium.org
2011-02-24
1
-3
/
+3
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-9
/
+0
*
Adds navigator.registerProtocolHandler.
tony@chromium.org
2011-02-23
1
-0
/
+9
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-103
/
+14
*
Revert 75143 - Reland r74842
willchan@chromium.org
2011-02-16
1
-14
/
+103
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-103
/
+14
*
Move FinalStatus out of PrerenderContents, and add prerender namespace.
cbentzel@chromium.org
2011-02-15
1
-4
/
+4
*
Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?
willchan@chromium.org
2011-02-14
1
-14
/
+103
*
Revert r74728 which reverted r74561 for exposing a ChromeOS bug.
willchan@chromium.org
2011-02-14
1
-103
/
+14
*
Remove unused ChromeURLRequestContextFactory member.
finnur@chromium.org
2011-02-14
1
-1
/
+0
*
Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.
kinuko@chromium.org
2011-02-14
1
-5
/
+5
*
Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."
oshima@google.com
2011-02-12
1
-14
/
+104
*
Reland r74561 after fixing ChromeOS build breakage.
willchan@chromium.org
2011-02-11
1
-104
/
+14
*
Revert 74561 for breaking the ChromeOS build
willchan@chromium.org
2011-02-11
1
-14
/
+104
*
Introduce OffTheRecordProfileIOData and ProfileImplIOData.
willchan@chromium.org
2011-02-11
1
-104
/
+14
*
Attempt 3 at: Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-10
1
-0
/
+4
*
Revert 74340 - Attempt 2 at: Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-10
1
-4
/
+0
[next]