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

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

Issue 8599007: Update PasswordManagerDelegateImpl::AddSavePasswordInfoBar suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | 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 4404 matching lines...) Expand 10 before | Expand all | Expand 10 after
4415 { 4415 {
4416 bug_96365 4416 bug_96365
4417 Memcheck:Leak 4417 Memcheck:Leak
4418 fun:_Znw* 4418 fun:_Znw*
4419 fun:_ZN27PasswordManagerDelegateImpl22AddSavePasswordInfoBarEP19PasswordFormM anager 4419 fun:_ZN27PasswordManagerDelegateImpl22AddSavePasswordInfoBarEP19PasswordFormM anager
4420 fun:_ZN15PasswordManager14DidStopLoadingEv 4420 fun:_ZN15PasswordManager14DidStopLoadingEv
4421 fun:_ZN11TabContents14DidStopLoadingEv 4421 fun:_ZN11TabContents14DidStopLoadingEv
4422 fun:_ZN14RenderViewHost19OnMsgDidStopLoadingEv 4422 fun:_ZN14RenderViewHost19OnMsgDidStopLoadingEv
4423 fun:_ZN3IPC7Message8DispatchI14RenderViewHostS2_EEbPKS0_PT_PT0_MS5_FvvE 4423 fun:_ZN3IPC7Message8DispatchI14RenderViewHostS2_EEbPKS0_PT_PT0_MS5_FvvE
4424 fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE 4424 fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE
4425 fun:_ZN24BrowserRenderProcessHost17OnMessageReceivedERKN3IPC7MessageE 4425 fun:_ZN21RenderProcessHostImpl17OnMessageReceivedERKN3IPC7MessageE
4426 } 4426 }
4427 { 4427 {
4428 bug_96367 4428 bug_96367
4429 Memcheck:Leak 4429 Memcheck:Leak
4430 fun:malloc 4430 fun:malloc
4431 fun:g_malloc 4431 fun:g_malloc
4432 fun:g_slice_alloc 4432 fun:g_slice_alloc
4433 fun:g_slice_alloc0 4433 fun:g_slice_alloc0
4434 fun:g_type_create_instance 4434 fun:g_type_create_instance
4435 fun:g_object_constructor 4435 fun:g_object_constructor
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
5249 obj:/lib/libselinux.so.1 5249 obj:/lib/libselinux.so.1
5250 obj:/lib/libselinux.so.1 5250 obj:/lib/libselinux.so.1
5251 } 5251 }
5252 { 5252 {
5253 bug_todo_grep 5253 bug_todo_grep
5254 Memcheck:Leak 5254 Memcheck:Leak
5255 fun:malloc 5255 fun:malloc
5256 obj:/bin/grep 5256 obj:/bin/grep
5257 obj:/bin/grep 5257 obj:/bin/grep
5258 } 5258 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698