| Commit message (Expand) | Author | Age | Files | Lines |
* | Widen a valgrind suppression slightly | stuartmorgan@chromium.org | 2009-09-22 | 1 | -12/+2 |
* | Add new suppressions for the new valgrind leaks | nsylvain@chromium.org | 2009-09-21 | 1 | -0/+50 |
* | Move a previously Mac-specific Valgrind suppression for SQLite to Linux as well. | mdm@chromium.org | 2009-09-18 | 1 | -0/+10 |
* | Remove obsolete suppression for bug 9246 which is marked a dupe of 8789 which... | mattm@chromium.org | 2009-09-18 | 1 | -29/+0 |
* | Update favicon leak suppression to make valgrind bot happy | dkegel@google.com | 2009-09-17 | 1 | -0/+10 |
* | Fix the memcheck suppression rule for bug 22109. | tyoshino@google.com | 2009-09-17 | 1 | -4/+0 |
* | Suppress valgrind leak report. Bug 22109 | tyoshino@google.com | 2009-09-17 | 1 | -0/+15 |
* | Suppress Valgrind leak base::MessagePumpLibevent::WatchFileDescriptor. | tyoshino@google.com | 2009-09-17 | 1 | -0/+23 |
* | Widen suppression for bug 22021 for mac | dkegel@google.com | 2009-09-16 | 1 | -1/+1 |
* | Abort WebKit bisection and update suppressions for leak. Looks | agl@chromium.org | 2009-09-16 | 1 | -4/+0 |
* | Fix typo and indentation in suppression for bug 22021 | dkegel@google.com | 2009-09-16 | 1 | -8/+9 |
* | Add a suppression for a known V8 leak. | brettw@chromium.org | 2009-09-16 | 1 | -0/+10 |
* | Fix typo in bug name. I typed '6' instead of '9' by accident. I noticed bec... | dkegel@google.com | 2009-09-14 | 1 | -1/+1 |
* | linux: add a suppression for a leak when we load a third-party plugin | evan@chromium.org | 2009-09-09 | 1 | -0/+7 |
* | Widen a Mac suppression, add two one-offs from Linux. | stuartmorgan@google.com | 2009-09-03 | 1 | -0/+10 |
* | Linux: Initialize the focus ring color preference values. This fixes an UMR ... | jhawkins@chromium.org | 2009-09-03 | 1 | -12/+0 |
* | Suppressing the valgrind error probably caused by WebKit r47756. | yusukes@google.com | 2009-09-03 | 1 | -0/+5 |
* | Suppressing the valgrind error probably caused by r25278 (TAKE 2). | yusukes@google.com | 2009-09-03 | 1 | -0/+6 |
* | Suppressing the valgrind error probably caused by r25278. | yusukes@google.com | 2009-09-03 | 1 | -0/+6 |
* | More valgrind suppressions | stuartmorgan@google.com | 2009-09-02 | 1 | -0/+17 |
* | Widen a suppression to account for an extra stack frame | stuartmorgan@google.com | 2009-09-02 | 1 | -0/+1 |
* | Valgrind suppression updates for Mac UI bots | stuartmorgan@google.com | 2009-09-02 | 1 | -14/+0 |
* | Widen more suppressions, add a couple new ones. | dkegel@google.com | 2009-09-01 | 1 | -52/+12 |
* | Widen a couple suppressions, fix typo in last commit (need a precommit filter... | dkegel@google.com | 2009-08-31 | 1 | -6/+3 |
* | Widen two more suppressions, fix a broken suppression | dkegel@google.com | 2009-08-30 | 1 | -1/+25 |
* | Widen some old suppressions, add some new ones. | dkegel@google.com | 2009-08-30 | 1 | -11/+17 |
* | Suppression-fest! | dank@chromium.org | 2009-08-29 | 1 | -9/+50 |
* | Widen one suppression to match linux bot, add one new suppression for mac. | dank@chromium.org | 2009-08-28 | 1 | -1/+0 |
* | Add four new suppressions, widen one. | dank@chromium.org | 2009-08-28 | 1 | -2/+10 |
* | New suppression for flaky leak in ui test. | dkegel@google.com | 2009-08-26 | 1 | -0/+12 |
* | Widen one valgrind suppression, add two more. | dank@chromium.org | 2009-08-24 | 1 | -2/+24 |
* | This suppression is a false positive - on program exit, non-joinable threads ... | vandebo@chromium.org | 2009-08-19 | 1 | -13/+14 |
* | Suppress another pair of intermittent SafeBrowsingService leaks. | dank@chromium.org | 2009-08-18 | 1 | -0/+19 |
* | Suppress a pair of memory leaks in SafeBrowsingService | dank@chromium.org | 2009-08-17 | 1 | -0/+9 |
* | Suppress a probable O(1) event leak. | dank@chromium.org | 2009-08-16 | 1 | -0/+8 |
* | Widen on suppression to handle different inlining. | dank@chromium.org | 2009-08-16 | 1 | -0/+1 |
* | Widen one more suppression to handle either malloc or new. | dkegel@google.com | 2009-08-14 | 1 | -1/+1 |
* | Yet Another Few Leaks Suppressed, More Suppressions Widened. Film at 11. | dkegel@google.com | 2009-08-14 | 1 | -3/+55 |
* | Yet more variants of existing suppressions | dkegel@google.com | 2009-08-14 | 1 | -0/+20 |
* | Suppress yet another flaky WebCore::FooNames::init() leak and a leak in v8::R... | dkegel@google.com | 2009-08-12 | 1 | -0/+20 |
* | valgrind: Remove a suppression for a leak that was fixed in r18497. | jhawkins@chromium.org | 2009-08-11 | 1 | -8/+0 |
* | valgrind: Remove even more supprssions from bug 10755 that were fixed. | jhawkins@chromium.org | 2009-08-11 | 1 | -57/+0 |
* | valgrind: Remove a suppression for a test that has been removed. | jhawkins@chromium.org | 2009-08-11 | 1 | -18/+0 |
* | valgrind: Remove a suppression for a leak that has been fixed. | jhawkins@chromium.org | 2009-08-11 | 1 | -18/+0 |
* | gtk: Disconnect the accelerator group keys when closing the browser window. | jhawkins@chromium.org | 2009-08-11 | 1 | -12/+0 |
* | Suppress additional manifestations of the free() / delete() mismatch | sgk@google.com | 2009-08-11 | 1 | -0/+8 |
* | Suppress a mismatched delete[]; Darin's pretty sure it's not a real problem f... | dkegel@google.com | 2009-08-10 | 1 | -0/+7 |
* | Add new suppression for Valgrind. | dglazkov@chromium.org | 2009-08-10 | 1 | -0/+19 |
* | valgrind: Remove a suppression for a leak that has been fixed. | jhawkins@chromium.org | 2009-08-10 | 1 | -10/+0 |
* | Valgrind Linux: add suppresssion for SVGNames. | agl@chromium.org | 2009-08-07 | 1 | -0/+11 |