| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Patch from timurrrr: Re-factor valgrind scripts to add tsan support | dkegel@google.com | 2009-07-16 | 9 | -249/+521 |
* | Use the new cov-analyze options recommended by Coverity. | wtc@chromium.org | 2009-07-16 | 1 | -3/+11 |
* | Running UI tests with slices under purify. | huanr@chromium.org | 2009-07-14 | 1 | -1/+61 |
* | Reverting 20592. Causing a bunch of valgrind MAC redness. | mhm@chromium.org | 2009-07-14 | 2 | -7/+17 |
* | Bug 15762 happens on Linux, too, so move suppression to generic file. | dkegel@google.com | 2009-07-14 | 2 | -17/+7 |
* | Widen two suppressions that weren't matching properly on my ghardy box. | dkegel@google.com | 2009-07-13 | 1 | -10/+1 |
* | Add yet more suppressions to make the ui_tests not spew warnings under valgrind | dkegel@google.com | 2009-07-13 | 1 | -0/+93 |
* | Point to correct app test binary | nirnimesh@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Make sure we end up with an executable binary when juggling stripped binaries... | stuartmorgan@chromium.org | 2009-07-09 | 1 | -0/+1 |
* | Support running app_unittests under Valgrind | nirnimesh@chromium.org | 2009-07-09 | 1 | -0/+4 |
* | Add more suppressions, adapt more to work on hardy (and not just jaunty), fix... | dkegel@google.com | 2009-07-09 | 1 | -30/+101 |
* | Add temporary suppressions for a couple of newly-file Mac leaks. | stuartmorgan@chromium.org | 2009-07-08 | 1 | -0/+25 |
* | Fix a leak of the new location GURL by NotificationTask when doing a redirect. | eroman@chromium.org | 2009-07-08 | 1 | -25/+0 |
* | Shuffle the Mac valgind suppressions around a bit to match the other suppress... | stuartmorgan@chromium.org | 2009-07-08 | 1 | -104/+118 |