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
*
Mark MetricsServiceTest.CloseRenderersNormally as FLAKY_ instead of DISABLED_
mihaip@chromium.org
2012-03-30
1
-1
/
+1
*
Disable CloseRenderersNormally Test on Linux ChromeOS
bshe@chromium.org
2012-03-29
1
-1
/
+7
*
Fix a DCHECK in the MetricsService implementation.
isherman@chromium.org
2012-03-27
1
-2
/
+7
*
Revert 128910 - Add experiments info to crash dumps.
alokp@chromium.org
2012-03-26
1
-7
/
+1
*
Add experiments info to crash dumps.
mad@chromium.org
2012-03-26
1
-1
/
+7
*
Revert 128369 - Histogram times surrounding render crashes
jar@chromium.org
2012-03-23
2
-55
/
+17
*
[UMA] Fully fill out the SystemProfileProto for each upload.
isherman@chromium.org
2012-03-23
4
-111
/
+133
*
Histogram times surrounding render crashes
jar@chromium.org
2012-03-23
2
-17
/
+55
*
Launch HTTP pipelining compatibility field trial for 1% of canary users.
simonjam@chromium.org
2012-03-22
1
-3
/
+3
*
Revert 127579 - Launch HTTP pipelining compatibility field trial for 1% of ca...
simonjam@chromium.org
2012-03-20
1
-5
/
+3
*
Launch HTTP pipelining compatibility field trial for 1% of canary users.
simonjam@chromium.org
2012-03-20
1
-3
/
+5
*
Convert LogKeywords() into LogNumKeywords(). This avoids passing a const Tem...
pkasting@chromium.org
2012-03-16
2
-9
/
+6
*
Split ExtensionUpdater into two smaller classes.
joaodasilva@chromium.org
2012-03-16
1
-2
/
+5
*
Send webstore pings for non-webstore updated extensions for UMA users.
yoz@chromium.org
2012-03-14
1
-0
/
+2
*
Move LoadNotificationDetails to content/public/browser and put it in the cont...
tfarina@chromium.org
2012-03-11
1
-5
/
+6
*
Add a disabled FieldTrial for HTTP pipelining compatibility.
simonjam@chromium.org
2012-03-09
2
-1
/
+11
*
Convert uses of int ms to TimeDelta in chrome/browser and net (second try).
tedvessenes@gmail.com
2012-03-08
4
-8
/
+8
*
Refactoring to make GpuPerformanceStats part of gpu info collection.
zmo@chromium.org
2012-03-07
1
-6
/
+3
*
Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.
rsleevi@chromium.org
2012-03-04
4
-8
/
+8
*
Convert uses of int ms to TimeDelta in chrome/browser and net.
tedvessenes@gmail.com
2012-03-04
4
-8
/
+8
*
Switch MetricsReportingScheduler to using an actual timer object
stuartmorgan@chromium.org
2012-03-02
2
-17
/
+8
*
[UMA] Include field trial tuples in the UMA upload.
isherman@chromium.org
2012-03-02
3
-67
/
+162
*
Begin to separate the MetricsService logic for creating vs uploading logs
stuartmorgan@chromium.org
2012-03-01
2
-57
/
+70
*
Upload UMA data using protocol buffers.
isherman@chromium.org
2012-02-29
8
-415
/
+687
*
Eliminate race condition in MetricsService and re-enable WizardControllerTest
dpolukhin@chromium.org
2012-02-28
2
-12
/
+19
*
Revert 123901 - Upload UMA data using protocol buffers.
cpu@chromium.org
2012-02-28
8
-678
/
+416
*
Upload UMA data using protocol buffers.
isherman@chromium.org
2012-02-28
8
-416
/
+678
*
Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...
jam@chromium.org
2012-02-16
1
-6
/
+7
*
Remove system_metrics.proto, which is no longer used by any targets.
rsleevi@chromium.org
2012-02-10
1
-16
/
+0
*
Fix regression in empty client_id being used for field trials that happen on ...
jam@chromium.org
2012-02-08
2
-13
/
+21
*
Move handling of debug urls like chrome://crash, chrome://gpuclean to content...
jam@chromium.org
2012-02-08
1
-1
/
+1
*
Disable arming of Startup Timebomb in all channels
rtenneti@google.com
2012-02-07
1
-2
/
+5
*
When UMA logs omnibox events, record omnibox modification time.
mpearson@chromium.org
2012-01-31
1
-0
/
+6
*
Update a few more function calls to use TimeDeltas instead of int ms.
tedvessenes@gmail.com
2012-01-30
1
-1
/
+1
*
ThreadWatcher - Incresed the live threshold to 3 to find hangs/jank.
rtenneti@chromium.org
2012-01-27
1
-2
/
+2
*
Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the cons...
isherman@chromium.org
2012-01-27
2
-2
/
+2
*
Shutdown timebomb - Crash after 5 mins in Canary and 50 mins
rtenneti@chromium.org
2012-01-27
1
-2
/
+2
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
2
-4
/
+2
*
When UMA logs omnibox events, record the number of terms in the omnibox.
mpearson@chromium.org
2012-01-24
1
-0
/
+3
*
Remove MetricsLogBase::AsMetricsLog() in favor of static_cast.
isherman@chromium.org
2012-01-20
3
-8
/
+4
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-1
/
+3
*
Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...
jam@chromium.org
2012-01-20
1
-3
/
+1
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-1
/
+3
*
Clean up chrome/browser/metrics code a bit.
isherman@chromium.org
2012-01-19
2
-65
/
+76
*
Watchdog - Added a JOINABLE state to avoid StartupTimebomb
rtenneti@chromium.org
2012-01-19
2
-7
/
+23
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-12
4
-18
/
+18
*
Move chrome/common/metrics* files into a shared subdirectory.
isherman@chromium.org
2012-01-12
4
-8
/
+8
*
Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...
jam@chromium.org
2012-01-10
1
-8
/
+0
*
Fix Sleep() calls to use TimeDelta in portions of chrome/browser.
tedvessenes@gmail.com
2012-01-04
1
-2
/
+2
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
3
-19
/
+3
[next]