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
/
test
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
1
-1
/
+1
*
Standardize usage of virtual/override/final in chrome/
dcheng
2014-10-21
1
-1
/
+1
*
Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test
mohan.reddy
2014-10-09
2
-3
/
+3
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-1
/
+1
*
Renamed namespaces in src/chrome.
vitalybuka@chromium.org
2014-04-30
1
-32
/
+32
*
Remove the remaining automation-based tests.
jam@chromium.org
2014-04-04
13
-2687
/
+0
*
Remove automation code from browser process.
jam@chromium.org
2014-04-02
1
-102
/
+0
*
Convert the MachPortsTest.GetCounts from an automation-based perftest to a br...
rsesek@chromium.org
2014-03-27
1
-0
/
+115
*
Move some functions in test_file_util to base namespace.
brettw@chromium.org
2014-03-17
1
-1
/
+1
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
1
-1
/
+3
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-3
/
+3
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Disable memory performance_ui_test.
tonyg@chromium.org
2014-03-04
1
-3
/
+4
*
Delete idb_perf test.
cmumford@chromium.org
2014-02-22
1
-118
/
+0
*
Remove allow-webui-compositing switch
jamesr@chromium.org
2014-02-19
1
-6
/
+0
*
Use chrome_constants rather than hardcoded Preferences string in startup_test...
gab@chromium.org
2014-02-15
1
-2
/
+2
*
Remove throughput_tests
enne@chromium.org
2014-01-11
1
-616
/
+0
*
Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...
avi@chromium.org
2013-12-25
6
-9
/
+10
*
Update some uses of Value in chrome/ to use the base:: namespace.
avi@chromium.org
2013-12-23
3
-13
/
+14
*
Add base:: to string16s in chrome/.
dbeam@chromium.org
2013-12-20
2
-8
/
+8
*
Skip TestingBrowserProcess creation in browser_tests
jamescook@chromium.org
2013-12-09
1
-16
/
+1
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Disable memory_test reference tests on mac.
tonyg@chromium.org
2013-11-27
1
-0
/
+9
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
mac: Prepare most test code for -Wunused-functions too.
thakis@chromium.org
2013-11-08
1
-5
/
+0
*
Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,...
thestig@chromium.org
2013-10-14
1
-3
/
+8
*
base: Move PerfTimer out of test/ directory.
tfarina@chromium.org
2013-09-29
1
-1
/
+0
*
Do not explicitly use --force-compositing-mode in memory/throughput tests; us...
gab@chromium.org
2013-09-20
1
-3
/
+1
*
Disable gpu-throughput-tests on WIN AURA.
alokp@chromium.org
2013-09-19
1
-17
/
+24
*
base: Split logging functions and PerfTimeLogger out of perftimer.h
tfarina@chromium.org
2013-09-17
1
-7
/
+7
*
Remove page cyclers from chrome binary.
tonyg@chromium.org
2013-09-04
1
-0
/
+18
*
Factor out a perf test result printer method.
tonyg@chromium.org
2013-09-02
11
-269
/
+10
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
4
-5
/
+4
*
test: Disabled ThroughputTestThread.DrawImageShadowGPU (flaky).
vmpstr@chromium.org
2013-08-28
1
-1
/
+3
*
Move perftimer.* into base/test/ directory.
tfarina@chromium.org
2013-08-24
2
-4
/
+4
*
Tab capture performance test.
hubbe@chromium.org
2013-08-20
1
-1
/
+1
*
GPU Gardening: Marking ThroughputTestThread.DrawImageShadowGPU as flaky
junov@chromium.org
2013-08-14
1
-1
/
+2
*
GPU Gardening: marking DrawImageShadowGPU throughput test as flaky
junov@chromium.org
2013-08-14
1
-3
/
+7
*
importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab...
tfarina@chromium.org
2013-07-27
2
-2
/
+2
*
Remove TextDatabase from the history service.
rmcilroy@chromium.org
2013-07-24
2
-4
/
+1
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-24
1
-1
/
+4
*
Update include paths in chrome/test for base/process changes.
rsesek@chromium.org
2013-07-24
3
-3
/
+0
*
Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."
rlarocque@chromium.org
2013-07-23
1
-4
/
+1
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-23
1
-1
/
+4
*
Revert 212459 "Remove TextDatabase from the history service."
asargent@chromium.org
2013-07-18
2
-1
/
+4
*
Remove TextDatabase from the history service.
rmcilroy@chromium.org
2013-07-18
2
-4
/
+1
*
Use a direct include of the message_loop header in chrome/test/, chrome/tools...
avi@chromium.org
2013-07-18
3
-3
/
+3
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-2
/
+2
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
[next]