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
/
io_thread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-0
/
+33
*
Move EnableSpdy from HttpNetworkLayer to IOThread.
rch@chromium.org
2012-11-30
1
-0
/
+17
*
Move InitializeNetworkOptions from ChromeBrowserMain to IOThread. This is in ...
rch@chromium.org
2012-11-29
1
-3
/
+14
*
Add policy for disabling the built-in asynchronous DNS client.
szym@chromium.org
2012-11-26
1
-0
/
+4
*
Put DnsProbeService on IOThread.
ttuttle@chromium.org
2012-11-14
1
-0
/
+5
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
1
-0
/
+2
*
SPDY proxy authentication support.
piatek@google.com
2012-09-28
1
-0
/
+1
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-0
/
+6
*
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
-2
/
+2
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-0
/
+2
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-6
/
+9
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
RefCounted types should not have public destructors, net/ edition
rsleevi@chromium.org
2012-05-29
1
-2
/
+2
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-5
/
+5
*
Make URLRequestThrottlerManager a member of URLRequestContext.
joi@chromium.org
2012-05-02
1
-0
/
+2
*
Assert system request context has no leaks *after* destroying the pipelining ...
willchan@chromium.org
2012-04-19
1
-0
/
+10
*
Fix HttpPipeliningCompatibilityClient ownership.
willchan@chromium.org
2012-04-18
1
-0
/
+6
*
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...
jam@chromium.org
2012-03-25
1
-8
/
+0
*
Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.
rsleevi@chromium.org
2012-03-25
1
-0
/
+8
*
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...
jam@chromium.org
2012-03-24
1
-8
/
+0
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-3
/
+3
*
Fix typos of member names in a comment.
wtc@chromium.org
2012-01-13
1
-3
/
+3
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-2
/
+0
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+2
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-2
/
+0
*
Update comment on IOThread to point people to the right place if they
joi@chromium.org
2011-12-13
1
-0
/
+4
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-0
/
+5
*
Clear DNS cache and passive log collector on incognito close.
mmenke@chromium.org
2011-12-07
1
-0
/
+5
*
Remove IOThread::message_loop().
joi@chromium.org
2011-12-02
1
-7
/
+1
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-10
/
+0
*
Have content/ create and destroy its own threads. (Re-land)
joi@chromium.org
2011-11-28
1
-10
/
+37
*
Revert 111695 - Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-37
/
+10
*
Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-10
/
+37
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-2
/
+2
*
base::Bind() conversion for IOThread.
dcheng@chromium.org
2011-11-21
1
-3
/
+2
*
Cleanup: Remove more forward declarations in various chrome/browser directories.
thestig@chromium.org
2011-11-16
1
-5
/
+0
*
redesign and reimplement proxy config service and tracker, revise proxy ui on...
kuan@chromium.org
2011-11-04
1
-2
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+2
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+2
*
Moved SDCH initialization from UI thread to IO thread.
rtenneti@chromium.org
2011-09-17
1
-0
/
+3
*
Create a very simple TabContentsView (and not fully implemented yet) and add ...
jam@chromium.org
2011-09-15
1
-1
/
+1
*
Modifying prefetch to account for multi-profile.
rlp@chromium.org
2011-09-10
1
-48
/
+4
*
Revert "Modifying prefetch to account for multi-profile."
avi@chromium.org
2011-08-19
1
-4
/
+48
*
Modifying prefetch to account for multi-profile.
rlp@chromium.org
2011-08-19
1
-48
/
+4
*
Instantiate OriginBoundCertService in relevant places and do plumbing to pass...
rkn@chromium.org
2011-08-11
1
-0
/
+6
*
Remove an unnecessary forward declaration of ProxyScriptFetcher.
wtc@chromium.org
2011-08-10
1
-1
/
+0
*
Reland r94047 - Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-29
1
-21
/
+0
*
Revert r94047 "Make Profile own ProfileIOData."
oshima@google.com
2011-07-26
1
-0
/
+21
*
Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-26
1
-21
/
+0
[next]