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

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: fixes 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 | « tools/heapcheck/suppressions.txt ('k') | webkit/media/active_loader.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 4516 matching lines...) Expand 10 before | Expand all | Expand 10 after
4527 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4527 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4528 } 4528 }
4529 { 4529 {
4530 bug_100777 4530 bug_100777
4531 Memcheck:Leak 4531 Memcheck:Leak
4532 fun:_Znw* 4532 fun:_Znw*
4533 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4533 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4534 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4534 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4535 } 4535 }
4536 { 4536 {
4537 bug_100914_a
4538 Memcheck:Leak
4539 fun:_Znw*
4540 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4541 }
4542 {
4543 bug_100914_b
4544 Memcheck:Leak
4545 ...
4546 fun:_ZN12webkit_media22MockBufferedDataSource24CreateMockResourceLoaderE??
4547 }
4548 {
4549 bug_100916 4537 bug_100916
4550 Memcheck:Leak 4538 Memcheck:Leak
4551 fun:_Znw* 4539 fun:_Znw*
4552 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4540 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4553 ... 4541 ...
4554 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4542 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4555 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4543 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4556 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4544 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
4557 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4545 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4558 } 4546 }
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
5309 obj:/lib/libselinux.so.1 5297 obj:/lib/libselinux.so.1
5310 obj:/lib/libselinux.so.1 5298 obj:/lib/libselinux.so.1
5311 } 5299 }
5312 { 5300 {
5313 bug_todo_grep 5301 bug_todo_grep
5314 Memcheck:Leak 5302 Memcheck:Leak
5315 fun:malloc 5303 fun:malloc
5316 obj:/bin/grep 5304 obj:/bin/grep
5317 obj:/bin/grep 5305 obj:/bin/grep
5318 } 5306 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | webkit/media/active_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698