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

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

Issue 8667002: Split a portion of BufferedResourceLoader into a separate class ActiveLoader. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years 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/active_loader.h » ('j') | webkit/media/active_loader.h » ('J')
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 4676 matching lines...) Expand 10 before | Expand all | Expand 10 after
4687 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4687 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4688 } 4688 }
4689 { 4689 {
4690 bug_100777 4690 bug_100777
4691 Memcheck:Leak 4691 Memcheck:Leak
4692 fun:_Znw* 4692 fun:_Znw*
4693 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4693 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4694 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4694 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4695 } 4695 }
4696 { 4696 {
4697 bug_100914a
Ami GONE FROM CHROMIUM 2011/11/29 18:55:49 Rebase? (but also, Yay!)
scherkus (not reviewing) 2011/11/29 21:43:51 Done.
4698 Memcheck:Leak
4699 fun:_Znw*
4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4701 ...
4702 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi
4703 }
4704 {
4705 bug_100914b
4706 Memcheck:Leak
4707 fun:_Znw*
4708 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4709 ...
4710 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv
4711 }
4712 {
4713 bug_100914c
4714 Memcheck:Leak
4715 fun:_Znw*
4716 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4717 ...
4718 fun:_ZN12webkit_media18BufferedDataSource18RestartLoadingTaskEv
4719 }
4720 {
4721 bug_100916 4697 bug_100916
4722 Memcheck:Leak 4698 Memcheck:Leak
4723 fun:_Znw* 4699 fun:_Znw*
4724 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4700 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4725 ... 4701 ...
4726 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4702 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4727 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4703 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4728 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4704 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
4729 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4705 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4730 } 4706 }
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
5307 obj:/lib/libselinux.so.1 5283 obj:/lib/libselinux.so.1
5308 obj:/lib/libselinux.so.1 5284 obj:/lib/libselinux.so.1
5309 } 5285 }
5310 { 5286 {
5311 bug_todo_grep 5287 bug_todo_grep
5312 Memcheck:Leak 5288 Memcheck:Leak
5313 fun:malloc 5289 fun:malloc
5314 obj:/bin/grep 5290 obj:/bin/grep
5315 obj:/bin/grep 5291 obj:/bin/grep
5316 } 5292 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/active_loader.h » ('j') | webkit/media/active_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698