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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 10392111: Use ByteStream in downloads system to decouple source and sink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to LKGR. Created 8 years, 6 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 | « net/url_request/url_request_test_job.cc ('k') | tools/valgrind/memcheck/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 three kinds of suppressions in this file. 1 # There are three 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 } 1007 }
1008 { 1008 {
1009 bug_93006d 1009 bug_93006d
1010 Heapcheck:Leak 1010 Heapcheck:Leak
1011 ... 1011 ...
1012 fun:DownloadManager::AddObserver 1012 fun:DownloadManager::AddObserver
1013 fun:*SelectFileObserver 1013 fun:*SelectFileObserver
1014 fun:DownloadManagerTest_* 1014 fun:DownloadManagerTest_*
1015 } 1015 }
1016 { 1016 {
1017 bug_93006e
1018 Heapcheck:Leak
1019 ...
1020 fun:DownloadResourceHandler::OnWillRead
1021 fun:BufferedResourceHandler::UseAlternateResourceHandler
1022 fun:BufferedResourceHandler::CompleteResponseStarted
1023 fun:BufferedResourceHandler::OnReadCompleted
1024 fun:ResourceDispatcherHost::CompleteRead
1025 fun:ResourceDispatcherHost::OnReadCompleted
1026 fun:net::URLRequest::NotifyReadCompleted
1027 fun:net::URLRequestJob::NotifyReadComplete
1028 fun:net::URLRequestTestJob::ProcessNextOperation
1029 fun:net::URLRequestTestJob::ProcessOnePendingMessage
1030 fun:ResourceDispatcherHostTest_*
1031 }
1032 {
1033 bug_94764 1017 bug_94764
1034 Heapcheck:Leak 1018 Heapcheck:Leak
1035 fun:remoting::ClientSession::UnpressKeys 1019 fun:remoting::ClientSession::UnpressKeys
1036 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody 1020 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody
1037 } 1021 }
1038 { 1022 {
1039 bug_96069 1023 bug_96069
1040 Heapcheck:Leak 1024 Heapcheck:Leak
1041 fun:__gnu_cxx::new_allocator::allocate 1025 fun:__gnu_cxx::new_allocator::allocate
1042 ... 1026 ...
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 Heapcheck:Leak 1500 Heapcheck:Leak
1517 ... 1501 ...
1518 fun:GtkThemeService::GetFolderIcon 1502 fun:GtkThemeService::GetFolderIcon
1519 } 1503 }
1520 { 1504 {
1521 bug_130640_b 1505 bug_130640_b
1522 Heapcheck:Leak 1506 Heapcheck:Leak
1523 ... 1507 ...
1524 fun:GtkThemeService::GetDefaultFavicon 1508 fun:GtkThemeService::GetDefaultFavicon
1525 } 1509 }
OLDNEW
« no previous file with comments | « net/url_request/url_request_test_job.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698