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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 bug_46649_i | 649 bug_46649_i |
650 Heapcheck:Leak | 650 Heapcheck:Leak |
651 fun:__gnu_cxx::new_allocator::allocate | 651 fun:__gnu_cxx::new_allocator::allocate |
652 fun:std::_Vector_base::_M_allocate | 652 fun:std::_Vector_base::_M_allocate |
653 fun:std::vector::_M_insert_aux | 653 fun:std::vector::_M_insert_aux |
654 fun:std::vector::push_back | 654 fun:std::vector::push_back |
655 fun:courgette::EncodedProgram::AddOrigin | 655 fun:courgette::EncodedProgram::AddOrigin |
656 } | 656 } |
657 | 657 |
658 { | 658 { |
659 bug_46658 | 659 bug_46658_a |
660 Heapcheck:Leak | 660 Heapcheck:Leak |
661 fun:WebCore::makeExternalString | 661 fun:WebCore::makeExternalString |
662 fun:WebCore::v8ExternalString | 662 fun:WebCore::v8ExternalString |
663 fun:WebCore::v8String | 663 fun:WebCore::v8String |
664 fun:WebCore::V8DOMWindowShell::namedItemAdded | 664 fun:WebCore::V8DOMWindowShell::namedItemAdded |
665 fun:WebCore::ScriptController::namedItemAdded | 665 fun:WebCore::ScriptController::namedItemAdded |
666 fun:WebCore::HTMLDocument::addItemToMap | 666 fun:WebCore::HTMLDocument::addItemToMap |
667 fun:WebCore::HTMLDocument::addNamedItem | 667 fun:WebCore::HTMLDocument::addNamedItem |
668 fun:WebCore::HTMLFormElement::insertedIntoDocument | 668 fun:WebCore::HTMLFormElement::insertedIntoDocument |
669 fun:WebCore::ContainerNode::addChild | 669 fun:WebCore::ContainerNode::addChild |
(...skipping 12 matching lines...) Expand all Loading... |
682 fun:WebCore::FrameLoader::addData | 682 fun:WebCore::FrameLoader::addData |
683 fun:WebKit::WebFrameImpl::commitDocumentData | 683 fun:WebKit::WebFrameImpl::commitDocumentData |
684 fun:WebKit::FrameLoaderClientImpl::committedLoad | 684 fun:WebKit::FrameLoaderClientImpl::committedLoad |
685 fun:WebCore::FrameLoader::committedLoad | 685 fun:WebCore::FrameLoader::committedLoad |
686 fun:WebCore::DocumentLoader::commitLoad | 686 fun:WebCore::DocumentLoader::commitLoad |
687 fun:WebCore::DocumentLoader::receivedData | 687 fun:WebCore::DocumentLoader::receivedData |
688 fun:WebCore::FrameLoader::receivedData | 688 fun:WebCore::FrameLoader::receivedData |
689 fun:WebCore::MainResourceLoader::addData | 689 fun:WebCore::MainResourceLoader::addData |
690 fun:WebCore::ResourceLoader::didReceiveData | 690 fun:WebCore::ResourceLoader::didReceiveData |
691 } | 691 } |
| 692 |
| 693 { |
| 694 bug_46658_b |
| 695 Heapcheck:Leak |
| 696 fun:WebCore::makeExternalString |
| 697 fun:WebCore::v8ExternalString |
| 698 fun:WebCore::v8String |
| 699 fun:WebCore::V8DOMWindowShell::namedItemAdded |
| 700 fun:WebCore::ScriptController::namedItemAdded |
| 701 fun:WebCore::HTMLDocument::addItemToMap |
| 702 fun:WebCore::HTMLDocument::addNamedItem |
| 703 fun:WebCore::HTMLFormElement::insertedIntoDocument |
| 704 fun:WebCore::ContainerNode::addChild |
| 705 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
| 706 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
| 707 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
| 708 fun:WebCore::LegacyHTMLTreeConstructor::handleError |
| 709 fun:WebCore::LegacyHTMLTreeConstructor::insertNode |
| 710 fun:WebCore::LegacyHTMLTreeConstructor::insertNodeAfterLimitDepth |
| 711 fun:WebCore::LegacyHTMLTreeConstructor::parseToken |
| 712 fun:WebCore::HTML5TreeBuilder::passTokenToLegacyParser |
| 713 fun:WebCore::HTML5TreeBuilder::constructTreeFromToken |
| 714 fun:WebCore::HTML5DocumentParser::pumpLexer |
| 715 fun:WebCore::HTML5DocumentParser::pumpLexerIfPossible |
| 716 fun:WebCore::HTML5DocumentParser::write |
| 717 fun:WebCore::DocumentWriter::addData |
| 718 fun:WebCore::FrameLoader::addData |
| 719 fun:WebKit::WebFrameImpl::commitDocumentData |
| 720 fun:WebKit::FrameLoaderClientImpl::committedLoad |
| 721 fun:WebCore::FrameLoader::committedLoad |
| 722 fun:WebCore::DocumentLoader::commitLoad |
| 723 fun:WebCore::DocumentLoader::receivedData |
| 724 fun:WebCore::FrameLoader::receivedData |
| 725 fun:WebCore::MainResourceLoader::addData |
| 726 } |
OLD | NEW |