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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 9371007: Fix a memory leak in the layer animator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove valgrind suppression Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/compositor/layer_animator.cc » ('j') | ui/gfx/compositor/layer_animator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index c4668b54540871742f1388d9bb3e1431279b7cfa..ccf8e6a35033a34dbfe483843d23c10d000cf745 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4896,7 +4896,7 @@
fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs
fun:_ZN11BalloonHost4InitEv
- fun:_ZN15BalloonViewHost4InitEP*
+ fun:_ZN15BalloonViewHost4InitEP10_GtkWidget
sky 2012/02/09 03:48:56 Is this change intentional?
oshima 2012/02/09 07:46:02 Probably not. This part should be reverted.
fun:_ZN19BalloonViewHostView20ViewHierarchyChangedEbPN5views4ViewES2_
}
{
@@ -5792,27 +5792,6 @@
fun:_ZN18SpellCheckProvider19RequestTextCheckingERKN6WebKit9WebStringEiPNS0_25WebTextCheckingCompletionE
fun:_ZN12_GLOBAL__N_141SpellCheckProviderTest_UsingHunspell_Test8TestBodyEv
}
-{
- bug_113276
- Memcheck:Leak
- fun:_Znw*
- ...
- fun:_ZN2ui13LayerAnimator9SetBoundsERKN3gfx4RectE
- fun:_ZN2ui5Layer9SetBoundsERKN3gfx4RectE
- fun:_ZN4aura6Window17SetBoundsInternalERKN3gfx4RectE
- fun:_ZN4aura13LayoutManager20SetChildBoundsDirectEPNS_6WindowERKN3gfx4RectE
- fun:_ZN3ash8internal23StatusAreaLayoutManager14SetChildBoundsEPN4aura6WindowERKN3gfx4RectE
- fun:_ZN4aura6Window9SetBoundsERKN3gfx4RectE
- fun:_ZN5views16NativeWidgetAura7SetSizeERKN3gfx4SizeE
- fun:_ZN5views6Widget7SetSizeERKN3gfx4SizeE
- fun:_ZN14StatusAreaView20PreferredSizeChangedEv
- fun:_ZN14StatusAreaView25ChildPreferredSizeChangedEPN5views4ViewE
- fun:_ZN5views4View20PreferredSizeChangedEv
- fun:_ZN5views14TextButtonBase14UpdateTextSizeEv
- fun:_ZN5views14TextButtonBase7SetFontERKN3gfx4FontE
- fun:_ZN16StatusAreaButton15UpdateTextStyleEv
- fun:_ZN14StatusAreaView21UpdateButtonTextStyleEv
-}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« no previous file with comments | « no previous file | ui/gfx/compositor/layer_animator.cc » ('j') | ui/gfx/compositor/layer_animator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698