| OLD | NEW |
| 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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 fun:net::QuicPacketGenerator::SerializeAndSendPacket | 878 fun:net::QuicPacketGenerator::SerializeAndSendPacket |
| 879 fun:net::QuicPacketGenerator::SendQueuedFrames | 879 fun:net::QuicPacketGenerator::SendQueuedFrames |
| 880 fun:net::QuicPacketGenerator::AddControlFrame | 880 fun:net::QuicPacketGenerator::AddControlFrame |
| 881 fun:net::QuicConnection::SendRstStream | 881 fun:net::QuicConnection::SendRstStream |
| 882 fun:net::QuicSession::SendRstStream | 882 fun:net::QuicSession::SendRstStream |
| 883 fun:net::QuicClientSession::SendRstStream | 883 fun:net::QuicClientSession::SendRstStream |
| 884 fun:net::ReliableQuicStream::Close | 884 fun:net::ReliableQuicStream::Close |
| 885 fun:net::QuicHttpStream::Close | 885 fun:net::QuicHttpStream::Close |
| 886 fun:net::test::QuicStreamFactoryTest_MaxOpenStream_Test::TestBody | 886 fun:net::test::QuicStreamFactoryTest_MaxOpenStream_Test::TestBody |
| 887 } | 887 } |
| 888 { |
| 889 bug_282646 |
| 890 Heapcheck:Leak |
| 891 ... |
| 892 fun:SyncFileSystemBackend |
| 893 fun:chrome::ChromeContentBrowserClient::GetAdditionalFileSystemBackends |
| 894 fun:content::CreateFileSystemContext |
| 895 fun:content::StoragePartitionImpl::Create |
| 896 fun:content::StoragePartitionImplMap::Get |
| 897 fun:GetStoragePartitionFromConfig |
| 898 fun:content::BrowserContext::GetStoragePartitionForSite |
| 899 fun:ExtensionService::NotifyExtensionUnloaded |
| 900 fun:ExtensionService::UnloadExtension |
| 901 fun:ExtensionService::AddExtension |
| 902 fun:extensions::TestExtensionEnvironment::MakeExtension |
| 903 } |
| OLD | NEW |