| Commit message (Expand) | Author | Age | Files | Lines |
* | Move WebMediaPlayerClientImpl files to WebKit API src location. | darin@chromium.org | 2009-05-18 | 1 | -5/+0 |
* | test_shell: flush message loop before destroying the shell. | evan@chromium.org | 2009-05-14 | 1 | -7/+11 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Deprecate wstring version of PathService::Get() in webkit. | thestig@chromium.org | 2009-05-01 | 1 | -15/+17 |
* | Only dump image results if the hashes don't match. | ojan@google.com | 2009-04-17 | 1 | -2/+13 |
* | Add concept of slow tests. Only mark one test as slow for now. After checkin,... | ojan@google.com | 2009-04-16 | 1 | -2/+10 |
* | Fix SupressErrorReporting on the mac and remove --gdb flag from test_shell. T... | ojan@google.com | 2009-04-16 | 1 | -2/+1 |
* | Removing --enable-video and instead relying on having DLLs present. | scherkus@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | Use an in-memory cache when running layout tests. | ojan@google.com | 2009-04-07 | 1 | -1/+4 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -5/+2 |
* | Add API functions to control Quantify, as well as expose these | asargent@chromium.org | 2009-03-09 | 1 | -0/+5 |
* | New switch --gdb allows TestShell.app to be debugged by gdb even when | jrg@chromium.org | 2009-03-06 | 1 | -3/+6 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 1 | -4/+11 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -5/+5 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -1/+2 |
* | Chrome side to implement WebMimeRegistry. | darin@chromium.org | 2009-02-26 | 1 | -8/+4 |
* | Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces. | darin@chromium.org | 2009-02-26 | 1 | -0/+6 |
* | Enable SSL error handling in Linux again. | dkegel@google.com | 2009-02-19 | 1 | -0/+5 |
* | Renderer and test shell now handle --enable-video with SetMediaPlayerAvailable. | scherkus@chromium.org | 2009-02-11 | 1 | -0/+5 |
* | restore setting the netresource callback | tc@google.com | 2009-01-28 | 1 | -0/+3 |
* | Unfork test_shell_main: | amanda@chromium.org | 2009-01-26 | 1 | -136/+15 |
* | Dump text/image on notifyDone. | kuchhal@chromium.org | 2009-01-23 | 1 | -3/+4 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -10/+9 |
* | generate test_shell.pak and hook up loading net resources from | tc@google.com | 2009-01-20 | 1 | -16/+2 |
* | Update te way test shell cleans up on exit. | mbelshe@google.com | 2009-01-16 | 1 | -1/+7 |
* | Revert "* Dump text/image on notifyDone." | kuchhal@chromium.org | 2009-01-16 | 1 | -4/+3 |
* | * Dump text/image on notifyDone. | kuchhal@chromium.org | 2009-01-16 | 1 | -3/+4 |
* | Unify on "layout test mode" vs "interactive" and "non-interactive". We had a... | deanm@chromium.org | 2008-12-04 | 1 | -4/+3 |
* | Print a warning when running layout tests with incorrect theme. | ericroman@google.com | 2008-11-25 | 1 | -0/+64 |
* | Progress on form button metrics. | deanm@chromium.org | 2008-11-24 | 1 | -1/+1 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 1 | -2/+2 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 1 | -2/+2 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 1 | -2/+2 |
* | Ensure that we always use a direct connection to the internet when running in | darin@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | Force the default GTK theme for layout tests. | evanm@google.com | 2008-11-20 | 1 | -1/+9 |
* | Add option --gp-fault-error-box to test shell and run_webkit_tests.py to enab... | sgjesse@chromium.org | 2008-11-20 | 1 | -1/+8 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -4/+5 |
* | Revert "Make the net resource interface use StringPiece instead of | tc@google.com | 2008-11-20 | 1 | -3/+2 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -2/+3 |
* | Refactor some windows specific initialization code into | tc@google.com | 2008-11-20 | 1 | -86/+2 |
* | Make --testshell-startup-dialog work across Windows and Linux. | deanm@chromium.org | 2008-11-19 | 1 | -3/+1 |
* | Make SetCurrentTestName cross platform. | deanm@chromium.org | 2008-11-17 | 1 | -10/+10 |
* | Make test_shell stats table names unique. | deanm@chromium.org | 2008-11-16 | 1 | -3/+8 |
* | Add GCController support to test_shell. | fqian@google.com | 2008-11-14 | 1 | -0/+2 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Unfork test_shell_main_gtk back into test_shell_main. | erg@google.com | 2008-11-14 | 1 | -8/+52 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 1 | -3/+3 |
* | Make new http stack the default for test_shell.exe. The consequence of this c... | ericroman@google.com | 2008-10-15 | 1 | -3/+2 |
* | When running layout tests, have logging only go to a file. This prevents info... | pinkerton@google.com | 2008-10-15 | 1 | -4/+4 |
* | Re-add code to load the ahem font. | tc@google.com | 2008-10-13 | 1 | -0/+10 |