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

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

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. Created 8 years, 4 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
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 151481)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5777,6 +5777,30 @@
fun:_ZN15ExtensionAction16RunIconAnimationEi
fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
}
+{
+ bug_144081
+ Memcheck:Leak
+ ...
+ fun:_ZN7history19URLIndexPrivateData18RebuildFromHistoryEPNS_15HistoryDatabaseE13scoped_refptrIS0_E
+ fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask13RunOnDBThreadEPNS_14HistoryBackendEPNS_15HistoryDatabaseE
+}
+{
+ bug_144082
+ Memcheck:Leak
+ ...
+ fun:_ZN7history16InMemoryURLIndex37DoneRebuidingPrivateDataFromHistoryDBEb13scoped_refptrINS_19URLIndexPrivateDataEE
+ fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask19DoneRunOnMainThreadEv
+}
+{
+ bug_144083
+ Memcheck:Leak
+ ...
+ fun:_ZN7history25InitializeSchemeWhitelistEPSt3setISsSt4lessISsESaISsEE
+ fun:_ZN7history19URLIndexPrivateDataC1ERK8FilePathRKSs
+ fun:_ZN7history16InMemoryURLIndexC1EP7ProfileRK8FilePathRKSs
+ fun:_ZN14HistoryService4InitERK8FilePathP15BookmarkServicebb
+ fun:_ZN14TestingProfile18InitHistoryServiceEP14HistoryServiceb
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« chrome/browser/history/url_index_private_data.cc ('K') | « sql/diagnostic_error_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698