summaryrefslogtreecommitdiffstats
path: root/chrome/test/reliability/page_load_test.cc
Commit message (Expand)AuthorAgeFilesLines
* GTTF: Remove unused reliability tests code.phajdan.jr@chromium.org2013-09-191-796/+0
* importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab...tfarina@chromium.org2013-07-271-1/+1
* Use content instead of WebKit for synthesizing keycodesjamesr@chromium.org2013-07-261-25/+0
* Update include paths in chrome/test for base/process changes.rsesek@chromium.org2013-07-241-0/+1
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Revert r206949 - "Start moving breakpad integration to a component."jochen@chromium.org2013-06-291-2/+1
* Use a direct include of time headers in chrome/test/, chrome/tools/.avi@chromium.org2013-06-281-1/+1
* Start moving breakpad integration to a component.jochen@chromium.org2013-06-181-1/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/test/.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-9/+10
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-2/+2
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-10/+9
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-9/+10
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-3/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Pass crash dump directory through ClientInfochrisphan@chromium.org2013-03-151-22/+3
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-1/+1
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-32/+33
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-8/+11
* Get rid of ui_controls.h usage in shipping browser code. In a followup change...jam@chromium.org2013-01-111-16/+7
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-4/+6
* Add support for running multiple browser instances with reliability tests. chrisphan@chromium.org2012-11-131-4/+24
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-1/+2
* Revert 165702 - Add support for running multiple browser instances with relia...vandebo@chromium.org2012-11-021-27/+8
* Add support for running multiple browser instances with reliability tests. chrisphan@chromium.org2012-11-021-8/+27
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-2/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-1/+2
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Add alternative path for breakpad dump location.chrisphan@chromium.org2012-05-171-2/+12
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-1/+1
* Update Sleep() calls in chrome/test to use TimeDelta instead of ints.tedvessenes@gmail.com2012-01-041-4/+4
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Clean up reliability_tests: they don't need their ownphajdan.jr@chromium.org2011-09-091-110/+109
* Remove unused g_timeout_ms from PageLoadTest codetimurrrr@chromium.org2011-09-031-15/+0
* Remove duplicate NotificationService causing assertion failures inkbr@google.com2011-08-301-3/+1
* GTTF: Clean up UITestSuite and ProxyLauncher:phajdan.jr@chromium.org2011-08-181-5/+3
* Fix reliability_tests after my chrome/test changes.phajdan.jr@chromium.org2011-08-181-0/+3
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-1/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Allow the reliability tests to run more than on URL in JS stress modesgjesse@google.com2011-02-221-4/+12
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-3/+3
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-101-41/+136
* Moves everything related to launching and terminating the browser from UITest...nirnimesh@chromium.org2011-01-081-1/+1