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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 220002: Initialize user_gesture_observed_ in NavigationController constructor. (Closed)
Patch Set: Created 11 years, 3 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 | « chrome/browser/tab_contents/navigation_controller_unittest.cc ('k') | 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 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv 892 fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
893 } 893 }
894 { 894 {
895 # Also bug_17795 895 # Also bug_17795
896 bug_17996 896 bug_17996
897 Memcheck:Leak 897 Memcheck:Leak
898 ... 898 ...
899 fun:_ZN7WebCore8SVGNames4initEv 899 fun:_ZN7WebCore8SVGNames4initEv
900 } 900 }
901 { 901 {
902 bug_18268
903 Memcheck:Cond
904 fun:_ZN20NavigationController22IsLikelyAutoNavigationEN4base9TimeTicksE
905 fun:_ZN20NavigationController28RendererDidNavigateToNewPageERK32ViewHostMsg_F rameNavigate_ParamsPb
906 }
907 {
908 bug_18654 902 bug_18654
909 Memcheck:Leak 903 Memcheck:Leak
910 ... 904 ...
911 fun:_ZN12WebFrameImplD0Ev 905 fun:_ZN12WebFrameImplD0Ev
912 fun:_ZN20WebFrameLoaderClient20frameLoaderDestroyedEv 906 fun:_ZN20WebFrameLoaderClient20frameLoaderDestroyedEv
913 fun:_ZN7WebCore11FrameLoaderD1Ev 907 fun:_ZN7WebCore11FrameLoaderD1Ev
914 fun:_ZN7WebCore5FrameD1Ev 908 fun:_ZN7WebCore5FrameD1Ev
915 fun:_ZN7WebCore17InspectorResourceD1Ev 909 fun:_ZN7WebCore17InspectorResourceD1Ev
916 fun:_ZN3WTF10RefCountedIN7WebCore17InspectorResourceEE5derefEv 910 fun:_ZN3WTF10RefCountedIN7WebCore17InspectorResourceEE5derefEv
917 fun:_ZN7WebCore19InspectorControllerD1Ev 911 fun:_ZN7WebCore19InspectorControllerD1Ev
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib 1247 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib
1254 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib 1248 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib
1255 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib 1249 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib
1256 fun:_ZN10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs 1250 fun:_ZN10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs
1257 fun:_ZN10JSONWriter5WriteEPK5ValuebPSs 1251 fun:_ZN10JSONWriter5WriteEPK5ValuebPSs
1258 fun:_ZN25JSONStringValueSerializer9SerializeERK5Value 1252 fun:_ZN25JSONStringValueSerializer9SerializeERK5Value
1259 fun:_ZN11PrefService13SerializeDataEPSs 1253 fun:_ZN11PrefService13SerializeDataEPSs
1260 fun:_ZN11PrefService19SavePersistentPrefsEv 1254 fun:_ZN11PrefService19SavePersistentPrefsEv
1261 fun:_ZN16browser_shutdown8ShutdownEv 1255 fun:_ZN16browser_shutdown8ShutdownEv
1262 } 1256 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/navigation_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698