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

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

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests Created 8 years, 9 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone 1200 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1201 *!base::internal::RunnableAdapter<void (__thiscall notifier::ProxyResolvingClien tSocket::*)(int)>::Run 1201 *!base::internal::RunnableAdapter<void (__thiscall notifier::ProxyResolvingClien tSocket::*)(int)>::Run
1202 1202
1203 LEAK 1203 LEAK
1204 name=http://crbug.com/100608 1204 name=http://crbug.com/100608
1205 *!generic_cpp_alloc 1205 *!generic_cpp_alloc
1206 *!operator new 1206 *!operator new
1207 *!SQLitePersistentCookieStore::Backend::LoadCookiesForDomains 1207 *!SQLitePersistentCookieStore::Backend::LoadCookiesForDomains
1208 1208
1209 LEAK 1209 LEAK
1210 name=http://crbug.com/117538
1211 ...
1212 *!ProfileSyncComponentsFactoryMock::CreateGenericChangeProcessor
1213 *!browser_sync::UIDataTypeController::Associate
1214 *!browser_sync::UIDataTypeController::Start
1215 *!browser_sync::DataTypeManagerImpl::StartNextType
1216 *!browser_sync::DataTypeManagerImpl::DownloadReady
1217
1218 LEAK
1219 name=http://crbug.com/117539 1210 name=http://crbug.com/117539
1220 *!generic_cpp_alloc 1211 *!generic_cpp_alloc
1221 *!operator new 1212 *!operator new
1222 *!std::_Allocate<net::SSLConfigService::Observer *> 1213 *!std::_Allocate<net::SSLConfigService::Observer *>
1223 *!std::allocator<net::SSLConfigService::Observer *>::allocate 1214 *!std::allocator<net::SSLConfigService::Observer *>::allocate
1224 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::_Insert_n 1215 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::_Insert_n
1225 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::insert 1216 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::insert
1226 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::push_back 1217 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer vice::Observer *> >::push_back
1227 *!ObserverListBase<net::SSLConfigService::Observer>::AddObserver 1218 *!ObserverListBase<net::SSLConfigService::Observer>::AddObserver
1228 *!net::SSLConfigService::AddObserver 1219 *!net::SSLConfigService::AddObserver
1229 *!net::SpdySessionPool::SpdySessionPool 1220 *!net::SpdySessionPool::SpdySessionPool
1230 *!net::HttpNetworkSession::HttpNetworkSession 1221 *!net::HttpNetworkSession::HttpNetworkSession
1231 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket 1222 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
1232 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket 1223 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket
1233 *!notifier::ChromeAsyncSocket::Connect 1224 *!notifier::ChromeAsyncSocket::Connect
1234 *!buzz::XmppClient::ProcessStartXmppLogin 1225 *!buzz::XmppClient::ProcessStartXmppLogin
1235 *!buzz::XmppClient::Process 1226 *!buzz::XmppClient::Process
1236 *!talk_base::Task::Step 1227 *!talk_base::Task::Step
1237 *!talk_base::TaskRunner::InternalRunTasks 1228 *!talk_base::TaskRunner::InternalRunTasks
1238 *!talk_base::TaskRunner::RunTasks 1229 *!talk_base::TaskRunner::RunTasks
1239 *!notifier::TaskPump::CheckAndRunTasks 1230 *!notifier::TaskPump::CheckAndRunTasks
1240 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)> ::Run 1231 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)> ::Run
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698