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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 1597283006: Expand suppression for content::RenderWidgetHostViewAura::UpdateCursorIfOverSelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 content.dll!base::internal::RunnableAdapter<>::Run 2096 content.dll!base::internal::RunnableAdapter<>::Run
2097 2097
2098 HANDLE LEAK 2098 HANDLE LEAK
2099 name=bug_571553 2099 name=bug_571553
2100 system call NtUserWindowFromPoint 2100 system call NtUserWindowFromPoint
2101 content.dll!content::RenderWidgetHostViewAura::UpdateCursorIfOverSelf 2101 content.dll!content::RenderWidgetHostViewAura::UpdateCursorIfOverSelf
2102 content.dll!content::RenderWidgetHostViewAura::SetIsLoading 2102 content.dll!content::RenderWidgetHostViewAura::SetIsLoading
2103 content.dll!content::RenderWidgetHostImpl::SetIsLoading 2103 content.dll!content::RenderWidgetHostImpl::SetIsLoading
2104 content.dll!content::RenderFrameHostManager::SetIsLoading 2104 content.dll!content::RenderFrameHostManager::SetIsLoading
2105 content.dll!content::WebContentsImpl::SetIsLoading 2105 content.dll!content::WebContentsImpl::SetIsLoading
2106 content.dll!content::WebContentsImpl::DidStopLoading
2107 content.dll!content::FrameTreeNode::DidStopLoading
2108 2106
2109 HANDLE LEAK 2107 HANDLE LEAK
2110 name=bug_571554_a 2108 name=bug_571554_a
2111 system call NtGdiCreateDIBSection 2109 system call NtGdiCreateDIBSection
2112 GDI32.dll!CreateDIBSection 2110 GDI32.dll!CreateDIBSection
2113 skia.dll!`anonymous namespace'::CreateHBitmap 2111 skia.dll!`anonymous namespace'::CreateHBitmap
2114 skia.dll!skia::BitmapPlatformDevice::Create 2112 skia.dll!skia::BitmapPlatformDevice::Create
2115 skia.dll!skia::CreatePlatformCanvas 2113 skia.dll!skia::CreatePlatformCanvas
2116 surface.dll!TransportDIB::GetPlatformCanvas 2114 surface.dll!TransportDIB::GetPlatformCanvas
2117 content.dll!content::ImageDataPlatformBackend::Map 2115 content.dll!content::ImageDataPlatformBackend::Map
2118 content.dll!content::PepperGraphics2DHost::Init 2116 content.dll!content::PepperGraphics2DHost::Init
2119 content.dll!content::PepperGraphics2DHost::Create 2117 content.dll!content::PepperGraphics2DHost::Create
2120 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost 2118 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost
2121 2119
2122 HANDLE LEAK 2120 HANDLE LEAK
2123 name=bug_571554_b 2121 name=bug_571554_b
2124 system call NtCreateSection 2122 system call NtCreateSection
2125 KERNELBASE.dll!CreateFileMappingW 2123 KERNELBASE.dll!CreateFileMappingW
2126 base.dll!base::SharedMemory::Create 2124 base.dll!base::SharedMemory::Create
2127 content.dll!content::ChildThreadImpl::AllocateSharedMemory 2125 content.dll!content::ChildThreadImpl::AllocateSharedMemory
2128 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer 2126 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer
2129 content.dll!content::ImageDataPlatformBackend::Init 2127 content.dll!content::ImageDataPlatformBackend::Init
2130 content.dll!content::PPB_ImageData_Impl::Init 2128 content.dll!content::PPB_ImageData_Impl::Init
2131 content.dll!content::PepperGraphics2DHost::Init 2129 content.dll!content::PepperGraphics2DHost::Init
2132 content.dll!content::PepperGraphics2DHost::Create 2130 content.dll!content::PepperGraphics2DHost::Create
2133 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost 2131 content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost
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