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

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

Issue 10451102: fix a memory leak and add a suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
« no previous file with comments | « chrome/browser/ui/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 fun:WebKit::FrameLoaderClientImpl::finishedLoading 1671 fun:WebKit::FrameLoaderClientImpl::finishedLoading
1672 fun:WebCore::FrameLoader::finishedLoadingDocumen 1672 fun:WebCore::FrameLoader::finishedLoadingDocumen
1673 } 1673 }
1674 { 1674 {
1675 bug_114978 1675 bug_114978
1676 Heapcheck:Leak 1676 Heapcheck:Leak
1677 fun:mozilla_security_manager::GenKeyAndSignChallenge 1677 fun:mozilla_security_manager::GenKeyAndSignChallenge
1678 fun:net::KeygenHandler::GenKeyAndSignChallenge 1678 fun:net::KeygenHandler::GenKeyAndSignChallenge
1679 } 1679 }
1680 { 1680 {
1681 bug_114979_a 1681 bug_114979
1682 Heapcheck:Leak 1682 Heapcheck:Leak
1683 ... 1683 ...
1684 fun:BookmarkBarGtkUnittest::SetUp 1684 fun:BookmarkBarGtkUnittest::SetUp
1685 } 1685 }
1686 { 1686 {
1687 bug_114979_b
1688 Heapcheck:Leak
1689 ...
1690 fun:BookmarkBarGtkUnittest_HidesHelpMessageWithBookmark_Test::TestBody
1691 }
1692 {
1693 bug_114980 1687 bug_114980
1694 Heapcheck:Leak 1688 Heapcheck:Leak
1695 ... 1689 ...
1696 fun:BackFwdMenuModelTest_*_Test::TestBody 1690 fun:BackFwdMenuModelTest_*_Test::TestBody
1697 } 1691 }
1698 { 1692 {
1699 bug_114986 1693 bug_114986
1700 Heapcheck:Leak 1694 Heapcheck:Leak
1701 ... 1695 ...
1702 fun:ThemeServiceFactory::BuildServiceInstanceFor 1696 fun:ThemeServiceFactory::BuildServiceInstanceFor
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 fun:SiteInstanceImpl::GetProcess 1863 fun:SiteInstanceImpl::GetProcess
1870 fun:content::RenderViewHostImpl::RenderViewHostImpl 1864 fun:content::RenderViewHostImpl::RenderViewHostImpl
1871 fun:RenderViewHostFactory::Create 1865 fun:RenderViewHostFactory::Create
1872 fun:RenderViewHostManager::Init 1866 fun:RenderViewHostManager::Init
1873 fun:WebContentsImpl::WebContentsImpl 1867 fun:WebContentsImpl::WebContentsImpl
1874 fun:content::TestWebContents::TestWebContents 1868 fun:content::TestWebContents::TestWebContents
1875 fun:content::WebContentsTester::CreateTestWebContents 1869 fun:content::WebContentsTester::CreateTestWebContents
1876 fun:::OneClickSigninHelperTest::CreateMockWebContents 1870 fun:::OneClickSigninHelperTest::CreateMockWebContents
1877 fun:OneClickSigninHelperTest_* 1871 fun:OneClickSigninHelperTest_*
1878 } 1872 }
1873 {
1874 bug_130640_a
1875 Heapcheck:Leak
1876 ...
1877 fun:GtkThemeService::GetFolderIcon
1878 }
1879 {
1880 bug_130640_b
1881 Heapcheck:Leak
1882 ...
1883 fun:GtkThemeService::GetDefaultFavicon
1884 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/task_manager_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698