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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Solve a strict-aliasing issue in metrics_log.cc to appease gcc 4.4 on Linux.
craig.schlenter@chromium.org
2009-06-16
1
-5
/
+9
*
Histogram count of number of command line arguments
jar@chromium.org
2009-06-12
1
-1
/
+20
*
Add back in log info about histogram hashes
jar@chromium.org
2009-06-12
1
-0
/
+8
*
Automatically adapt to faster/slower uploads of renderer histograms
jar@chromium.org
2009-05-28
2
-34
/
+54
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-5
/
+5
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-22
2
-52
/
+37
*
Add GTK options window (no options actually configurable yet.)
evan@chromium.org
2009-05-14
1
-2
/
+0
*
Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the
mpcomplete@google.com
2009-05-05
1
-3
/
+4
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
2
-4
/
+3
*
Do not send stats from Chromium builds.
kuchhal@chromium.org
2009-04-27
2
-6
/
+15
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
1
-0
/
+1
*
Revert "Do not send stats from Chromium builds."
kuchhal@chromium.org
2009-04-24
2
-11
/
+6
*
Fix build break.
kuchhal@chromium.org
2009-04-24
1
-1
/
+1
*
Do not send stats from Chromium builds.
kuchhal@chromium.org
2009-04-24
2
-6
/
+11
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
1
-1
/
+1
*
Remove deprecated version of UITest::DieFileDie().
thestig@chromium.org
2009-04-16
1
-1
/
+1
*
Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...
jam@chromium.org
2009-04-13
1
-4
/
+3
*
Review URL: http://codereview.chromium.org/62160
robertshield@google.com
2009-04-13
1
-0
/
+1
*
The profile Source parameter of a BookmarkModelLoaded event can be null durin...
tim@chromium.org
2009-04-09
1
-3
/
+5
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-4
/
+5
*
Make OpenProcessHandle report an error when it couldn't open the handle.
phajdan.jr@chromium.org
2009-04-03
1
-1
/
+2
*
Platform cleanup in chrome UI tests.
phajdan.jr@chromium.org
2009-03-30
1
-2
/
+5
*
Fix underflow that would cause either an access violation or an infinite loop...
robertshield@google.com
2009-03-18
1
-2
/
+3
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
8
-10
/
+0
*
The MetricsService are not initialized unless the user have opted in
jar@chromium.org
2009-03-08
1
-9
/
+13
*
Add a set of long-running metrics to Chrome that are sent up only at uninstal...
robertshield@google.com
2009-03-04
2
-18
/
+43
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
1
-2
/
+2
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
2
-42
/
+28
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
2
-28
/
+42
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
2
-36
/
+26
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
2
-26
/
+36
*
Fix compilations errors introduced by revision 10712.
maruel@chromium.org
2009-03-02
1
-4
/
+5
*
Get rid of wstring variants of StringToFoo.
dsh@google.com
2009-02-28
1
-6
/
+6
*
Initial support for Renderer Side Histograms
jar@chromium.org
2009-02-25
2
-0
/
+17
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-5
/
+5
*
Re-re-roll use of ongoing logs to gather stability metrics
jar@chromium.org
2009-02-24
1
-3
/
+1
*
Discard crash data during first run of a new version.
jar@chromium.org
2009-02-23
4
-5
/
+49
*
Make plugin_service.cc compile on Posix.
jhawkins@chromium.org
2009-02-20
1
-1
/
+1
*
Add a comment to a metrics_service.cc NOTIMPLEMENTED.
evan@chromium.org
2009-02-19
1
-0
/
+3
*
Fix build break.
paul@chromium.org
2009-02-13
1
-1
/
+1
*
Port most of MetricsService to Mac and linux.
paul@chromium.org
2009-02-13
1
-10
/
+25
*
Refactor plugin process code in the browser process so that the browser/about...
jam@chromium.org
2009-02-11
3
-58
/
+58
*
Fix the windows implementation of KillProcess and WaitForSingleProcess to not...
stoyan@chromium.org
2009-02-09
1
-1
/
+2
*
Force all stability stats into "initial log" (don't use ongoing log)
jar@chromium.org
2009-02-09
1
-1
/
+3
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
3
-53
/
+60
*
Change kMetricsURL to
wtc@chromium.org
2009-01-30
1
-3
/
+1
*
Make purify happy by fixing memory leak that shows up during shutdown.
kuchhal@chromium.org
2009-01-28
1
-0
/
+8
*
Discard corrupt old logs in UMA upload
jar@chromium.org
2009-01-21
1
-6
/
+11
*
Add more production logging to diagnose upload problem
jar@chromium.org
2009-01-20
1
-27
/
+29
[next]