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

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

Issue 159149: Remove suppression for gtk_window_add_accel_group in BrowserWindowGtk::ConnectAccelerators. (Closed)
Patch Set: Created 11 years, 5 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 | « no previous file | 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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 { 769 {
770 bug_16129b 770 bug_16129b
771 Memcheck:Leak 771 Memcheck:Leak
772 fun:_Znwj 772 fun:_Znwj
773 fun:_Z11NewCallbackIN11webkit_glue20ImageResourceFetcherERKN6WebKit14WebURLRe sponseERKSsEPN9Callback2IT0_T1_E4TypeEPT_MSE_FvS9_SA_E 773 fun:_Z11NewCallbackIN11webkit_glue20ImageResourceFetcherERKN6WebKit14WebURLRe sponseERKSsEPN9Callback2IT0_T1_E4TypeEPT_MSE_FvS9_SA_E
774 fun:_ZN11webkit_glue20ImageResourceFetcherC1ERK4GURLP8WebFrameiiP14CallbackRu nnerI6Tuple2IPS0_RK8SkBitmapEE 774 fun:_ZN11webkit_glue20ImageResourceFetcherC1ERK4GURLP8WebFrameiiP14CallbackRu nnerI6Tuple2IPS0_RK8SkBitmapEE
775 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi 775 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
776 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi 776 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi
777 } 777 }
778 { 778 {
779 bug_16153
780 Memcheck:Leak
781 fun:malloc
782 fun:g_malloc
783 ...
784 fun:gtk_window_add_accel_group
785 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
786 fun:_ZN16BrowserWindowGtkC1EP7Browser
787 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
788 }
789 {
790 bug_16156 779 bug_16156
791 Memcheck:Leak 780 Memcheck:Leak
792 ... 781 ...
793 fun:gtk_im_context_set_cursor_location 782 fun:gtk_im_context_set_cursor_location
794 ... 783 ...
795 fun:gtk_widget_size_allocate 784 fun:gtk_widget_size_allocate
796 } 785 }
797 { 786 {
798 bug_16161 787 bug_16161
799 Memcheck:Leak 788 Memcheck:Leak
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE 960 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_ 4KURLERKNS_6StringE
972 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE 961 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE
973 } 962 }
974 { 963 {
975 # Only in test shell 964 # Only in test shell
976 bug_17188 965 bug_17188
977 Memcheck:Addr4 966 Memcheck:Addr4
978 fun:_ZN9TestShell10ClosePopupEv 967 fun:_ZN9TestShell10ClosePopupEv
979 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell 968 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te stShell
980 } 969 }
OLDNEW
« 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