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

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: ntis 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/buffered_resource_loader.cc » ('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 4528 matching lines...) Expand 10 before | Expand all | Expand 10 after
4539 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4539 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4540 } 4540 }
4541 { 4541 {
4542 bug_100777 4542 bug_100777
4543 Memcheck:Leak 4543 Memcheck:Leak
4544 fun:_Znw* 4544 fun:_Znw*
4545 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4545 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4546 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4546 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4547 } 4547 }
4548 { 4548 {
4549 bug_100914
4550 Memcheck:Leak
4551 fun:_Znw*
4552 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4553 }
4554 {
4555 bug_100916 4549 bug_100916
4556 Memcheck:Leak 4550 Memcheck:Leak
4557 fun:_Znw* 4551 fun:_Znw*
4558 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4552 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4559 ... 4553 ...
4560 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4554 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4561 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4555 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4562 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4556 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
4563 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4557 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4564 } 4558 }
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 obj:/lib/libselinux.so.1 5256 obj:/lib/libselinux.so.1
5263 obj:/lib/libselinux.so.1 5257 obj:/lib/libselinux.so.1
5264 } 5258 }
5265 { 5259 {
5266 bug_todo_grep 5260 bug_todo_grep
5267 Memcheck:Leak 5261 Memcheck:Leak
5268 fun:malloc 5262 fun:malloc
5269 obj:/bin/grep 5263 obj:/bin/grep
5270 obj:/bin/grep 5264 obj:/bin/grep
5271 } 5265 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/active_loader.h » ('j') | webkit/media/buffered_resource_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698