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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 8561020: Leaks in PrintPreviewTabController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index e39e17ba2dc76499e496453ba3dde57766b56e8f..194f75e8d442b7ec7748e535b1873e011510ce07 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1724,3 +1724,24 @@
fun:PluginService::Init
fun:chromeos::::GViewRequestInterceptorTest::SetUp
}
+{
+ bug_104760
+ Heapcheck:Leak
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:g_datalist_id_set_data_full
+ fun:g_object_set_data
+ fun:views::NativeWidgetGtk::RegisterChildExposeHandler
+ fun:views::NativeViewHostGtk::NativeViewAttached
+ fun:views::NativeViewHost::Attach
+ fun:NativeTabContentsContainerGtk::AttachContents
+ fun:TabContentsContainer::ChangeTabContents
+ fun:ConstrainedHtmlDelegateGtk
+ fun:ConstrainedHtmlUI::CreateConstrainedHtmlDialog
+ fun:printing::PrintPreviewTabController::CreatePrintPreviewTab
+ fun:printing::PrintPreviewTabController::GetOrCreatePreviewTab
+# fun:PrintPreviewHandlerTest_StickyMarginsCustomThenDefault_Test::TestBody
+# fun:PrintPreviewTabControllerUnitTest_GetOrCreatePreviewTab_Test::TestBody
+# fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody
+# fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody
+}
« 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