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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2222 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo
ntextEPNS_5EventE | 2222 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo
ntextEPNS_5EventE |
2223 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget
DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE | 2223 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget
DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE |
2224 } | 2224 } |
2225 { | 2225 { |
2226 bug_106912 | 2226 bug_106912 |
2227 Memcheck:Leak | 2227 Memcheck:Leak |
2228 fun:_Znw* | 2228 fun:_Znw* |
2229 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs | 2229 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs |
2230 fun:_ZN4base14PlatformThread7SetNameEPKc | 2230 fun:_ZN4base14PlatformThread7SetNameEPKc |
2231 } | 2231 } |
| 2232 { |
| 2233 bug_107154 |
| 2234 Memcheck:Leak |
| 2235 fun:malloc_zone_malloc |
| 2236 fun:_CFRuntimeCreateInstance |
| 2237 fun:CGTypeCreateInstanceWithAllocator |
| 2238 fun:CGTypeCreateInstance |
| 2239 fun:CGImageCreate |
| 2240 fun:_Z32SkCreateCGImageRefWithColorspaceRK8SkBitmapP12CGColorSpace |
| 2241 fun:_ZN7WebCoreL17resolveColorSpaceERK8SkBitmapP12CGColorSpace |
| 2242 fun:_ZN7WebCore10ImageFrame9setStatusENS0_11FrameStatusE |
| 2243 fun:_ZN7WebCore15PNGImageDecoder11pngCompleteEv |
| 2244 fun:_ZN7WebCoreL11pngCompleteEP14png_struct_defP15png_info_struct |
| 2245 fun:wk_png_push_read_chunk |
| 2246 fun:wk_png_process_data |
| 2247 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb |
| 2248 fun:_ZN7WebCore15PNGImageDecoder6decodeEb |
| 2249 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm |
| 2250 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEm |
| 2251 fun:_ZN6WebKit8WebImage8fromDataERKNS_7WebDataERKNS_7WebSizeE |
| 2252 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhm |
| 2253 } |
OLD | NEW |