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
/
metrics
/
metrics_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-46
/
+47
*
Split SystemAccess into TimezoneSettings, StatisticsProvider, and SyslogsProv...
satorux@chromium.org
2011-07-10
1
-2
/
+2
*
Remove logs from the unsent metrics log as soon as they are made pending
stuartmorgan@chromium.org
2011-06-30
1
-7
/
+3
*
bookmarks: Check if a bookmark node is an url by using is_url() method.
tfarina@chromium.org
2011-06-27
1
-1
/
+1
*
Collect stats to investigate the viability of UDP
rtenneti@chromium.org
2011-06-09
1
-0
/
+10
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-5
/
+5
*
Simplify the StopRecording call in MetricsServer
stuartmorgan@chromium.org
2011-05-27
1
-16
/
+10
*
Add back a missing include in metrics_service.cc.
rohitrao@chromium.org
2011-05-25
1
-0
/
+1
*
Move LoadNotificationDetails to content/.
avi@chromium.org
2011-05-24
1
-1
/
+1
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-10
1
-0
/
+4
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-1
/
+1
*
Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...
joi@chromium.org
2011-05-06
1
-4
/
+0
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-05
1
-0
/
+4
*
Factor a scheduler object out of MetricsService.
stuartmorgan@chromium.org
2011-04-20
1
-154
/
+72
*
Revert 77398 - Remove unused memory usage collection in MetricsServiceMetrics...
sail@chromium.org
2011-04-19
1
-7
/
+35
*
Remove unused code from MetricsService
stuartmorgan@chromium.org
2011-04-15
1
-172
/
+7
*
Get rid of libcros layer for system access code.
satorux@chromium.org
2011-04-15
1
-4
/
+3
*
Remove another unnecessary MetricsService API method.
stuartmorgan@chromium.org
2011-04-13
1
-16
/
+8
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Get rid of PrefService::GetMutableDictionary/GetMutableList
battre@chromium.org
2011-04-05
1
-18
/
+19
*
Coverity PASS_BY_VALUE fixes
dpapad@chromium.org
2011-03-24
1
-1
/
+1
*
Simplify MetricsService API for shutting down
stuartmorgan@chromium.org
2011-03-23
1
-4
/
+6
*
Remove a confusing obsolete comment from MetricsService's header
stuartmorgan@chromium.org
2011-03-17
1
-2
/
+2
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-1
/
+1
*
Move ChildProcessHost and ChildProcessInfo to content.
jam@chromium.org
2011-03-09
1
-1
/
+1
*
Remove unused memory usage collection in MetricsService
sail@chromium.org
2011-03-09
1
-35
/
+7
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Abstracted out setting up of Notifications. Common
rtenneti@chromium.org
2011-02-26
1
-30
/
+36
*
Back out thread watcher changes.
rtenneti@chromium.org
2011-02-25
1
-36
/
+30
*
First cut at a WATCHDOG thread that monitors threads for their
rtenneti@chromium.org
2011-02-23
1
-30
/
+36
*
Fix a possible access to a deleted MetricsLog object.
bryner@chromium.org
2011-02-01
1
-4
/
+6
*
Add support for collecting non-Chrome crash stats in Chrome OS.
petkov@chromium.org
2011-01-21
1
-0
/
+22
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-8
/
+8
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-5
/
+4
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
1
-9
/
+10
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
1
-10
/
+9
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
1
-9
/
+10
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
1
-10
/
+9
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-9
/
+10
*
Move GUID utils to src/chrome/common.
sergeyu@chromium.org
2010-12-15
1
-1
/
+1
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-3
/
+5
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.
pkasting@chromium.org
2010-10-21
1
-17
/
+17
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
1
-2
/
+1
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
1
-1
/
+2
*
Moving GUID generation from base to chrome/browser/guid*
dhollowa@chromium.org
2010-10-14
1
-2
/
+2
[next]