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

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

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « content/renderer/render_view_impl.cc ('k') | webkit/browser/dom_storage/OWNERS » ('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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/browser/dom_storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698