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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Remove most code dealing with credential frames
akalin@chromium.org
2013-10-29
1
-5
/
+0
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-5
/
+5
*
Client Hints
bengr@chromium.org
2013-10-05
1
-0
/
+2
*
Added a field trial (finch experiment) to disable SPDY for x% of users.
rtenneti@chromium.org
2013-10-02
1
-3
/
+19
*
Revert 225425 "Client Hints"
petewil@chromium.org
2013-09-26
1
-2
/
+0
*
Client Hints
bengr@chromium.org
2013-09-26
1
-0
/
+2
*
Moved daily data saving metrics related code to new files so that they can be...
bolian@chromium.org
2013-09-24
1
-2
/
+6
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
1
-3
/
+8
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-8
/
+3
*
Remove WorkerPool dependency from URLRequestFileJob.
earthdok@chromium.org
2013-08-19
1
-2
/
+7
*
Added UMA metrics for daily data reduction.
bolian@chromium.org
2013-08-07
1
-0
/
+4
*
When running in metro mode, remember the default isolate on the main thread
jochen@chromium.org
2013-07-31
1
-0
/
+11
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+2
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-2
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+2
*
Enable HTTPS over QUIC via field trial
rch@chromium.org
2013-07-24
1
-5
/
+25
*
Correctly integrate StoragePartition into TestingProfile.
ajwong@chromium.org
2013-07-23
1
-0
/
+6
*
Replace PrefProxyConfigTracker typedef by proper interface.
pneubeck@chromium.org
2013-07-22
1
-8
/
+3
*
QUIC - bug fixes for https over quic to work.
rtenneti@chromium.org
2013-07-19
1
-2
/
+1
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-2
/
+3
*
Remove interface probing for IPv6 support from HostResolverImpl
szym@chromium.org
2013-07-18
1
-6
/
+6
*
Revert 212129 "Cleaning up TODO(joi) entries in //net."
michaeln@google.com
2013-07-17
1
-0
/
+2
*
Cleaning up TODO(joi) entries in //net.
joi@chromium.org
2013-07-17
1
-2
/
+0
*
Change BrowserThreadDelegate to run Init() async.
mariakhomenko@chromium.org
2013-07-17
1
-5
/
+10
*
Cleanup the UseSharedProxies preference.
pneubeck@chromium.org
2013-07-17
1
-1
/
+2
*
Fix bug that would ignore fastopen command line flag
mmenke@chromium.org
2013-07-15
1
-41
/
+41
*
Added flags to about:flags to enable QUIC over HTTPS
rtenneti@chromium.org
2013-07-15
1
-2
/
+8
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
1
-6
/
+0
*
[SPDY] Add switch and about:flags entry to enable SPDY/4a2
akalin@chromium.org
2013-06-27
1
-0
/
+2
*
Set trusted_spdy_proxy parameter based on its switch, if set.
piatek@google.com
2013-06-13
1
-0
/
+6
*
Add more tracing to IOThread::Init()
andrewhayden@chromium.org
2013-06-11
1
-0
/
+7
*
Use a direct include of strings headers in chrome/browser/i*/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.
rch@chromium.org
2013-06-04
1
-6
/
+9
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-5
/
+5
*
Enable/Disable QUIC via a field trial (or about:flags).
rch@chromium.org
2013-06-01
1
-3
/
+21
*
Allow specifying proxy scripts using file:, data:, and ftp: URLs. This addre...
pauljensen@chromium.org
2013-05-30
1
-0
/
+24
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-29
1
-5
/
+0
*
Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."
erg@chromium.org
2013-05-24
1
-0
/
+5
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-24
1
-5
/
+0
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-1
/
+1
*
[SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.
akalin@chromium.org
2013-05-15
1
-2
/
+0
*
Removed static factories for data, ftp, file, and about jobs.
pauljensen@chromium.org
2013-05-08
1
-9
/
+0
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-3
/
+2
*
Split NetworkTimeTracker into service part and observer part.
zea@chromium.org
2013-04-30
1
-0
/
+6
*
[SPDY] Turn on SPDY/3.1 by default
akalin@chromium.org
2013-04-18
1
-4
/
+4
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+2
*
[net] Move host_cache files from net/base to net/dns
szym@chromium.org
2013-04-10
1
-1
/
+1
*
Make the TCP Fast Open Flag modifiable from about:flags.
rdsmith@chromium.org
2013-04-10
1
-0
/
+8
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-6
/
+9
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-9
/
+6
[next]