| Commit message (Expand) | Author | Age | Files | Lines |
* | Move simple_clipboard_impl into test_shell. It's not needed in | tc@google.com | 2009-01-29 | 2 | -0/+8 |
* | Fix our link madness on linux. We now properly link | tc@google.com | 2009-01-29 | 1 | -0/+5 |
* | We need to reset the theme stuff in a code path that actually used when not | thomasvl@chromium.org | 2009-01-29 | 1 | -9/+8 |
* | Revert "Linux: use WebKit HEAD's gtk2drawing.c" | agl@chromium.org | 2009-01-29 | 1 | -6/+0 |
* | Go ahead and wire in the plugin list to the shell, doesn't help anything pass, | thomasvl@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Linux: use WebKit HEAD's gtk2drawing.c | agl@chromium.org | 2009-01-29 | 1 | -0/+6 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -5/+6 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 2 | -6/+6 |
* | restore setting the netresource callback | tc@google.com | 2009-01-28 | 2 | -2/+3 |
* | Break association between TestShellWebView and TestShell before | shess@chromium.org | 2009-01-27 | 1 | -1/+8 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 2 | -2/+6 |
* | Windows, test_shell: build fix | agl@chromium.org | 2009-01-27 | 1 | -1/+2 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 3 | -5/+8 |
* | Small test shell work: | thomasvl@chromium.org | 2009-01-27 | 2 | -14/+4 |
* | If the shell is in layout tests mode, we lie and don't return the grow box | thomasvl@chromium.org | 2009-01-27 | 1 | -4/+5 |
* | Do no use custom gtkrc files in layout test mode. | thestig@chromium.org | 2009-01-26 | 1 | -0/+5 |
* | Update run_all_tests to use the platform delegate, thus removing even | amanda@chromium.org | 2009-01-26 | 3 | -24/+9 |
* | Unfork test_shell_main: | amanda@chromium.org | 2009-01-26 | 12 | -715/+566 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -6/+5 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -5/+6 |
* | Load plugin metadata (mime types, etc.) on Linux. | evan@chromium.org | 2009-01-24 | 1 | -4/+1 |
* | Install the npapi_test_plugin in the same way we did the layout_test one. | evan@chromium.org | 2009-01-23 | 1 | -0/+4 |
* | Keystone auto-update support for TestShell | mark@chromium.org | 2009-01-23 | 4 | -1/+197 |
* | Dump text/image on notifyDone. | kuchhal@chromium.org | 2009-01-23 | 9 | -201/+157 |
* | Do the SCons hackery necessary to get the test plugin in the right directory. | evan@chromium.org | 2009-01-23 | 1 | -0/+10 |
* | Build some basic plugin code on Linux. | evan@chromium.org | 2009-01-22 | 1 | -4/+1 |
* | Add back convolver_unittest.cc and image_operations_unittest.cc. | maruel@chromium.org | 2009-01-22 | 3 | -1/+12 |
* | Removed the doubling of the timeout value, the build bots seem to be doing | thomasvl@chromium.org | 2009-01-22 | 1 | -4/+3 |
* | Reverting 8462,8458 since it broke the linux builder. | maruel@chromium.org | 2009-01-22 | 3 | -12/+1 |
* | Fix SCons build breakage. | maruel@chromium.org | 2009-01-22 | 1 | -3/+3 |
* | Add back convolver_unittest.cc and image_operations_unittest.cc. | maruel@chromium.org | 2009-01-22 | 3 | -1/+12 |
* | Remove some uses of Append(FILE_PATH_LITERAL()) with AppendASCII(). | deanm@chromium.org | 2009-01-22 | 3 | -15/+15 |
* | Include webkit strings in test shell data pack. | tc@google.com | 2009-01-22 | 2 | -134/+7 |
* | Add additional linux resources to test_shell_resources. | tc@google.com | 2009-01-21 | 6 | -15/+48 |
* | Add test shell resources into the linux .pak file. | tc@google.com | 2009-01-21 | 8 | -96/+196 |
* | Make test_shell require test_shell.pak | tc@google.com | 2009-01-21 | 1 | -0/+1 |
* | WebKit Merge 39972:40057, Chromium side. | dglazkov@google.com | 2009-01-21 | 1 | -2/+8 |
* | Add DejaVu Sans to the list of optional fonts to pick up Georgian glyphs for ... | jhawkins@chromium.org | 2009-01-21 | 1 | -0/+1 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 6 | -31/+26 |
* | generate test_shell.pak and hook up loading net resources from | tc@google.com | 2009-01-20 | 6 | -16/+65 |
* | Switch over to using the image decoders from third_party/WebKit | darin@chromium.org | 2009-01-20 | 1 | -10/+2 |
* | Improve scrolling performance when there are many windowed plugins in a page. | jam@chromium.org | 2009-01-16 | 1 | -4/+26 |
* | Update te way test shell cleans up on exit. | mbelshe@google.com | 2009-01-16 | 1 | -1/+7 |
* | Provisional Keystone support in Mac TestShell | mark@chromium.org | 2009-01-16 | 4 | -0/+114 |
* | looking at test shell tests on mac: | thomasvl@chromium.org | 2009-01-16 | 4 | -41/+36 |
* | Revert "* Dump text/image on notifyDone." | kuchhal@chromium.org | 2009-01-16 | 7 | -136/+199 |
* | Follow-up fix | mark@chromium.org | 2009-01-16 | 1 | -1/+0 |
* | Fix TestShell fonts again (see r8206, r8198, r8196, r8113) | mark@chromium.org | 2009-01-16 | 1 | -9/+10 |
* | put back the changes that got rolled back. | kuchhal@chromium.org | 2009-01-16 | 1 | -1/+8 |
* | * Dump text/image on notifyDone. | kuchhal@chromium.org | 2009-01-16 | 7 | -209/+139 |