| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove suppressions that don't reproduce. | erg@google.com | 2009-07-23 | 1 | -18/+0 |
* | change smoke test to run true rather than /bin/true to make macosx happy | dkegel@google.com | 2009-07-23 | 1 | -1/+1 |
* | Add export_tarball tool. | phajdan.jr@chromium.org | 2009-07-23 | 1 | -0/+90 |
* | Part 2 of secret plan to speed up valgrind log processing. | dank@chromium.org | 2009-07-23 | 1 | -0/+2 |
* | back out CLs 21367, 21366 - no idea why these keep breaking | dpranke@google.com | 2009-07-23 | 2 | -388/+0 |
* | re-do CL 21252 - move image_diff to tools, add deps to test_shell | dpranke@google.com | 2009-07-23 | 2 | -0/+388 |
* | Add new option --show-possible to valgrind for later use by valgrind_test.py ... | dank@chromium.org | 2009-07-23 | 2 | -0/+61 |
* | Update supressions. | jam@chromium.org | 2009-07-23 | 1 | -6/+6 |
* | Don't kill dsymutil after it finishes. | dank@chromium.org | 2009-07-23 | 1 | -3/+5 |
* | Switch the first thread in a child process to be the main thread, and make th... | jam@chromium.org | 2009-07-23 | 1 | -2/+3 |
* | Fix a leak that only happens in layout test mode. | tc@google.com | 2009-07-23 | 1 | -10/+0 |
* | make sure to destroy main window when test shell is shutting down so we don't... | estade@chromium.org | 2009-07-23 | 1 | -7/+0 |
* | Use $PROGRAMFILES instead of "C:\Program Files\". | pkasting@chromium.org | 2009-07-22 | 1 | -1/+3 |
* | Make UtilityProcessHost destructor virtual. | mattm@chromium.org | 2009-07-22 | 1 | -7/+0 |
* | Use ld.orig if present to build valgrind rather than making user switch back ... | dkegel@google.com | 2009-07-22 | 1 | -2/+13 |
* | Give slightly more helpful error message if gold is present. | dkegel@google.com | 2009-07-22 | 1 | -1/+1 |
* | Remove suppression for RendererSecurityPolicy leak, which seems to be fixed. | phajdan.jr@chromium.org | 2009-07-22 | 1 | -8/+0 |
* | Patch from timur. Properly terminate XML output document in case of an exec. | dkegel@google.com | 2009-07-22 | 2 | -1/+41 |
* | Remove suppression for gtk_window_add_accel_group in BrowserWindowGtk::Connec... | phajdan.jr@chromium.org | 2009-07-22 | 1 | -11/+0 |
* | When --gtest_filter is specified, we need to ignore the batch index, otherwis... | erikkay@google.com | 2009-07-22 | 1 | -0/+4 |
* | revert change 21252, which broke the mac build for some reason | dpranke@google.com | 2009-07-22 | 2 | -387/+0 |
* | make 'test_shell' target depend on everything needed to pass layout_tests | dpranke@google.com | 2009-07-22 | 2 | -0/+387 |
* | Add <if> blocks to xtb files in the simplest possible way. This currently | tc@google.com | 2009-07-22 | 1 | -1/+18 |
* | Use local copies of files from bug tracker (URL still in comments); avoids wg... | dkegel@google.com | 2009-07-21 | 3 | -7/+131 |
* | gtk: Two fixes for the tab leak: | jhawkins@chromium.org | 2009-07-21 | 1 | -12/+0 |
* | Revert r21117 as it caused reliability failures. | estade@chromium.org | 2009-07-21 | 1 | -4/+2 |
* | Add suppression for RevocableStore leak | dkegel@google.com | 2009-07-21 | 1 | -0/+17 |
* | Widen jam's suppression from this morning to match different inlining choices | dkegel@google.com | 2009-07-21 | 1 | -0/+1 |
* | Update the callstack of a supressed leak since my recent code refactoring cha... | jam@chromium.org | 2009-07-21 | 1 | -2/+3 |
* | Script to build valgrind for chromium | dank@chromium.org | 2009-07-21 | 1 | -0/+34 |
* | Support pasting text from a clipboard that has no published targets. | estade@chromium.org | 2009-07-21 | 1 | -2/+19 |
* | Don't complain about leaks during fatal error logging | dkegel@google.com | 2009-07-20 | 1 | -1/+9 |
* | Widen ExtensionUnpacker_Test suppression yet again | stuartmorgan@google.com | 2009-07-20 | 1 | -1/+1 |
* | Add a Mac suppression for a sporadic leak. | stuartmorgan@google.com | 2009-07-20 | 1 | -0/+10 |
* | Linux: remove suppression for 9757. | agl@chromium.org | 2009-07-20 | 1 | -8/+0 |
* | Widen suppression to match error on bot. | dkegel@google.com | 2009-07-20 | 1 | -1/+0 |
* | Wait for valgrind to finish (the python script already does this, just forgot) | dank@chromium.org | 2009-07-20 | 1 | -1/+14 |
* | Suppress two or so leaks and one invalid read in layout_tests | dank@chromium.org | 2009-07-18 | 1 | -0/+38 |
* | Script to valgrind layout tests | dank@chromium.org | 2009-07-18 | 1 | -0/+23 |
* | Suppress yet another UtilityProcessHostTest.ExtensionUnpacker leak. | dkegel@google.com | 2009-07-17 | 1 | -0/+7 |
* | Suppress both leaks mentioned in bug16625 on both mac and linux. | dkegel@google.com | 2009-07-17 | 1 | -0/+11 |
* | Another occasional leak in WebCore::HTMLNames::init() | dkegel@google.com | 2009-07-17 | 1 | -1/+13 |
* | Fix wayward Q left over from debugging. | dkegel@google.com | 2009-07-17 | 1 | -1/+1 |
* | Reduce number of slices when running UI tests under purify | huanr@chromium.org | 2009-07-17 | 1 | -2/+2 |
* | Fixes a leak in [LinkInfoBarController addAdditionalControls]. | rohitrao@chromium.org | 2009-07-17 | 1 | -30/+0 |
* | Reland http://codereview.chromium.org/155465 | dank@chromium.org | 2009-07-17 | 2 | -17/+7 |
* | Unbreak demangling on mac | dank@chromium.org | 2009-07-17 | 1 | -1/+2 |
* | Temporary suppression for infobar leak | nirnimesh@chromium.org | 2009-07-17 | 1 | -0/+29 |
* | Valgrind doesn't have an option (yet) to put suppressions into its xml | dkegel@google.com | 2009-07-16 | 2 | -5/+24 |
* | Add two ui_test suppressions, widen another, to make my home jaunty system happy | dkegel@google.com | 2009-07-16 | 1 | -2/+27 |