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
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
7
-8
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, misc edition.
rsleevi@chromium.org
2013-02-20
8
-29
/
+29
*
Fix another base::FilePath use.
msw@chromium.org
2013-02-19
1
-1
/
+1
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
11
-91
/
+93
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
8
-10
/
+10
*
Makes FrameRateTests skip tests on aura when appropriate.
sky@chromium.org
2013-02-03
1
-0
/
+6
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-28
2
-6
/
+7
*
Remove obsolete v8_benchmark. It was replaced with Octane on the perf bots.
tonyg@chromium.org
2013-01-09
2
-193
/
+0
*
Prevent interleaving of error messages with perf result output.
tonyg@chromium.org
2013-01-04
1
-0
/
+2
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
2
-2
/
+0
*
Remove Dromaeo and Kraken UI tests. These are now run via Telemetry.
tonyg@chromium.org
2012-12-12
3
-421
/
+0
*
Delete sunspider performance_ui_test.
tonyg@chromium.org
2012-12-03
2
-177
/
+0
*
Revert 165685 - Revert 163638 - Adds units for all Chromium perf tests. These...
sullivan@chromium.org
2012-11-12
2
-15
/
+16
*
Revert 163638 - Adds units for all Chromium perf tests. These units are recor...
sullivan@chromium.org
2012-11-02
2
-16
/
+15
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
2
-4
/
+4
*
Adds units for all Chromium perf tests. These units are recorded in the graph...
sullivan@chromium.org
2012-10-23
2
-15
/
+16
*
Page cyclers: output memory histograms (approach: expose JS object)
marja@chromium.org
2012-10-08
1
-0
/
+27
*
Revert 159668 - This broke the reference page cyclers
nsylvain@chromium.org
2012-10-02
1
-26
/
+0
*
Page cyclers: output memory histograms (approach: expose JS object)
marja@chromium.org
2012-10-02
1
-0
/
+26
*
Enable webgl conformance tests under content/test/gpu in content_browsertests
yongsheng.zhu@intel.com
2012-09-26
1
-1
/
+2
*
use fractional frame times in latency test
jbates@chromium.org
2012-09-20
1
-13
/
+36
*
Added OWNERS file for chrome/test/perf
sullivan@chromium.org
2012-09-18
1
-0
/
+4
*
Disabled reference build for Dromeao DOMCore Modify too.
jamesr@chromium.org
2012-09-13
1
-1
/
+1
*
Add some TraceAnalyzer utility methods to simplify test code
jbates@chromium.org
2012-09-13
3
-20
/
+18
*
Disabled DOMCoreModifyPerf on Windows due to flakiness
thakis@chromium.org
2012-09-13
1
-1
/
+3
*
Split out Dromaeo DOM and JSLib tests into smaller components. Will remove la...
sullivan@chromium.org
2012-09-04
1
-12
/
+114
*
Now with unit test fixes. [Try 2 with fixes for unit tests.]
erg@chromium.org
2012-08-31
2
-37
/
+0
*
print vsync parameters for compositor thread latency test
jbates@chromium.org
2012-08-30
1
-1
/
+19
*
Revert 153933 - Make history easily filterable.
erg@chromium.org
2012-08-29
2
-0
/
+37
*
Make history easily filterable.
erg@chromium.org
2012-08-29
2
-37
/
+0
*
Disable DromaeoTest.DOMCorePerf on Windows because it is flaky on Win7
enne@chromium.org
2012-08-20
1
-2
/
+8
*
Refactor GrabWindowSnapshot and GrabWindowSnapshotImpl names to GrabWindowSna...
qfel@google.com
2012-08-06
1
-1
/
+2
*
These changes were from downstream and made the chromium compiled with Androi...
michaelbai@chromium.org
2012-08-01
1
-1
/
+1
*
Move resource_dispatcher_host_browsertest.cc to content_browsertests.
jam@chromium.org
2012-07-30
1
-1
/
+1
*
chrome: Put window_snapshot into chrome namespace.
tfarina@chromium.org
2012-07-27
1
-1
/
+1
*
Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...
jam@chromium.org
2012-07-26
1
-1
/
+2
*
Add compositor thread mode to latency tests
jbates@chromium.org
2012-07-25
1
-32
/
+71
*
Add threaded-compositor test mode to throughput_tests
jbates@chromium.org
2012-07-25
1
-3
/
+35
*
Move all the layout tests that ran under browser_tests to run under content_b...
jam@chromium.org
2012-07-25
1
-1
/
+2
*
Simplify how LayoutBrowserTest scraps a tab. This allows removal of a whole b...
jam@chromium.org
2012-07-24
2
-0
/
+2
*
fix latency test typo
jbates@chromium.org
2012-07-23
1
-1
/
+1
*
GPU: Fix latency tests
backer@chromium.org
2012-07-23
1
-2
/
+2
*
Switch to TimeDelta interfaces in chrome automation test infrastructure.
tedvessenes@gmail.com
2012-07-20
11
-18
/
+19
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-1
/
+1
*
Get content_browsertest working. I've added a simple test for now, and will c...
jam@chromium.org
2012-07-19
1
-1
/
+2
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-2
/
+0
*
[cros] Fake a stub user login when no --login-manager and --login-user are gi...
ivankr@chromium.org
2012-07-17
1
-2
/
+5
*
Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infr...
cpu@chromium.org
2012-07-13
11
-19
/
+18
*
Switch to TimeDelta interfaces in chrome automation test infrastructure.
tedvessenes@gmail.com
2012-07-13
11
-18
/
+19
*
Fix framerate tests on Windows.
jbates@chromium.org
2012-07-13
1
-12
/
+0
[next]