summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_main.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Move scripting / v8 related methods out of WebKit.h"tony@chromium.org2009-10-161-1/+0
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-161-0/+1
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-151-2/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Fix issue #23442 - when test shell is run in layout test mode and a URL isdpranke@google.com2009-09-301-1/+1
* Rename setThemeEngine to SetThemeEngine to conform to Google style.dpranke@google.com2009-09-291-1/+1
* try again to fix compile w/ unused variables ...dpranke@google.com2009-09-151-0/+3
* Fix compile on mac from unused variable.dpranke@google.com2009-09-151-0/+2
* Enable the ability to run layout tests on Vista as well as XP. See the note dpranke@google.com2009-09-151-3/+3
* This change adds a new "generic" theme to the Windows implementation ofdpranke@google.com2009-09-141-4/+13
* Restore support for loading URLs on the command line.darin@chromium.org2009-09-141-11/+21
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-1/+1
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+0
* Add aliased path support to http server. Certain http layout test loads js re...jianli@chromium.org2009-09-021-0/+9
* Reverting 20855.darin@chromium.org2009-07-161-1/+1
* Reverting 20854.darin@chromium.org2009-07-161-1/+1
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-1/+1
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Move WebMediaPlayerClientImpl files to WebKit API src location.darin@chromium.org2009-05-181-5/+0
* test_shell: flush message loop before destroying the shell.evan@chromium.org2009-05-141-7/+11
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Deprecate wstring version of PathService::Get() in webkit.thestig@chromium.org2009-05-011-15/+17
* Only dump image results if the hashes don't match.ojan@google.com2009-04-171-2/+13
* Add concept of slow tests. Only mark one test as slow for now. After checkin,...ojan@google.com2009-04-161-2/+10
* Fix SupressErrorReporting on the mac and remove --gdb flag from test_shell. T...ojan@google.com2009-04-161-2/+1
* Removing --enable-video and instead relying on having DLLs present.scherkus@chromium.org2009-04-101-1/+1
* Use an in-memory cache when running layout tests.ojan@google.com2009-04-071-1/+4
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-5/+2
* Add API functions to control Quantify, as well as expose theseasargent@chromium.org2009-03-091-0/+5
* New switch --gdb allows TestShell.app to be debugged by gdb even whenjrg@chromium.org2009-03-061-3/+6
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-051-4/+11
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-1/+2
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-8/+4
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-261-0/+6
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-0/+5
* Renderer and test shell now handle --enable-video with SetMediaPlayerAvailable.scherkus@chromium.org2009-02-111-0/+5
* restore setting the netresource callbacktc@google.com2009-01-281-0/+3
* Unfork test_shell_main:amanda@chromium.org2009-01-261-136/+15
* Dump text/image on notifyDone.kuchhal@chromium.org2009-01-231-3/+4
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-10/+9
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-201-16/+2
* Update te way test shell cleans up on exit.mbelshe@google.com2009-01-161-1/+7
* Revert "* Dump text/image on notifyDone."kuchhal@chromium.org2009-01-161-4/+3
* * Dump text/image on notifyDone.kuchhal@chromium.org2009-01-161-3/+4