Commit 150f5eca authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppress memory leaks in ExtensionAction::*Animation and a NULL deref in WebKit.

BUG=139853,140628
TBR=oshima
Review URL: https://chromiumcodereview.appspot.com/10831171

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150023 0039d316-1c4b-4281-b951-d872f2087c98
parent 100b2e7e
...@@ -1487,3 +1487,16 @@ ...@@ -1487,3 +1487,16 @@
... ...
fun:base::PlatformThread::SetName fun:base::PlatformThread::SetName
} }
{
bug_140628_a
Heapcheck:Leak
...
fun:ExtensionAction::RunIconAnimation
fun:ExtensionAction::SetAppearance
}
{
bug_140628_b
Heapcheck:Leak
...
fun:ExtensionAction::GetIconAnimation
}
...@@ -5819,6 +5819,25 @@ ...@@ -5819,6 +5819,25 @@
fun:_ZN5media8Pipeline7DoPauseERKN4base8CallbackIFvvEEE fun:_ZN5media8Pipeline7DoPauseERKN4base8CallbackIFvvEEE
fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14PipelineStatusEEEE fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14PipelineStatusEEEE
} }
{
bug_139853
Memcheck:Unaddressable
fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
fun:_ZN7WebCoreL23createAcceleratedCanvas*
fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17*
fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updateRectEPNS_18CCResourceProviderERKNS_7IntRectES6_
fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13TextureCopierEPNS_15TextureUploaderEm
fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
fun:_ZN6WebKit16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
fun:_ZN6WebKit11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7IntRectE
fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
fun:_ZN11WebViewHost9paintRectERKN6WebKit7WebRectE
fun:_ZN11WebViewHost22paintInvalidatedRegionEv
}
{ {
bug_139996 bug_139996
Memcheck:Leak Memcheck:Leak
...@@ -5861,6 +5880,13 @@ ...@@ -5861,6 +5880,13 @@
... ...
fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
} }
{
bug_140628
Memcheck:Leak
...
fun:_ZN15ExtensionAction16RunIconAnimationEi
fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 4. These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment