summaryrefslogtreecommitdiffstats
path: root/chrome/test/page_cycler
Commit message (Expand)AuthorAgeFilesLines
* Update page_cycler to use sessionStorage.chase@chromium.org2010-12-171-0/+9
* IndexedDB: Set up a page cycler.hans@chromium.org2010-11-231-7/+69
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-2/+3
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-2/+2
* Revert 57265 - Disable page_cycler_database on Mac. It looks like the perf bo...chase@chromium.org2010-08-271-3/+1
* Revert 57270 - Disable page_cycler_database everywhere.chase@chromium.org2010-08-271-2/+3
* GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.phajdan.jr@chromium.org2010-08-261-2/+2
* Revert "Changed page_cycler to use sessionStorage instead of cookies for timi...chase@chromium.org2010-08-261-8/+1
* Disable page_cycler_database everywhere.dumi@chromium.org2010-08-251-3/+2
* Disable page_cycler_database on Mac. It looks like the perf bots aredumi@chromium.org2010-08-251-1/+3
* Changed page_cycler to use sessionStorage instead of cookies for timing values.chase@chromium.org2010-08-201-1/+8
* PageCycler: added command line option to vary number of iterations.phajdan.jr@chromium.org2010-08-161-1/+11
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-2/+2
* Disable the page_cycler_database on Windows, because it's really slowdumi@chromium.org2010-07-301-0/+3
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-1/+1
* Replaced wsprintf() with printf().phajdan.jr@chromium.org2010-06-221-1/+9
* page cycler: Use buffer-cache priming code on all systems.evan@chromium.org2010-05-191-23/+14
* [GTTF] Unify polling interval in some of the polling functionsphajdan.jr@chromium.org2010-03-301-1/+1
* Re-enable the DB perf tests and lower the number of iterations perdumi@chromium.org2010-03-221-9/+25
* Re-disable the DB perf tests, because the Vista perf bot is choking on them.dumi@chromium.org2010-03-191-2/+2
* Re-enable all DB perf tests.dumi@chromium.org2010-03-191-2/+2
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-1/+1
* Re-enable moz-http page cycler.chase@chromium.org2010-03-031-2/+1
* Disable moz http because it hangs and create redness everywherensylvain@chromium.org2010-02-261-1/+2
* Disable DB perf tests for now. For some unknown reason they're takingdumi@chromium.org2010-01-291-2/+4
* Changing page_cycler_test to allow us to run all DB perf tests in thedumi@chromium.org2010-01-291-30/+46
* Make running chrome process detection in ui tests more reliable.phajdan.jr@chromium.org2010-01-131-10/+4
* Adding the DB performance tests.dumi@chromium.org2009-12-291-6/+109
* Revert "Sleep around printing page cycler results."chase@chromium.org2009-12-081-4/+0
* Recognize EMSGSIZE as non-fatal on OS X.jeremy@chromium.org2009-12-081-1/+2
* Sleep briefly before/after printing page cycler results.chase@chromium.org2009-11-241-0/+4
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-221-3/+0
* Make the commit_charge the important statistic (displayed on thesgk@google.com2009-11-211-2/+4
* Prep for printing common memory stats from page_cycler_tests and memory_test:sgk@google.com2009-11-191-162/+10
* Add memory commit charge reporting to the page_cycler tests.sgk@google.com2009-11-181-0/+13
* Don't allow content scripts to execute on file:// urls.finnur@chromium.org2009-11-181-0/+3
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-2/+2
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-3/+3
* Convert a CopyRecursiveDirNoCache to use FilePaths insteadtony@chromium.org2009-10-121-1/+1
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Add extensions content scripts to page cycler tests. asargent@chromium.org2009-09-251-87/+63
* Hack to make tests work if out is a symlink: see if the current dir is the so...mattm@chromium.org2009-09-101-3/+1
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-0/+1
* Add morejs to page cycler tests.cmp@google.com2009-07-021-0/+8
* Don't grant unnecessary handle privileges in OpenProcessHandle.phajdan.jr@chromium.org2009-06-191-2/+2
* Try to even the page cycler tests between the current build and reference run...thomasvl@chromium.org2009-06-181-9/+94
* Add a helper on mac for collecting memory size info from a list of processes.thomasvl@chromium.org2009-06-171-0/+31