index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
heapcheck
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Fixed a leak in a test introduced in r211693.
sadrul@chromium.org
2013-07-16
1
-5
/
+0
*
Suppress a leak in views unit tests
timurrrr@chromium.org
2013-07-16
1
-0
/
+5
*
Remove memory leak suppression for v8::internal::Runtime_ParallelRecompile.
yangguo@chromium.org
2013-07-15
1
-59
/
+0
*
More suppressions to green up the waterfall
timurrrr@chromium.org
2013-07-13
1
-12
/
+0
*
Suppress gpu_unittests leaks found on the HeapChecker bot
timurrrr@chromium.org
2013-07-11
1
-0
/
+32
*
Exclude even more GPU tests from HeapChecker runs
timurrrr@chromium.org
2013-07-11
1
-1
/
+1
*
Exclude more GPU tests from HeapChecker runs
timurrrr@chromium.org
2013-07-11
1
-2
/
+2
*
Exclude a failing GPU test from HeapChecker runs, hopefully allowing the test...
timurrrr@chromium.org
2013-07-11
1
-0
/
+2
*
Suppress leaks on jingle_unittests under Heapchecker
timurrrr@chromium.org
2013-07-11
1
-0
/
+37
*
Clean PPAPI tests under Heapchecker
timurrrr@chromium.org
2013-07-11
1
-0
/
+29
*
Fix the heapcheck harness
timurrrr@chromium.org
2013-07-11
1
-3
/
+3
*
Add support for PPAPI, jingle and GPU tests to the heapcheck harness
timurrrr@chromium.org
2013-07-11
1
-4
/
+16
*
suppress memory leak from WebCore::V8PerIsolateData::create
zhaoqin@google.com
2013-07-11
1
-0
/
+9
*
QUIC - fix for memory leak in QuicStreamFactoryTest.
rtenneti@chromium.org
2013-07-11
1
-9
/
+0
*
suppress memory leak from net::CertVerifier::CreateDefault
zhaoqin@google.com
2013-07-10
1
-0
/
+9
*
Fixed memory leak in ProfileResetterTest.ResetContentSettings.
vasilii@chromium.org
2013-07-05
1
-6
/
+0
*
Suppress leak in ::ProfileResetterTest_ResetContentSettings_Test::TestBody()
bruening@google.com
2013-07-03
1
-0
/
+6
*
Re-enable several disabled HTTPS tests on valgrind/heapcheck Linux bots
rsleevi@chromium.org
2013-07-02
1
-4
/
+0
*
Heapcheck: Suppress a new V8 leak.
thestig@chromium.org
2013-07-01
2
-1
/
+25
*
Heapcheck: Suppress new leaks after the v8 3.20.0 roll.
thestig@chromium.org
2013-06-29
1
-0
/
+50
*
Update suppression for bug 251034.
eugenis@chromium.org
2013-06-28
1
-1
/
+1
*
valgrind/heapcheck: Add support for running app_list and message_center unitt...
sadrul@chromium.org
2013-06-27
1
-0
/
+9
*
Prune some obsolete HeapChecker suppressions.
earthdok@chromium.org
2013-06-26
1
-35
/
+0
*
Reenable HistoryQuickProviderTest.* on Heapcheck.
eugenis@chromium.org
2013-06-26
1
-3
/
+0
*
Update suppressions for crbug/251034.
eugenis@chromium.org
2013-06-26
1
-5
/
+5
*
Fix bug in memory leaks in QuicStreamFactory::Create
rch@chromium.org
2013-06-26
1
-7
/
+0
*
Suppress leaks in QuicNetworkTransactionTest.ZeroRTTWithNoHttpRace
glider@chromium.org
2013-06-25
1
-0
/
+7
*
When a ValidatingConsumer completes, the DeviceOAuth2TokenService removes its...
davidroche@chromium.org
2013-06-25
1
-6
/
+0
*
Reverted the removal of suppressions in http://crrev.com/208214.
joaodasilva@chromium.org
2013-06-24
1
-0
/
+6
*
Fixed leaks in DeviceOAuth2TokenServiceTest.
joaodasilva@chromium.org
2013-06-24
1
-7
/
+0
*
Suppress massive leaks from r208019
glider@chromium.org
2013-06-24
1
-0
/
+7
*
More memory suppressions
glider@chromium.org
2013-06-21
1
-1
/
+7
*
[Memory Sheriff] Widen suppression.
groby@chromium.org
2013-06-20
1
-1
/
+1
*
[Memory Sheriff]
groby@chromium.org
2013-06-20
1
-0
/
+8
*
[Memory Sheriff] More suppressions
groby@chromium.org
2013-06-20
1
-0
/
+13
*
Fix ModuleSystemTest memory leaks and remove suppressions.
kalman@chromium.org
2013-06-18
1
-6
/
+0
*
[Memory Sheriff] Leak suppression
groby@chromium.org
2013-06-17
1
-0
/
+55
*
Remove unused HeapChecker suppressions for bug 148477.
earthdok@chromium.org
2013-06-17
1
-59
/
+0
*
Prune more unused suppressions.
earthdok@google.com
2013-06-17
1
-509
/
+0
*
Slightly widen the jingle_glue suppression, add heapcheck suppression.
thakis@chromium.org
2013-06-16
1
-1
/
+9
*
Widen ModuleSystemTest suppression to include indirect constructors.
thakis@chromium.org
2013-06-16
1
-0
/
+7
*
Annotate the intentional test-only leak in base/tracked_objects.cc.
earthdok@google.com
2013-06-10
1
-33
/
+0
*
Prune unused HeapChecker suppressions.
earthdok@google.com
2013-06-10
1
-335
/
+0
*
We were seeing ActivityLog memory leaks and assorted other errors. It was due...
felt@chromium.org
2013-06-08
1
-40
/
+0
*
Fix memory leak in TemplateURLService::ResetNonExtensionURLs
Samusaaron3@gmail.com
2013-06-08
1
-14
/
+0
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-2
/
+2
*
Annotate LeakyLazyInstance as a leak. Remove HeapChecker suppressions.
earthdok@google.com
2013-06-07
1
-16
/
+0
*
Remove suppression in mirror window controller
oshima@chromium.org
2013-06-07
1
-15
/
+0
*
Annotate the intentional leak in weak_ptr_unittest.cc.
earthdok@google.com
2013-06-07
1
-12
/
+0
*
Prune HeapChecker suppressions for intentionally leaked Histograms.
earthdok@google.com
2013-06-07
1
-94
/
+0
[next]