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
/
startup
/
startup_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.
phajdan.jr@chromium.org
2010-08-26
1
-2
/
+2
*
Mark a bunch of startup_tests as FLAKY on Mac:
rsesek@chromium.org
2010-08-20
1
-4
/
+15
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-2
/
+2
*
remove toolstrips
erikkay@chromium.org
2010-08-12
1
-17
/
+0
*
base: rename Environment::GetEnv to Environment::GetVar.
tfarina@chromium.org
2010-08-07
1
-1
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-2
/
+2
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-3
/
+3
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
Drop usage of IntToWString in switch values; we can use ASCII now.
evan@chromium.org
2010-07-30
1
-2
/
+2
*
Move multiple tabs tests to new graph and use reference build.
pathorn@chromium.org
2010-06-18
1
-10
/
+42
*
Make new startup test use GetInitialLoadTimes for more accurate times.
pathorn@chromium.org
2010-06-17
1
-53
/
+127
*
Mark StartupTests.Perf*SeveralTabs and ShutdownTests.*TwentyTabs* as flaky on...
pathorn@chromium.org
2010-06-16
1
-6
/
+15
*
Test end-to-end startup performance of loading several tabs.
pathorn@chromium.org
2010-06-15
1
-0
/
+68
*
Don't let users set the number of cycles to be more than kNumCyclesMax in sta...
thestig@chromium.org
2010-04-15
1
-2
/
+10
*
Add some shutdown perf tests. We measure shutdown for the combination of
thestig@chromium.org
2010-04-06
1
-21
/
+14
*
Reuse UseReferenceBuild() cleanup in startup test.
chase@chromium.org
2009-12-21
1
-21
/
+3
*
Rename a conflicting trace.
chase@chromium.org
2009-12-18
1
-1
/
+2
*
Re-enable startup tests on Mac since process leak bug fixed.
jrg@chromium.org
2009-12-17
1
-6
/
+0
*
Add new tab warm and new tab cold reference build runs.
tony@chromium.org
2009-11-25
1
-1
/
+0
*
reenable toolstrips for startup tests
erikkay@chromium.org
2009-11-24
1
-0
/
+4
*
Experiment with startup tests and file urls.
asargent@chromium.org
2009-10-23
1
-1
/
+1
*
Convert a CopyRecursiveDirNoCache to use FilePaths instead
tony@chromium.org
2009-10-12
1
-3
/
+3
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Revert "Revert "Add startup tests that log start script, domcontentloaded, an...
tony@chromium.org
2009-10-07
1
-1
/
+1
*
Revert "Add startup tests that log start script, domcontentloaded, and onload."
mattm@chromium.org
2009-10-07
1
-1
/
+1
*
Add startup tests that log start script, domcontentloaded, and onload.
tony@chromium.org
2009-10-07
1
-1
/
+1
*
Last checkin contained a typo. Fixing.
mpcomplete@chromium.org
2009-09-18
1
-1
/
+0
*
Disable extension startup tests on Mac, since they're causing it to hang.
mpcomplete@chromium.org
2009-09-18
1
-1
/
+7
*
Add a handful of startup tests that run with different types of installed ext...
mpcomplete@chromium.org
2009-09-18
1
-21
/
+69
*
Enable startup tests for custom frame. I meant to do this with the
tony@chromium.org
2009-08-21
1
-0
/
+10
*
GTK Theme: Add startup tests for gtk themes.
erg@google.com
2009-08-18
1
-5
/
+12
*
Fix startup tests with complex theme.
mirandac@chromium.org
2009-08-15
1
-11
/
+17
*
Reverting 23313.
mirandac@chromium.org
2009-08-13
1
-17
/
+11
*
Enable StartupTest.PerfColdComplexTheme, and add rewriting of Preference file...
mirandac@chromium.org
2009-08-13
1
-11
/
+17
*
Fix failing startup test.
mirandac@chromium.org
2009-08-11
1
-4
/
+4
*
Make new complex theme startup tests work. Change the name of the NewTabUISt...
mirandac@chromium.org
2009-08-11
1
-4
/
+4
*
Fix startup test error for now.
mirandac@chromium.org
2009-08-10
1
-1
/
+1
*
Turn off startup test for now to fix bots.
mirandac@chromium.org
2009-08-10
1
-3
/
+3
*
Test startup of new tab page with a complex theme.
mirandac@chromium.org
2009-08-10
1
-6
/
+19
*
Enable the perf reference test.
thomasvl@chromium.org
2009-06-11
1
-2
/
+0
*
Enable the startup reference test and check in a reference build on linux.
tc@google.com
2009-05-08
1
-9
/
+19
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
1
-8
/
+7
*
Create a ChromeProcessUtil for the Mac, and enable it in the tests.
avi@google.com
2009-04-23
1
-1
/
+1
*
Add support for startup_tests to tools/valgrind/chrome_tests.py
dkegel@google.com
2009-04-17
1
-5
/
+14
*
Make startup_tests build and work on Mac.
phajdan.jr@chromium.org
2009-03-18
1
-2
/
+2
*
Make startup_tests print results on Linux.
phajdan.jr@chromium.org
2009-03-18
1
-9
/
+9
*
Moved the EvictFileFromSystemCacheWrapper function to the UITest class as we ...
ananta@chromium.org
2009-03-16
1
-13
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
[next]