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

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

Issue 7491075: Leaks in HTMLMediaElement (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | 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 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody 1920 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
1921 } 1921 }
1922 { 1922 {
1923 bug_91845_c 1923 bug_91845_c
1924 Heapcheck:Leak 1924 Heapcheck:Leak
1925 ... 1925 ...
1926 fun:BrowserAccessibilityManager::Create 1926 fun:BrowserAccessibilityManager::Create
1927 fun:BrowserAccessibilityManager::CreateEmptyDocument 1927 fun:BrowserAccessibilityManager::CreateEmptyDocument
1928 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody 1928 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
1929 } 1929 }
1930 {
1931 bug_91896_a
1932 Heapcheck:Leak
1933 fun:media::MediaLog::CreateEvent
1934 fun:media::MediaLog::AddEventOfType
1935 fun:webkit_glue::WebMediaPlayerImpl::play
1936 fun:WebKit::WebMediaPlayerClientImpl::play
1937 fun:WebCore::MediaPlayer::play
1938 fun:WebCore::HTMLMediaElement::updatePlayState
1939 fun:WebCore::HTMLMediaElement::setReadyState
1940 fun:WebCore::HTMLMediaElement::mediaPlayerReadyStateChanged
1941 fun:WebCore::MediaPlayer::readyStateChanged
1942 fun:WebKit::WebMediaPlayerClientImpl::readyStateChanged
1943 fun:webkit_glue::WebMediaPlayerImpl::SetReadyState
1944 fun:webkit_glue::WebMediaPlayerImpl::OnPipelineInitialize
1945 fun:webkit_glue::WebMediaPlayerImpl::Proxy::PipelineInitializationTask
1946 ...
1947 fun:MediaLeakTest_VideoBear_Test::TestBody
1948 }
1949 {
1950 bug_91896_b
1951 Heapcheck:Leak
1952 fun:media::MediaLog::CreateEvent
1953 fun:media::MediaLog::AddEventOfType
1954 fun:webkit_glue::WebMediaPlayerImpl::~WebMediaPlayerImpl
1955 fun:WTF::deleteOwnedPtr
1956 fun:WTF::OwnPtr::~OwnPtr
1957 fun:WebKit::WebMediaPlayerClientImpl::~WebMediaPlayerClientImpl
1958 fun:WTF::deleteOwnedPtr
1959 fun:WTF::OwnPtr::~OwnPtr
1960 fun:WebCore::MediaPlayer::~MediaPlayer
1961 fun:WTF::deleteOwnedPtr
1962 fun:WTF::OwnPtr::~OwnPtr
1963 fun:WebCore::HTMLMediaElement::~HTMLMediaElement
1964 fun:WebCore::HTMLVideoElement::~HTMLVideoElement
1965 fun:WebCore::TreeShared::removedLastRef
1966 fun:WebCore::TreeShared::deref
1967 fun:WebCore::Node::derefEventTarget
1968 fun:WebCore::EventTarget::deref
1969 fun:WTF::derefIfNotNull
1970 fun:WTF::RefPtr::~RefPtr
1971 fun:WebCore::Event::~Event
1972 fun:WTF::RefCounted::deref
1973 fun:WebCore::V8Event::derefObject
1974 fun:WebCore::WrapperTypeInfo::derefObject
1975 fun:WebCore::DOMData::derefObject
1976 fun:WebCore::DOMData::handleWeakObject
1977 fun:WebCore::DOMDataStore::weakDOMObjectCallback
1978 fun:v8::internal::GlobalHandles::Node::PostGarbageCollectionProcessing
1979 fun:v8::internal::GlobalHandles::PostGarbageCollectionProcessing
1980 fun:v8::internal::Heap::PerformGarbageCollection
1981 fun:v8::internal::Heap::CollectGarbage
1982 fun:v8::internal::Heap::CollectGarbage
1983 fun:v8::internal::Heap::CollectAllGarbage
1984 }
1985 {
1986 bug_91896_c
1987 Heapcheck:Leak
1988 fun:media::MediaLog::CreateEvent
1989 fun:media::MediaLog::AddEventOfType
1990 fun:webkit_glue::WebMediaPlayerImpl::pause
1991 fun:WebKit::WebMediaPlayerClientImpl::pause
1992 fun:WebCore::MediaPlayer::pause
1993 fun:WebCore::HTMLMediaElement::updatePlayState
1994 fun:WebCore::HTMLMediaElement::mediaPlayerTimeChanged
1995 fun:WebCore::MediaPlayer::timeChanged
1996 fun:WebKit::WebMediaPlayerClientImpl::timeChanged
1997 fun:webkit_glue::WebMediaPlayerImpl::OnPipelineEnded
1998 fun:webkit_glue::WebMediaPlayerImpl::Proxy::PipelineEndedTask
1999 ...
2000 fun:MediaLeakTest_VideoBear_Test::TestBody
2001 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698