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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 fun:*WebString* | 486 fun:*WebString* |
487 fun:webkit_glue::CppBoundClass::BindToJavascript | 487 fun:webkit_glue::CppBoundClass::BindToJavascript |
488 fun:*didClearWindowObject | 488 fun:*didClearWindowObject |
489 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld | 489 fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
490 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld | 490 fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
491 } | 491 } |
492 { | 492 { |
493 bug_157885 | 493 bug_157885 |
494 Heapcheck:Leak | 494 Heapcheck:Leak |
495 ... | 495 ... |
496 fun:dom_storage::DomStorageContext::CreateSessionNamespace | 496 fun:content::DOMStorageContextImpl::CreateSessionNamespace |
497 } | 497 } |
498 { | 498 { |
499 bug_159191 | 499 bug_159191 |
500 Heapcheck:Leak | 500 Heapcheck:Leak |
501 ... | 501 ... |
502 fun:SkFontHost::CreateTypeface | 502 fun:SkFontHost::CreateTypeface |
503 fun:SkTypeface::GetDefaultTypeface | 503 fun:SkTypeface::GetDefaultTypeface |
504 fun:SkScalerContext::MakeRec | 504 fun:SkScalerContext::MakeRec |
505 fun:SkPaint::descriptorProc | 505 fun:SkPaint::descriptorProc |
506 fun:SkPaint::detachCache | 506 fun:SkPaint::detachCache |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 fun:WTF::StringImpl::createStatic | 868 fun:WTF::StringImpl::createStatic |
869 fun:WebCore::*Names::init | 869 fun:WebCore::*Names::init |
870 } | 870 } |
871 { | 871 { |
872 bug_268267 | 872 bug_268267 |
873 Heapcheck:Leak | 873 Heapcheck:Leak |
874 fun:base::internal::WeakReferenceOwner::GetRef | 874 fun:base::internal::WeakReferenceOwner::GetRef |
875 fun:GetWeakPtr | 875 fun:GetWeakPtr |
876 fun:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody | 876 fun:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody |
877 } | 877 } |
OLD | NEW |