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

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

Issue 7841004: Don't pass URLBlacklistManager from UI to IO through ProfileParams on ProfileIOData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update suppression Created 9 years, 3 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | 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 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPref erencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE 3647 fun:_ZN10RenderViewC1EP16RenderThreadBaseiiRK19RendererPreferencesRK14WebPref erencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
3648 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE 3648 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEixRKSbItNS8_20string16_char_traitsESaItEE
3649 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params 3649 fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
3650 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T 0_RK6Tuple1IT1_E 3650 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T 0_RK6Tuple1IT1_E
3651 } 3651 }
3652 { 3652 {
3653 bug_72698_a 3653 bug_72698_a
3654 Memcheck:Leak 3654 Memcheck:Leak
3655 fun:_Znw* 3655 fun:_Znw*
3656 ... 3656 ...
3657 fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile 3657 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
Joao da Silva 2011/09/06 21:07:16 Manual name mangling... c++filt turns this into th
willchan no longer on Chromium 2011/09/06 21:15:45 Sure...give it a shot. If it doesn't work, then va
3658 } 3658 }
3659 { 3659 {
3660 bug_72698_b 3660 bug_72698_b
3661 Memcheck:Leak 3661 Memcheck:Leak
3662 fun:_Znw* 3662 fun:_Znw*
3663 ... 3663 ...
3664 fun:_ZNK13ProfileIOData14LazyInitializeEv 3664 fun:_ZNK13ProfileIOData14LazyInitializeEv
3665 } 3665 }
3666 { 3666 {
3667 bug_73000 3667 bug_73000
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 } 5471 }
5472 { 5472 {
5473 bug_todo_getdelim2 5473 bug_todo_getdelim2
5474 Memcheck:Leak 5474 Memcheck:Leak
5475 fun:malloc 5475 fun:malloc
5476 fun:getdelim 5476 fun:getdelim
5477 obj:/lib/libselinux.so.1 5477 obj:/lib/libselinux.so.1
5478 obj:/lib/libselinux.so.1 5478 obj:/lib/libselinux.so.1
5479 obj:/lib/libselinux.so.1 5479 obj:/lib/libselinux.so.1
5480 } 5480 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698