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

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

Issue 7282054: Remove more unnecessary ChromeURLRequestContext members. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new valgrind sigs Created 9 years, 5 months 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
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three 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 3630 matching lines...) Expand 10 before | Expand all | Expand 10 after
3641 fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile 3641 fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile
3642 } 3642 }
3643 { 3643 {
3644 bug_72698_b 3644 bug_72698_b
3645 Memcheck:Leak 3645 Memcheck:Leak
3646 fun:_Znw* 3646 fun:_Znw*
3647 ... 3647 ...
3648 fun:_ZNK13ProfileIOData14LazyInitializeEv 3648 fun:_ZNK13ProfileIOData14LazyInitializeEv
3649 } 3649 }
3650 { 3650 {
3651 bug_72698_c
3652 Memcheck:Leak
3653 fun:_Znw*
3654 fun:_ZN17ProfileImplIOData6HandleC1EP7Profile
3655 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
3656 }
3657 {
3651 bug_73000 3658 bug_73000
3652 Memcheck:Cond 3659 Memcheck:Cond
3653 fun:clipboard_clipboard_buffer_received 3660 fun:clipboard_clipboard_buffer_received
3654 ... 3661 ...
3655 fun:gtk_text_view_key_press_event 3662 fun:gtk_text_view_key_press_event
3656 fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey 3663 fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey
3657 } 3664 }
3658 { 3665 {
3659 bug_73132 3666 bug_73132
3660 Memcheck:Leak 3667 Memcheck:Leak
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
4826 { 4833 {
4827 bug_todo_getdelim2 4834 bug_todo_getdelim2
4828 Memcheck:Leak 4835 Memcheck:Leak
4829 fun:malloc 4836 fun:malloc
4830 fun:getdelim 4837 fun:getdelim
4831 obj:/lib/libselinux.so.1 4838 obj:/lib/libselinux.so.1
4832 obj:/lib/libselinux.so.1 4839 obj:/lib/libselinux.so.1
4833 obj:/lib/libselinux.so.1 4840 obj:/lib/libselinux.so.1
4834 } 4841 }
4835 4842
OLDNEW
« chrome/browser/ui/webui/chrome_url_data_manager.h ('K') | « chrome/test/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698