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

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

Issue 5128001: Valgrind: Suppression for tabContentsViewFrameWillChange. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | no next file » | no next file with comments »
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 4c1fa012c323ae4670ecae6eae9737e2ba5ce9d1..566ce063546395f3ec9f0d653ab54b97f43ffce9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3306,4 +3306,19 @@
...
fun:_ZN56PrintPreviewTabControllerTest_GetOrCreatePreviewTab_Test8TestBodyEv
}
+{
+ bug_63428
+ Memcheck:Cond
+ fun:NSIntersectionRect
+ fun:-[BrowserWindowController tabContentsViewFrameWillChange:frameRect:]
+ fun:-[TabStripController tabContentsViewFrameWillChange:frameRect:]
+ fun:-[TabContentsController tabContentsViewFrameWillChange:]
+ fun:-[ResizeNotificationView setFrame:]
+ fun:-[TabStripController swapInTabAtIndex:]
+ fun:-[TabStripController selectTabWithContents:previousContents:atIndex:userGesture:]
+ fun:_ZN27TabStripModelObserverBridge13TabSelectedAtEP11TabContentsS1_ib
+ fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP11TabContentsib
+ fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsi
+ fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsiji
+}
« 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