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

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

Issue 7583053: Add MessageLoopProxy::current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for MessageLoopProxy destruction observer. Created 9 years, 4 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') | webkit/blob/blob_url_request_job_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 ... 768 ...
769 *!RenderWidgetHost::WasHidden 769 *!RenderWidgetHost::WasHidden
770 770
771 LEAK 771 LEAK
772 ... 772 ...
773 *!RenderWidgetHost::WasRestored 773 *!RenderWidgetHost::WasRestored
774 774
775 # http://crbug.com/81522 775 # http://crbug.com/81522
776 LEAK 776 LEAK
777 *!operator new 777 *!operator new
778 *!base::MessageLoopProxy::CreateForCurrentThread 778 *!base::MessageLoopProxy::current
779 *!IPC::ChannelProxy::Context::Context 779 *!IPC::ChannelProxy::Context::Context
780 *!IPC::ChannelProxy::ChannelProxy 780 *!IPC::ChannelProxy::ChannelProxy
781 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 781 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
782 782
783 # http://crbug.com/81753 783 # http://crbug.com/81753
784 UNINITIALIZED READ 784 UNINITIALIZED READ
785 ... 785 ...
786 *!icu_46::RegexMatcher::MatchChunkAt 786 *!icu_46::RegexMatcher::MatchChunkAt
787 *!icu_46::RegexMatcher::findUsingChunk 787 *!icu_46::RegexMatcher::findUsingChunk
788 *!icu_46::RegexMatcher::find 788 *!icu_46::RegexMatcher::find
789 *!icu_46::RegexMatcher::find 789 *!icu_46::RegexMatcher::find
790 *!autofill::MatchesPattern 790 *!autofill::MatchesPattern
791 791
792 UNINITIALIZED READ 792 UNINITIALIZED READ
793 ... 793 ...
794 *!icu_46::RegexMatcher::MatchChunkAt 794 *!icu_46::RegexMatcher::MatchChunkAt
795 *!icu_46::RegexMatcher::matches 795 *!icu_46::RegexMatcher::matches
796 *!i18n::phonenumbers::IcuRegExp::Match 796 *!i18n::phonenumbers::IcuRegExp::Match
797 *!i18n::phonenumbers::RegExp::FullMatch 797 *!i18n::phonenumbers::RegExp::FullMatch
798 *!i18n::phonenumbers::PhoneNumberUtil::IsViablePhoneNumber 798 *!i18n::phonenumbers::PhoneNumberUtil::IsViablePhoneNumber
799 799
800 # http://crbug.com/82716 800 # http://crbug.com/82716
801 LEAK 801 LEAK
802 *!generic_cpp_alloc 802 *!generic_cpp_alloc
803 *!operator new 803 *!operator new
804 *!base::MessageLoopProxy::CreateForCurrentThread 804 *!base::MessageLoopProxy::current
805 *!IPC::SyncChannel::ReceivedSyncMsgQueue::ReceivedSyncMsgQueue 805 *!IPC::SyncChannel::ReceivedSyncMsgQueue::ReceivedSyncMsgQueue
806 *!IPC::SyncChannel::ReceivedSyncMsgQueue::AddContext 806 *!IPC::SyncChannel::ReceivedSyncMsgQueue::AddContext
807 *!IPC::SyncChannel::SyncContext::SyncContext 807 *!IPC::SyncChannel::SyncContext::SyncContext
808 *!IPC::SyncChannel::SyncChannel 808 *!IPC::SyncChannel::SyncChannel
809 809
810 # http://crbug.com/87612 810 # http://crbug.com/87612
811 LEAK 811 LEAK
812 ... 812 ...
813 *!SSL_ConfigSecureServer 813 *!SSL_ConfigSecureServer
814 *!net::SSLServerSocketNSS::InitializeSSLOptions 814 *!net::SSLServerSocketNSS::InitializeSSLOptions
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 *!BookmarkEditorView::Init 879 *!BookmarkEditorView::Init
880 880
881 # http://crbug.com/92166 881 # http://crbug.com/92166
882 LEAK 882 LEAK
883 ... 883 ...
884 *!operator new 884 *!operator new
885 *!views::NativeWidgetWin::OnCreate 885 *!views::NativeWidgetWin::OnCreate
886 886
887 # Empty line at EOF - workaround for 887 # Empty line at EOF - workaround for
888 # http://code.google.com/p/drmemory/issues/detail?id=41 888 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | webkit/blob/blob_url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698