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

Side by Side Diff: tools/valgrind/tsan/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
OLDNEW
1 # There are a few kinds of suppressions in this file. 1 # There are a few 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 fun:pango_layout_check_lines 917 fun:pango_layout_check_lines
918 fun:pango_layout_get_unknown_glyphs_count 918 fun:pango_layout_get_unknown_glyphs_count
919 fun:find_invisible_char 919 fun:find_invisible_char
920 fun:gtk_entry_init 920 fun:gtk_entry_init
921 fun:g_type_create_instance 921 fun:g_type_create_instance
922 fun:g_object_constructor 922 fun:g_object_constructor
923 fun:g_object_newv 923 fun:g_object_newv
924 fun:g_object_new 924 fun:g_object_new
925 ... 925 ...
926 fun:ThemeServiceFactory::BuildServiceInstanceFor 926 fun:ThemeServiceFactory::BuildServiceInstanceFor
927 fun:ProfileKeyedServiceFactory::GetServiceForProfile 927 fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext
928 fun:ThemeServiceFactory::GetForProfile 928 fun:ThemeServiceFactory::GetForProfile
929 fun:ExtensionService::GarbageCollectExtensions 929 fun:ExtensionService::GarbageCollectExtensions
930 fun:ExtensionService::InitAfterImport 930 fun:ExtensionService::InitAfterImport
931 fun:ExtensionService::Observe 931 fun:ExtensionService::Observe
932 fun:NotificationServiceImpl::Notify 932 fun:NotificationServiceImpl::Notify
933 fun:ProfileManager::OnImportFinished 933 fun:ProfileManager::OnImportFinished
934 fun:ChromeBrowserMainParts::PreMainMessageLoopRunImpl 934 fun:ChromeBrowserMainParts::PreMainMessageLoopRunImpl
935 fun:ChromeBrowserMainParts::PreMainMessageLoopRun 935 fun:ChromeBrowserMainParts::PreMainMessageLoopRun
936 fun:content::BrowserMainLoop::CreateThreads 936 fun:content::BrowserMainLoop::CreateThreads
937 fun:::BrowserMainRunnerImpl::Initialize 937 fun:::BrowserMainRunnerImpl::Initialize
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 fun:KiUserCallbackDispatcher 1150 fun:KiUserCallbackDispatcher
1151 fun:LoadStringA 1151 fun:LoadStringA
1152 fun:LoadStringA 1152 fun:LoadStringA
1153 fun:LoadStringA 1153 fun:LoadStringA
1154 fun:CreateWindowExW 1154 fun:CreateWindowExW
1155 fun:base::MessagePumpForUI::InitMessageWnd 1155 fun:base::MessagePumpForUI::InitMessageWnd
1156 fun:base::MessagePumpForUI::MessagePumpForUI 1156 fun:base::MessagePumpForUI::MessagePumpForUI
1157 fun:base::MessageLoop::MessageLoop 1157 fun:base::MessageLoop::MessageLoop
1158 fun:remoting::AutoThread::ThreadMain 1158 fun:remoting::AutoThread::ThreadMain
1159 } 1159 }
OLDNEW
« tools/valgrind/memcheck/suppressions.txt ('K') | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698