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

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

Issue 10031044: TabContents -> WebContentsImpl, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (fixed) Created 8 years, 8 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 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 5679 matching lines...) Expand 10 before | Expand all | Expand 10 after
5690 fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6 StringE 5690 fun:_ZN7WebCore14ArchiveFactory6createERKNS_4KURLEPNS_12SharedBufferERKN3WTF6 StringE
5691 fun:_ZN7WebCore11FrameLoader23finishedLoadingDocumentEPNS_14DocumentLoaderE 5691 fun:_ZN7WebCore11FrameLoader23finishedLoadingDocumentEPNS_14DocumentLoaderE
5692 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv 5692 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
5693 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd 5693 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd
5694 } 5694 }
5695 { 5695 {
5696 bug_122610 5696 bug_122610
5697 Memcheck:Unaddressable 5697 Memcheck:Unaddressable
5698 fun:_ZN4aura6WindowD0Ev 5698 fun:_ZN4aura6WindowD0Ev
5699 fun:_ZN10scoped_ptrIN4aura6WindowEED1Ev 5699 fun:_ZN10scoped_ptrIN4aura6WindowEED1Ev
5700 fun:_ZN19TabContentsViewAuraD0Ev 5700 fun:_ZN19WebContentsViewAuraD0Ev
5701 fun:_ZN10scoped_ptrIN7content15WebContentsViewEED1Ev 5701 fun:_ZN10scoped_ptrIN7content15WebContentsViewEED1Ev
5702 fun:_ZN15WebContentsImplD0Ev 5702 fun:_ZN15WebContentsImplD0Ev
5703 fun:_ZN10scoped_ptrIN7content11WebContentsEE5resetEPS1_ 5703 fun:_ZN10scoped_ptrIN7content11WebContentsEE5resetEPS1_
5704 fun:_ZN11BalloonHost8ShutdownEv 5704 fun:_ZN11BalloonHost8ShutdownEv
5705 } 5705 }
5706 { 5706 {
5707 bug_122670 5707 bug_122670
5708 Memcheck:Leak 5708 Memcheck:Leak
5709 fun:_Znw* 5709 fun:_Znw*
5710 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1E v 5710 fun:_ZN3WTF11ListHashSetIPN7WebCore12RenderInlineELm256ENS_7PtrHashIS3_EEEC1E v
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
5801 obj:/lib/libselinux.so.1 5801 obj:/lib/libselinux.so.1
5802 } 5802 }
5803 { 5803 {
5804 bug_todo_grep 5804 bug_todo_grep
5805 Memcheck:Leak 5805 Memcheck:Leak
5806 fun:malloc 5806 fun:malloc
5807 obj:/bin/grep 5807 obj:/bin/grep
5808 obj:/bin/grep 5808 obj:/bin/grep
5809 } 5809 }
5810 5810
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698