| Commit message (Expand) | Author | Age | Files | Lines |
| * | Widen some Memcheck and TSan suppressions, add a couple of new V8 suppressions | timurrrr@chromium.org | 2011-02-22 | 1 | -6/+68 |
| * | Suppression for LayoutTestController.waitUntilDone | cbentzel@chromium.org | 2011-02-21 | 1 | -0/+13 |
| * | Remove valgrind suppression for bug 49262 (outdated). | battre@chromium.org | 2011-02-21 | 1 | -12/+0 |
| * | Remove a suppression for a fixed use-after-free | timurrrr@chromium.org | 2011-02-21 | 1 | -15/+0 |
| * | Suppression for AccessibilityController::shouldDumpAccessibiltyNotifications | cbentzel@chromium.org | 2011-02-18 | 1 | -0/+8 |
| * | Widen BackgroundApplicationListModelTest suppression further for Mac memory. | cbentzel@chromium.org | 2011-02-18 | 1 | -0/+1 |
| * | Memcheck suppression for BackgroundApplicationListModelTest leaks. | cbentzel@chromium.org | 2011-02-18 | 1 | -0/+10 |
| * | Suppressions for BrowserRenderProcessHost::CreateMessageFilters | cbentzel@chromium.org | 2011-02-17 | 2 | -0/+52 |
| * | Fix leaks found on Linux in ui/gfx/font_unittest.cc. | rsesek@chromium.org | 2011-02-17 | 1 | -8/+0 |
| * | Add suppression for AutocompleteHistoryManagerTest on Mac. | cbentzel@chromium.org | 2011-02-17 | 1 | -0/+20 |
| * | Suppress memory leaks in ExtensionSpecialStoragePolicy | timurrrr@chromium.org | 2011-02-17 | 1 | -1/+8 |
| * | Fixes bug in TestingAutomationProvider from my recent autocomplete | sky@chromium.org | 2011-02-17 | 1 | -10/+0 |
| * | Widen suppression in TestingAutomationProvider | oshima@google.com | 2011-02-17 | 1 | -2/+1 |
| * | Disk cache: Always initialize disabled_ | rvargas@google.com | 2011-02-16 | 1 | -6/+0 |
| * | Widen suppression for jump on uninitialized value in skia::PlatformCanvas::in... | oshima@google.com | 2011-02-16 | 1 | -1/+1 |
| * | Remove ancient suppression; AddSavePasswordInfoBar hasn't been on TabContents... | avi@chromium.org | 2011-02-16 | 1 | -15/+0 |
| * | Suppressing memory read error in TestingAutomationProvider | oshima@google.com | 2011-02-16 | 1 | -0/+12 |
| * | Revert r75147 "Suppressing memory leak in CloudPolicyCache" | oshima@google.com | 2011-02-16 | 1 | -13/+0 |
| * | Suppressing memory leak in CloudPolicyCache | oshima@google.com | 2011-02-16 | 1 | -0/+13 |
| * | Suppress memory leaks in GFX | timurrrr@chromium.org | 2011-02-16 | 1 | -0/+8 |
| * | Suppress Valgrind warnings on disk_cache uninit jumps and media callback leaks | timurrrr@chromium.org | 2011-02-16 | 1 | -0/+14 |
| * | Suppressing UninitCondition in power library | oshima@google.com | 2011-02-15 | 1 | -0/+11 |
| * | Updating suppression after r74926 | oshima@google.com | 2011-02-15 | 1 | -1/+1 |
| * | Adding another leak pattern for 73036 | oshima@google.com | 2011-02-15 | 1 | -1/+27 |
| * | Suppressing memory leak on mac valgrind bots. | oshima@google.com | 2011-02-15 | 1 | -0/+26 |
| * | Suppress a couple of new Valgrind reports on interactive_ui tests, update the... | timurrrr@chromium.org | 2011-02-15 | 1 | -0/+23 |
| * | Updating suppression after RefCounted change. | oshima@google.com | 2011-02-15 | 1 | -1/+1 |
| * | WebUI: Get rid of more references to dom_ui and DOM_UI. | tfarina@chromium.org | 2011-02-15 | 1 | -1/+1 |
| * | Don't use a separate FILE thread in FileSystemURLRequestJobTest. | adamk@chromium.org | 2011-02-14 | 1 | -11/+0 |
| * | Revert 74103 - Use libjpeg-turbo by default. | jschuh@chromium.org | 2011-02-14 | 1 | -25/+0 |
| * | Fixed leaky code in the UserDataDir policy code for mac. | pastarmovj@chromium.org | 2011-02-14 | 1 | -13/+0 |
| * | Update Valgrind and TSan suppressions; suppress a new memory leak (#72833) | timurrrr@chromium.org | 2011-02-12 | 2 | -21/+26 |
| * | Update suppressions for ProfileIOData. | willchan@chromium.org | 2011-02-11 | 1 | -45/+0 |
| * | Removes unneeded suppression. The leak occurred because of a commit | sky@chromium.org | 2011-02-11 | 1 | -25/+0 |
| * | Suppress leaks from ProfileIOData (issue 72689) | glider@chromium.org | 2011-02-11 | 1 | -0/+59 |
| * | Fix a leak. Remove suppression for the leak and update bug number for unrela... | pkasting@chromium.org | 2011-02-10 | 1 | -10/+1 |
| * | Valgrind suppressions for three memory leaks and one uninit jump, exclude Res... | timurrrr@chromium.org | 2011-02-10 | 1 | -0/+64 |
| * | Fix memory leak in MigrateBrowserPrefs caused by excessive copying. | mirandac@chromium.org | 2011-02-09 | 1 | -15/+0 |
| * | Suppress Valgrind reports on gfx::JPEGCodec | timurrrr@chromium.org | 2011-02-09 | 1 | -0/+25 |
| * | Add suppression for remoting memory leaks | hclam@chromium.org | 2011-02-09 | 1 | -0/+17 |
| * | Remove valgrind suppression since bug 70291 was fixed | hclam@chromium.org | 2011-02-09 | 1 | -16/+0 |
| * | Remove valgrind suppression for bug 65680 | hclam@chromium.org | 2011-02-09 | 1 | -43/+0 |
| * | Fix memory leak in chromoting code | hclam@chromium.org | 2011-02-09 | 1 | -10/+0 |
| * | [Sync] Use RenderViewHostHarness in SyncInternalsUI tests to avoid leaks | akalin@chromium.org | 2011-02-09 | 1 | -14/+0 |
| * | Use-after-free in PersonalDataManager destructor on Mac OS | dhollowa@chromium.org | 2011-02-09 | 1 | -70/+4 |
| * | Fixed a memory leak by creating threads for the object to be destructed on. | ahendrickson@chromium.org | 2011-02-08 | 1 | -6/+0 |
| * | Suppress leaks in DownloadRequestInfobarDelegate.* on Memcheck and Heapcheck | glider@chromium.org | 2011-02-08 | 1 | -0/+31 |
| * | [Logging] Remove unneeded CheckOpString struct for CHECKs | akalin@chromium.org | 2011-02-08 | 1 | -8/+0 |
| * | Fix unit test leak introduced by fix for crbug.com/70887 | asargent@chromium.org | 2011-02-07 | 1 | -9/+0 |
| * | Suppress use-after-free reports in PersonalDataManagerTest.* (issue 72170) | glider@chromium.org | 2011-02-07 | 1 | -0/+72 |