Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 7294006: Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarDelegates on shutdown... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect 1596 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect
1597 fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone 1597 fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1598 } 1598 }
1599 { 1599 {
1600 bug_86468 1600 bug_86468
1601 Heapcheck:Leak 1601 Heapcheck:Leak
1602 ... 1602 ...
1603 fun:content_settings::PrefProviderTest_MigrateSinglePatternSettings_Test::Tes tBody 1603 fun:content_settings::PrefProviderTest_MigrateSinglePatternSettings_Test::Tes tBody
1604 } 1604 }
1605 { 1605 {
1606 bug_87998_a
1607 Heapcheck:Leak
1608 ...
1609 fun:bool ::InitCanonical
1610 fun:GURL::GURL
1611 fun:GeolocationPermissionContextTests*::TestBody
1612 }
1613 {
1614 bug_87998_b
1615 Heapcheck:Leak
1616 ...
1617 fun:GeolocationInfoBarQueueController::CreateInfoBarRequest
1618 fun:ChromeGeolocationPermissionContext::RequestGeolocationPermission
1619 fun:GeolocationPermissionContextTests*::TestBody
1620 }
1621 {
1622 bug_87998_c
1623 Heapcheck:Leak
1624 ...
1625 fun:TestingProfile::GetPrefs
1626 fun:AutocompleteHistoryManager::AutocompleteHistoryManager
1627 fun:TabContentsWrapper::TabContentsWrapper
1628 fun:TabContentsWrapperTestHarness::SetContents
1629 fun:TabContentsWrapperTestHarness::SetUp
1630 fun:GeolocationPermissionContextTests::SetUp
1631 }
1632 {
1633 bug_88094 1606 bug_88094
1634 Heapcheck:Leak 1607 Heapcheck:Leak
1635 ... 1608 ...
1636 fun:ChromeWebUIDataSourceTest* 1609 fun:ChromeWebUIDataSourceTest*
1637 } 1610 }
1638
1639
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698