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

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

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 6800 matching lines...) Expand 10 before | Expand all | Expand 10 after
6811 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv 6811 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
6812 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv 6812 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
6813 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv 6813 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
6814 } 6814 }
6815 { 6815 {
6816 bug_222876 6816 bug_222876
6817 Memcheck:Leak 6817 Memcheck:Leak
6818 fun:_Znw* 6818 fun:_Znw*
6819 fun:_ZN21WebDataServiceWrapperC1EP7Profile 6819 fun:_ZN21WebDataServiceWrapperC1EP7Profile
6820 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserC ontextE 6820 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserC ontextE
6821 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEPN7content14Browser ContextEb 6821 fun:_ZN26BrowserContextKeyedServiceFactory20GetServiceForBrowserContextEPN7co ntent14BrowserContextEb
6822 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE 6822 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE
6823 fun:_ZN14WebDataService18FromBrowserContextEPN7content14BrowserContextE 6823 fun:_ZN14WebDataService18FromBrowserContextEPN7content14BrowserContextE
6824 fun:_ZN12TokenService10InitializeEPKcP7Profile 6824 fun:_ZN12TokenService10InitializeEPKcP7Profile
6825 } 6825 }
6826 { 6826 {
6827 bug_222880 6827 bug_222880
6828 Memcheck:Leak 6828 Memcheck:Leak
6829 fun:malloc 6829 fun:malloc
6830 fun:_ZN3WTF10fastMallocEm 6830 fun:_ZN3WTF10fastMallocEm
6831 fun:_ZN3WTF16VectorBufferBaseINS_6RefPtrIN7WebCore7ArchiveEEEE14allocateBuffe rEm 6831 fun:_ZN3WTF16VectorBufferBaseINS_6RefPtrIN7WebCore7ArchiveEEEE14allocateBuffe rEm
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
7230 fun:_ZN3WTF10fastMallocEm 7230 fun:_ZN3WTF10fastMallocEm
7231 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 7231 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
7232 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 7232 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
7233 fun:_ZN3WTF9BitVector10ensureSizeEm 7233 fun:_ZN3WTF9BitVector10ensureSizeEm
7234 fun:_ZN7WebCore10UseCounterC1Ev 7234 fun:_ZN7WebCore10UseCounterC1Ev
7235 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE 7235 fun:_ZN7WebCore4PageC1ERNS0_11PageClientsE
7236 fun:_ZN6WebKit11WebViewImplC1EPNS_13WebViewClientE 7236 fun:_ZN6WebKit11WebViewImplC1EPNS_13WebViewClientE
7237 fun:_ZN6WebKit7WebView6createEPNS_13WebViewClientE 7237 fun:_ZN6WebKit7WebView6createEPNS_13WebViewClientE
7238 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE 7238 fun:_ZN7content14RenderViewImpl10InitializeEPNS_20RenderViewImplParamsE
7239 } 7239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698