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

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

Issue 8599004: Fix webkit_media::WebMediaPlayerProxy memory leak due to circular refcounting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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 | « no previous file | webkit/media/webmediaplayer_proxy.h » ('j') | 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 4679 matching lines...) Expand 10 before | Expand all | Expand 10 after
4690 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE 4690 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE
4691 fun:_ZN7WebCore11RenderBlock6layoutEv 4691 fun:_ZN7WebCore11RenderBlock6layoutEv
4692 } 4692 }
4693 { 4693 {
4694 bug_100330 4694 bug_100330
4695 Memcheck:Leak 4695 Memcheck:Leak
4696 fun:_Znw* 4696 fun:_Znw*
4697 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE 4697 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE
4698 } 4698 }
4699 { 4699 {
4700 bug_100583
4701 Memcheck:Leak
4702 fun:_Znw*
4703 fun:_ZN11webkit_media18WebMediaPlayerImpl10InitializeEPN6WebKit8WebFrameEb13s coped_refptrINS_16WebVideoRendererEE
4704 ...
4705 fun:_ZN6WebKitL20createWebMediaPlayerEPNS_20WebMediaPlayerClientEPN7WebCore5F rameE
4706 fun:_ZN6WebKit24WebMediaPlayerClientImpl12loadInternalEv
4707 fun:_ZN6WebKit24WebMediaPlayerClientImpl4loadERKN3WTF6StringE
4708 fun:_ZN7WebCore11MediaPlayer23loadWithNextMediaEngineEPNS_18MediaPlayerFactor yE
4709 fun:_ZN7WebCore11MediaPlayer4loadERKN3WTF6StringERKNS_11ContentTypeE
4710 fun:_ZN7WebCore16HTMLMediaElement12loadResourceERKNS_4KURLERNS_11ContentTypeE
4711 ...
4712 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv
4713 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv
4714 fun:_ZN7WebCore16HTMLMediaElement14loadTimerFiredEPNS_5TimerIS0_EE
4715 fun:_ZN7WebCore5TimerINS_16HTMLMediaElementEE5firedEv
4716 }
4717 {
4718 bug_100608 4700 bug_100608
4719 Memcheck:Leak 4701 Memcheck:Leak
4720 fun:_Znw* 4702 fun:_Znw*
4721 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI SsSt4lessISsESaISsEE 4703 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI SsSt4lessISsESaISsEE
4722 } 4704 }
4723 { 4705 {
4724 bug_100647 4706 bug_100647
4725 Memcheck:Leak 4707 Memcheck:Leak
4726 fun:_Znw* 4708 fun:_Znw*
4727 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs 4709 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
5267 obj:/lib/libselinux.so.1 5249 obj:/lib/libselinux.so.1
5268 obj:/lib/libselinux.so.1 5250 obj:/lib/libselinux.so.1
5269 } 5251 }
5270 { 5252 {
5271 bug_todo_grep 5253 bug_todo_grep
5272 Memcheck:Leak 5254 Memcheck:Leak
5273 fun:malloc 5255 fun:malloc
5274 obj:/bin/grep 5256 obj:/bin/grep
5275 obj:/bin/grep 5257 obj:/bin/grep
5276 } 5258 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/webmediaplayer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698