summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Use ResourceBundle for NativeThemeLinux/Chromeos resource images.xiyuan@chromium.org2011-04-041-2/+0
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-211-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Remove the the --layout-test flag from test_shell.tony@chromium.org2011-01-311-117/+12
* Move more web widgets painting from webkit to chrome.xiyuan@chromium.org2011-01-201-2/+4
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Fix Clang warning about self assignment.hans@chromium.org2011-01-051-1/+1
* Pass JavaScript flags when test_shell is run interactively.sgjesse@google.com2010-11-021-0/+1
* Make sure that gc is exposed in the test_shellsgjesse@google.com2010-10-271-2/+3
* Add an option to the test_shell to enable it to load each test several timessgjesse@google.com2010-10-261-4/+56
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-4/+4
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* test_shell command line switch enable-accelerated-compositing addedscheib@google.com2010-09-271-0/+2
* Make test_shell --enable-accelerated-2d-canvas work when invoked in layout te...senorblanco@chromium.org2010-09-231-3/+3
* Add an --enable-accelerated-2d-canvas flag to test_shell. This will use the ...senorblanco@chromium.org2010-09-201-0/+3
* OS X - always use "classic theme" when running Layout testsjeremy@chromium.org2010-08-291-0/+7
* Remove reference to obsolete web preference. The legacy parser no longerabarth@chromium.org2010-08-251-4/+0
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-6/+0
* Test shell initializes OSMesa GL bindings.apatrick@chromium.org2010-08-091-0/+6
* Remove use of CommandLine::GetSwitchValue() from webkit/.evan@chromium.org2010-08-051-2/+2
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-301-3/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-1/+3
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-6/+6
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-211-4/+4
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-2/+2
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-051-2/+4
* Rolls WebKit 61233:61234bulach@chromium.org2010-06-161-2/+2
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-2/+1
* Adds --html5-parser flag to test_shell to test out the new HTML5 parsing codejamesr@chromium.org2010-06-011-0/+4
* test_shell: allow relative paths on the command lineevan@chromium.org2010-04-291-3/+4
* Add an --allow-external-pages switch to test_shell.dpranke@chromium.org2010-04-231-1/+5
* Eliminate WebCore include paths when compiling Chromium code.darin@chromium.org2010-04-031-0/+4
* Move cert_test_util.{h,cc} and ssl_test_util.{h,cc} to thewtc@chromium.org2010-03-171-1/+1
* webkit/tools: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+1
* Fix double free on exit in test shell.dpranke@chromium.org2010-02-241-7/+0
* [Mac/Linux] clean up the shmem file at the end of each testshell run.thomasvl@chromium.org2010-02-191-4/+17
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* linux: TCMalloc-based C++ heap profiler.willchan@chromium.org2009-11-111-0/+6
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-271-3/+4
* Introduce WebScriptController for script related methods.mhm@chromium.org2009-10-231-3/+7
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-161-0/+1