| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the link to heapchecker howto. | glider@chromium.org | 2010-04-01 | 1 | -0/+3 |
* | Fix leak in WebSocketThrottleTest::Throttle | ukai@chromium.org | 2010-04-01 | 2 | -14/+0 |
* | Pull in ICU@43139 and remove icudt42.dll from the exception list in checkbins.py | jshin@chromium.org | 2010-03-31 | 1 | -1/+0 |
* | Suppress the leaks in net::WebSocketThrottleTest_Throttle_Test::TestBody (bug | glider@chromium.org | 2010-03-31 | 1 | -0/+6 |
* | Move the suppression landed in r43208 to the right file. | rsesek@chromium.org | 2010-03-31 | 1 | -0/+7 |
* | Widen a suppression for a leak in ExntesionService::Init(). | rsesek@chromium.org | 2010-03-31 | 1 | -1/+1 |
* | Suppress an extension init memory leak. | thestig@chromium.org | 2010-03-31 | 1 | -0/+15 |
* | Suppress reports on benign race on vfptr in ChromeThread. | timurrrr@chromium.org | 2010-03-31 | 1 | -0/+5 |
* | Revert 43168 - Add suppression for a memory error during shutdown, calling Fi... | eroman@chromium.org | 2010-03-31 | 1 | -14/+0 |
* | Add suppression for a memory error during shutdown, calling FileDescriptorWat... | eroman@chromium.org | 2010-03-31 | 1 | -0/+14 |
* | Add a list of excluded files to checkbins.py and enable it on build bots. | scherkus@chromium.org | 2010-03-30 | 1 | -4/+12 |
* | Fix sync leaks and some more good stuff. | skrul@chromium.org | 2010-03-30 | 1 | -51/+0 |
* | Add win32 gtest filter files shared between Wine and TSan/Windows | timurrrr@chromium.org | 2010-03-30 | 3 | -21/+23 |
* | Suppress two benign races in sqlite | timurrrr@chromium.org | 2010-03-30 | 1 | -0/+14 |
* | Remove suppression for bug 32892 as the race | tim@chromium.org | 2010-03-30 | 1 | -7/+0 |
* | Broke out shared worker tests into individual tests and increased worker test... | atwilson@chromium.org | 2010-03-30 | 1 | -4/+4 |
* | Pass tools/licenses.py for a few more directories. | evan@chromium.org | 2010-03-29 | 1 | -1/+5 |
* | Discard error message from which if tput is not found. | jochen@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Add another suppression for BookmarkFolderTargetTest.ReopenNotSame under Mac ... | rsesek@chromium.org | 2010-03-27 | 1 | -0/+11 |
* | Roll gtest r395:408 and gmock r278:282 to pick up ThreadLocal leak fix. | rsesek@chromium.org | 2010-03-27 | 1 | -28/+0 |
* | Remove memory leak from the SpdyNetworkTransactionTest:ServerPush | ahendrickson@google.com | 2010-03-26 | 1 | -31/+0 |
* | Added tools/valgrind/chrome_tests.bat to run chrome_tests.py on Windows | timurrrr@chromium.org | 2010-03-26 | 1 | -0/+7 |
* | Add ignores and suppression for TSan/Windows. | timurrrr@chromium.org | 2010-03-26 | 2 | -0/+47 |
* | Generify two Mac Valgrind suppressions and add one more from yesterday's gtes... | rsesek@chromium.org | 2010-03-26 | 1 | -8/+12 |
* | Implement more sanity tests for Memcheck/Valgrind | timurrrr@chromium.org | 2010-03-26 | 2 | -4/+103 |
* | Update suppression caused by r42700 | maruel@chromium.org | 2010-03-26 | 1 | -0/+2 |
* | Switch from he.xtb to iw.xtb because the translation console is | tony@chromium.org | 2010-03-26 | 1 | -1/+4 |
* | Suppress a second leak in the SPDY tests. | skerner@chromium.org | 2010-03-25 | 1 | -0/+17 |
* | Suppress leak in spdy unit test. | skerner@chromium.org | 2010-03-25 | 1 | -1/+14 |
* | Suppressing net::HostCache::Set leak. | dhollowa@chromium.org | 2010-03-25 | 1 | -0/+16 |
* | Suppress leak in PepperDeviceTest | skerner@chromium.org | 2010-03-25 | 1 | -0/+12 |
* | Suppress webcore CSS leaks. | skerner@chromium.org | 2010-03-25 | 1 | -0/+15 |
* | Suppress a leak hit by test BufferedResourceLoaderTest.StartStop | skerner@chromium.org | 2010-03-25 | 1 | -0/+12 |
* | Add suppression for mac test leak. | skerner@chromium.org | 2010-03-25 | 1 | -0/+12 |
* | Suppressing valgrind issue temporarily. Introduced in r42586. | dhollowa@chromium.org | 2010-03-25 | 2 | -13/+14 |
* | silence false valgrind alarms due to ChromeCookieMonsterDelegate changes | danno@chromium.org | 2010-03-25 | 1 | -0/+1 |
* | Ignore the CFBag* stuff on Mac. | glider@chromium.org | 2010-03-25 | 1 | -0/+5 |
* | Ignore threadLockingTest from sqllite | timurrrr@chromium.org | 2010-03-25 | 1 | -0/+3 |
* | Join two suppressions for -[NSObject release] by removing an odd stack frame. | glider@chromium.org | 2010-03-25 | 1 | -10/+0 |
* | Suppresses the leaks in BookmarkFolderTargetTest. | hbono@chromium.org | 2010-03-25 | 1 | -0/+20 |
* | Updates the suppression rule for Issue 20504. | hbono@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 2 | -72/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -0/+66 |
* | Update expectations after dip on vm_peak_*. | chase@chromium.org | 2010-03-24 | 1 | -2/+2 |
* | Suppressed the leaks in ExtensionsServiceTest.* (bug 39177) | glider@chromium.org | 2010-03-24 | 1 | -0/+6 |
* | Enable SSLClientSocketTest.* on Mac under ThreadSanitizer. | glider@chromium.org | 2010-03-24 | 2 | -0/+12 |
* | Enable DiskCacheTest.*, DiskCacheEntryTest.*, FlipNetworkTransactionTest.*, | glider@chromium.org | 2010-03-24 | 1 | -0/+8 |
* | More file-prefix-to-cut and cut-stack-below filters | timurrrr@chromium.org | 2010-03-24 | 1 | -0/+10 |
* | Add heapcheck suppressions for fontconfig one-time leaks. | glider@chromium.org | 2010-03-24 | 1 | -0/+51 |
* | Remove suppression which is not needed anymore. | antonm@chromium.org | 2010-03-24 | 1 | -10/+0 |