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

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: rebase & style 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
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | 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 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
Timur Iskhodzhanov 2013/05/28 12:55:42 FYI mangled names require the number change when c
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
7244 fun:_ZN10extensions19TestGaiaWebAuthFlow17CreateWebAuthFlowE4GURL 7244 fun:_ZN10extensions19TestGaiaWebAuthFlow17CreateWebAuthFlowE4GURL
7245 fun:_ZN10extensions15GaiaWebAuthFlow18OnUbertokenSuccessERKSs 7245 fun:_ZN10extensions15GaiaWebAuthFlow18OnUbertokenSuccessERKSs
7246 fun:_ZN10extensions19TestGaiaWebAuthFlow5StartEv 7246 fun:_ZN10extensions19TestGaiaWebAuthFlow5StartEv
7247 } 7247 }
7248 { 7248 {
7249 bug_242975 7249 bug_242975
7250 Memcheck:Leak 7250 Memcheck:Leak
7251 fun:_Znw* 7251 fun:_Znw*
7252 fun:_ZN6picasa41PicasaFileUtilTest_NameDeduplication_Test8TestBodyEv 7252 fun:_ZN6picasa41PicasaFileUtilTest_NameDeduplication_Test8TestBodyEv
7253 } 7253 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698