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

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: Merge again 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 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after
3624 fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile 3624 fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile
3625 } 3625 }
3626 { 3626 {
3627 bug_72698_b 3627 bug_72698_b
3628 Memcheck:Leak 3628 Memcheck:Leak
3629 fun:_Znw* 3629 fun:_Znw*
3630 ... 3630 ...
3631 fun:_ZNK13ProfileIOData14LazyInitializeEv 3631 fun:_ZNK13ProfileIOData14LazyInitializeEv
3632 } 3632 }
3633 { 3633 {
3634 bug_72698_c
3635 Memcheck:Leak
3636 fun:_Znw*
3637 fun:_ZN17ProfileImplIOData6HandleC1EP7Profile
3638 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
3639 }
3640 {
3634 bug_73000 3641 bug_73000
3635 Memcheck:Cond 3642 Memcheck:Cond
3636 fun:clipboard_clipboard_buffer_received 3643 fun:clipboard_clipboard_buffer_received
3637 ... 3644 ...
3638 fun:gtk_text_view_key_press_event 3645 fun:gtk_text_view_key_press_event
3639 fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey 3646 fun:_ZN14OmniboxViewGtk14HandleKeyPressEP10_GtkWidgetP12_GdkEventKey
3640 } 3647 }
3641 { 3648 {
3642 bug_73132 3649 bug_73132
3643 Memcheck:Leak 3650 Memcheck:Leak
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
4871 { 4878 {
4872 bug_todo_getdelim2 4879 bug_todo_getdelim2
4873 Memcheck:Leak 4880 Memcheck:Leak
4874 fun:malloc 4881 fun:malloc
4875 fun:getdelim 4882 fun:getdelim
4876 obj:/lib/libselinux.so.1 4883 obj:/lib/libselinux.so.1
4877 obj:/lib/libselinux.so.1 4884 obj:/lib/libselinux.so.1
4878 obj:/lib/libselinux.so.1 4885 obj:/lib/libselinux.so.1
4879 } 4886 }
4880 4887
OLDNEW
« chrome/browser/ui/webui/chrome_url_data_manager.cc ('K') | « chrome/test/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698