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
*
Append variations headers to youtube.<tld> in addition to google.<tld>.
asvitkine@chromium.org
2013-07-26
3
-14
/
+80
*
uma: replace a zutil.h define with a constant.
asharif@chromium.org
2013-07-26
1
-2
/
+6
*
metrics: extend gzipped protobufs field trial by 1 month.
asharif@chromium.org
2013-07-26
1
-1
/
+1
*
Refactor parts of VariationsService to a helper class.
asvitkine@chromium.org
2013-07-26
6
-851
/
+957
*
Revert 213241 "changing unresponsiveness duration to 14 seconds ..."
karen@chromium.org
2013-07-26
1
-1
/
+1
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
3
-3
/
+1
*
changing unresponsiveness duration to 14 seconds just to see if we can uneart...
kareng@google.com
2013-07-23
1
-1
/
+1
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
5
-33
/
+30
*
Remove unused WEBKIT_DEPRECATED thread
jamesr@chromium.org
2013-07-19
2
-45
/
+37
*
Use a direct include of the message_loop header in chrome/browser/, part 7.
avi@chromium.org
2013-07-18
5
-5
/
+5
*
Include CPU information in UMA system profile.
simonjam@chromium.org
2013-07-18
2
-0
/
+10
*
[UMA] Drop base-64 encoding from MetricsLogBase::CreateHashes
isherman@chromium.org
2013-07-18
1
-18
/
+8
*
[UMA] Remove deprecated XML code paths from MetricsLogBase.
isherman@chromium.org
2013-07-17
3
-111
/
+4
*
cros_library: Remove unnecessary includes of cros_library.h
satorux@chromium.org
2013-07-17
1
-1
/
+0
*
Fix the narrowing down GCC compile error
shinfan@chromium.org
2013-07-13
1
-12
/
+7
*
[UMA] Rip out more of the deprecated XML logging code.
isherman@chromium.org
2013-07-13
5
-282
/
+31
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Add install_date from prefs into UMA logs with 1 hour granularity.
rkaplow@chromium.org
2013-07-11
2
-1
/
+27
*
metrics: Make it easy to analyze the gzipped protobufs field trial.
asharif@chromium.org
2013-07-10
4
-46
/
+79
*
UMA: Add histogram to indicate KB saved from compression.
asharif@chromium.org
2013-07-10
1
-0
/
+4
*
VariationsService: Add support for variation params.
asvitkine@chromium.org
2013-07-09
4
-22
/
+68
*
Store a hash of the variations seed to detect corruption.
asvitkine@chromium.org
2013-07-09
3
-31
/
+91
*
Change ChromeProcessType to NaClProcessType.
yael.aharon@intel.com
2013-07-04
5
-5
/
+5
*
metrics: compress protobufs before uploading.
asharif@chromium.org
2013-07-04
5
-1
/
+229
*
Revert 209449 "metrics: compress protobufs before uploading."
fischman@chromium.org
2013-07-02
5
-227
/
+0
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
5
-5
/
+5
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-1
/
+1
*
metrics: compress protobufs before uploading.
asharif@chromium.org
2013-07-01
5
-0
/
+227
*
Use a direct include of time headers in chrome/browser/, part 6.
avi@chromium.org
2013-06-28
10
-13
/
+13
*
Change various google_util functions from taking a std::string to a GURL.
pkasting@chromium.org
2013-06-27
1
-2
/
+1
*
Remove PROCESS_TYPE_PROFILE_IMPORT since it's not used anymore.
jam@chromium.org
2013-06-25
1
-2
/
+0
*
[InstantExtended] Add UserMetricsAction for page load on SRP. Also adds UserM...
rlp@chromium.org
2013-06-23
2
-5
/
+22
*
[UMA] Rip out some XML logging code.
isherman@chromium.org
2013-06-23
2
-102
/
+6
*
UMA: Change comment to reflect reality.
asharif@chromium.org
2013-06-21
1
-1
/
+1
*
Change kMaxLowEntropySize to have 8000 values instead of 8192.
asvitkine@chromium.org
2013-06-21
1
-10
/
+14
*
Add a test for VariationsRequestScheduler::ScheduleFetchShortly.
asvitkine@chromium.org
2013-06-20
2
-0
/
+35
*
Fix VariationsRequestScheduler::ScheduleFetchShortly() to actually work.
asvitkine@chromium.org
2013-06-18
1
-2
/
+2
*
Log the low entropy source value from metrics service.
asvitkine@chromium.org
2013-06-13
1
-3
/
+6
*
Refactor the storage layer out of about_flags.
pastarmovj@chromium.org
2013-06-12
1
-1
/
+4
*
Re-try variations seed fetch earlier if it fails the first time.
asvitkine@chromium.org
2013-06-11
4
-10
/
+36
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Use the correct VariationsRequestScheduler on iOS.
asvitkine@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of strings headers in chrome/browser/j*-n*/.
avi@chromium.org
2013-06-10
5
-6
/
+6
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
2
-2
/
+2
*
Move ResourceRequestAllowedNotifier related code to chrome/browser/web_resource
toyoshim@chromium.org
2013-06-07
10
-760
/
+2
*
Improve histogram instrumentation of VariationsService.
asvitkine@chromium.org
2013-06-07
1
-9
/
+38
*
Fix infinite loop in TimeTicks experiment.
simonjam@chromium.org
2013-06-06
1
-16
/
+22
*
cwp: collect an initial profile quickly.
asharif@chromium.org
2013-06-05
2
-12
/
+38
*
Consolidate EulaAcceptedNotifier implementations.
asvitkine@chromium.org
2013-06-04
8
-186
/
+141
*
Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
1
-4
/
+4
[next]