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_frame
/
metrics_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-12
/
+19
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-7
/
+7
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-3
/
+3
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-3
/
+2
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+1
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-10
/
+10
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-7
/
+13
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-13
/
+7
*
Stop upload thread when stopping service. Leaked thread may crash process on...
vitalybuka@chromium.org
2010-12-17
1
-4
/
+10
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-1
/
+6
*
Removed code which was added only for debugging.
ananta@chromium.org
2010-12-06
1
-1
/
+0
*
Fix a race in the ChromeFrame metrics service start up code. This race could ...
ananta@chromium.org
2010-12-04
1
-0
/
+7
*
Implement exponential back-off mechanism.
joi@chromium.org
2010-11-25
1
-1
/
+0
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-0
/
+1
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-1
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-0
/
+1
*
Upload data when Stopping the service.
hansl@google.com
2010-11-22
1
-0
/
+2
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-1
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-0
/
+1
*
Support specifying the GSSAPI library that will be used.
danno@chromium.org
2010-11-12
1
-3
/
+5
*
Use the LeakyLazyInstanceTraits in the ProxyFactory and metrics upload thread...
ananta@chromium.org
2010-11-04
1
-1
/
+1
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+1
*
Revert 64202 - Initial support for built-in DNS resolver/cache.
yusukes@chromium.org
2010-10-28
1
-1
/
+1
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+1
*
Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""
mpcomplete@chromium.org
2010-10-22
1
-2
/
+2
*
Fix a high frequency chrome frame crasher which occurs while uploading UMA da...
ananta@chromium.org
2010-10-22
1
-5
/
+1
*
Revert "Const-ify RefCountedThreadSafe::AddRef and Release."
levin@chromium.org
2010-10-22
1
-1
/
+1
*
Const-ify RefCountedThreadSafe::AddRef and Release.
mpcomplete@chromium.org
2010-10-22
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - chrome_frame/.
pkasting@chromium.org
2010-10-19
1
-12
/
+10
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-0
/
+1
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-1
/
+0
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+1
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add an option ProxyService::Create() to disable use of proxy auto-config.
eroman@chromium.org
2010-10-14
1
-4
/
+4
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-0
/
+1
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-1
/
+0
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-0
/
+1
*
chrome_frame: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-10-01
1
-3
/
+5
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Fixes for a couple of ChromeFrame crashes seen in the latest dev channel buil...
ananta@chromium.org
2010-09-16
1
-22
/
+67
*
Delete the http_transaction_factory_ and http_auth_handler_factory_ pointers ...
ananta@chromium.org
2010-09-14
1
-0
/
+2
*
Fix a ChromeFrame crash which occurs while uploading UMA data. We use Chrome'...
ananta@chromium.org
2010-09-14
1
-1
/
+13
*
Fix a ChromeFrame crash which occurs while uploading metrics data. The crash ...
ananta@chromium.org
2010-09-03
1
-118
/
+174
*
Add ChromeFrame to the useragent string in outgoing UMA requests from ChromeF...
ananta@chromium.org
2010-08-27
1
-0
/
+10
[next]