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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10808054: Don't leak ChromeDownloadManagerDelegate in DownloadService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't remove suppression for issue 58449 Created 8 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
« no previous file with comments | « chrome/browser/download/download_service.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 four kinds of suppressions in this file. 1 # There are four 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 4044 matching lines...) Expand 10 before | Expand all | Expand 10 after
4055 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE 4055 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
4056 fun:_ZN7history*ExpireHistoryTest_* 4056 fun:_ZN7history*ExpireHistoryTest_*
4057 } 4057 }
4058 { 4058 {
4059 bug_101781_d 4059 bug_101781_d
4060 Memcheck:Uninitialized 4060 Memcheck:Uninitialized
4061 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _ 4061 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _
4062 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv 4062 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
4063 } 4063 }
4064 { 4064 {
4065 bug_102255
4066 Memcheck:Leak
4067 fun:_Znw*
4068 fun:_ZN15DownloadService18GetDownloadManagerEv
4069 fun:_ZN29ExtensionDownloadsEventRouterC*
4070 fun:_ZN16ExtensionService16InitEventRoutersEv
4071 fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19No tificationDetailsE
4072 ...
4073 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS 0_19NotificationDetailsE
4074 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
4075 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
4076 }
4077 {
4078 bug_102255b
4079 Memcheck:Leak
4080 fun:_Znw*
4081 ...
4082 fun:_ZN15DownloadService18GetDownloadManagerEv
4083 fun:_ZN11DownloadsUIC1EPN7content5WebUIE
4084 fun:_ZN12_GLOBAL__N_18NewWebUII11DownloadsUIEEPN7content15WebUIControllerEPNS 2_5WebUIERK4GURL
4085 fun:_ZNK28ChromeWebUIControllerFactory27CreateWebUIControllerForURLEPN7conten t5WebUIERK4GURL
4086 fun:_ZNK32TestChromeWebUIControllerFactory27CreateWebUIControllerForURLEPN7co ntent5WebUIERK4GURL
4087 fun:_ZN15WebContentsImpl11CreateWebUIERK4GURL
4088 fun:_ZN15WebContentsImpl27CreateWebUIForRenderManagerERK4GURL
4089 fun:_ZN21RenderViewHostManager30UpdateRendererStateForNavigateERKN7content19N avigationEntryImplE
4090 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4091 ...
4092 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4093 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14P ageTransitionERKSs
4094 fun:_ZN12_GLOBAL__N_117LoadURLInContentsEPN7content11WebContentsERK4GURLPN7br owser14NavigateParamsERKSs
4095 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
4096 fun:_ZN7Browser30ShowSingletonTabOverwritingNTPERKN7browser14NavigateParamsE
4097 fun:_ZN7Browser16ShowDownloadsTabEv
4098 }
4099 {
4100 bug_102257 4065 bug_102257
4101 Memcheck:Uninitialized 4066 Memcheck:Uninitialized
4102 ... 4067 ...
4103 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 4068 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
4104 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 4069 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
4105 } 4070 }
4106 { 4071 {
4107 bug_102327a 4072 bug_102327a
4108 Memcheck:Leak 4073 Memcheck:Leak
4109 fun:_Znw* 4074 fun:_Znw*
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
4983 fun:_ZN8notifier5Login15StartConnectionEv 4948 fun:_ZN8notifier5Login15StartConnectionEv
4984 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 4949 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
4985 } 4950 }
4986 { 4951 {
4987 bug_118890_b 4952 bug_118890_b
4988 Memcheck:Leak 4953 Memcheck:Leak
4989 fun:_Znw* 4954 fun:_Znw*
4990 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 4955 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
4991 } 4956 }
4992 { 4957 {
4993 bug_chromium_os_28149
4994 Memcheck:Leak
4995 fun:_Znw*
4996 fun:_ZN15DownloadService18GetDownloadManagerEv
4997 fun:_ZN5gdata18GDataSystemService10InitializeEv
4998 fun:_ZNK5gdata25GDataSystemServiceFactory23BuildServiceInstanceForEP7Profile
4999 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
5000 fun:_ZN5gdata25GDataSystemServiceFactory13GetForProfileEP7Profile
5001 fun:_ZN22FileBrowserEventRouter23ObserveFileSystemEventsEv
5002 fun:_ZN16ExtensionService16InitEventRoutersEv
5003 }
5004 {
5005 bug_120146 4958 bug_120146
5006 Memcheck:Leak 4959 Memcheck:Leak
5007 fun:_Znw* 4960 fun:_Znw*
5008 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 4961 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5009 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 4962 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5010 fun:_ZN5media21AudioOutputController5CloseERKN4base8CallbackIFvvEEE 4963 fun:_ZN5media21AudioOutputController5CloseERKN4base8CallbackIFvvEEE
5011 fun:_ZN17AudioRendererHost20CloseAndDeleteStreamEPNS_10AudioEntryE 4964 fun:_ZN17AudioRendererHost20CloseAndDeleteStreamEPNS_10AudioEntryE
5012 fun:_ZN17AudioRendererHost13DeleteEntriesEv 4965 fun:_ZN17AudioRendererHost13DeleteEntriesEv
5013 fun:_ZN17AudioRendererHost16OnChannelClosingEv 4966 fun:_ZN17AudioRendererHost16OnChannelClosingEv
5014 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv 4967 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
5565 obj:/lib/libselinux.so.1 5518 obj:/lib/libselinux.so.1
5566 obj:/lib/libselinux.so.1 5519 obj:/lib/libselinux.so.1
5567 } 5520 }
5568 { 5521 {
5569 bug_todo_grep 5522 bug_todo_grep
5570 Memcheck:Leak 5523 Memcheck:Leak
5571 fun:malloc 5524 fun:malloc
5572 obj:/bin/grep 5525 obj:/bin/grep
5573 obj:/bin/grep 5526 obj:/bin/grep
5574 } 5527 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698