| OLD | NEW |
| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 fun:_ZN7WebCore8Document6attachEv | 922 fun:_ZN7WebCore8Document6attachEv |
| 923 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | 923 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE |
| 924 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | 924 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE |
| 925 fun:_ZN7WebCore11FrameLoader4initEv | 925 fun:_ZN7WebCore11FrameLoader4initEv |
| 926 fun:_ZN7WebCore5Frame4initEv | 926 fun:_ZN7WebCore5Frame4initEv |
| 927 } | 927 } |
| 928 { | 928 { |
| 929 # Anonymous namespaces requires wildcard to match on both mac and linux | 929 # Anonymous namespaces requires wildcard to match on both mac and linux |
| 930 bug_17129 | 930 bug_17129 |
| 931 Memcheck:Leak | 931 Memcheck:Leak |
| 932 fun:_Znwj | 932 fun:_Znw* |
| 933 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv | 933 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv |
| 934 } | 934 } |
| 935 { | 935 { |
| 936 bug_17184 | 936 bug_17184 |
| 937 Memcheck:Leak | 937 Memcheck:Leak |
| 938 fun:malloc | 938 fun:malloc |
| 939 fun:_ZN3WTF10fastMallocEj | 939 fun:_ZN3WTF10fastMallocEj |
| 940 fun:_ZN7WebCore10StringImplnwEj | 940 fun:_ZN7WebCore10StringImplnwEj |
| 941 fun:_ZN7WebCore10StringImpl5adoptERN3WTF6VectorItLj0EEE | 941 fun:_ZN7WebCore10StringImpl5adoptERN3WTF6VectorItLj0EEE |
| 942 fun:_ZN7WebCore12createMarkupEPKNS_5RangeEPN3WTF6VectorIPNS_4NodeELj0EEENS_23
EAnnotateForInterchangeEb | 942 fun:_ZN7WebCore12createMarkupEPKNS_5RangeEPN3WTF6VectorIPNS_4NodeELj0EEENS_23
EAnnotateForInterchangeEb |
| (...skipping 20 matching lines...) Expand all Loading... |
| 963 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_
4KURLERKNS_6StringE | 963 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_
4KURLERKNS_6StringE |
| 964 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE | 964 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE |
| 965 } | 965 } |
| 966 { | 966 { |
| 967 # Only in test shell | 967 # Only in test shell |
| 968 bug_17188 | 968 bug_17188 |
| 969 Memcheck:Addr4 | 969 Memcheck:Addr4 |
| 970 fun:_ZN9TestShell10ClosePopupEv | 970 fun:_ZN9TestShell10ClosePopupEv |
| 971 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te
stShell | 971 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te
stShell |
| 972 } | 972 } |
| OLD | NEW |