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

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

Issue 380010: [Mac] Fix a leak in HyperlinkButtonCell (Closed)
Patch Set: Created 11 years, 1 month 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
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, 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 fun:sqlite3LockAndPrepare 368 fun:sqlite3LockAndPrepare
369 fun:sqlite3_prepare_v2 369 fun:sqlite3_prepare_v2
370 fun:_ZN3sql10Connection18GetUniqueStatementEPKc 370 fun:_ZN3sql10Connection18GetUniqueStatementEPKc
371 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc 371 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
372 fun:_ZN7history13VisitDatabase12GetStartDateEPN4base4TimeE 372 fun:_ZN7history13VisitDatabase12GetStartDateEPN4base4TimeE
373 fun:_ZN7history14HistoryBackend8InitImplEv 373 fun:_ZN7history14HistoryBackend8InitImplEv
374 fun:_ZN7history14HistoryBackend4InitEb 374 fun:_ZN7history14HistoryBackend4InitEb
375 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1 IT1_E 375 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1 IT1_E
376 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv 376 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv
377 } 377 }
378 {
379 bug_27149
380 Memcheck:Leak
381 fun:malloc_zone_calloc
382 fun:_internal_class_createInstanceFromZone
383 fun:+[NSObject allocWithZone:]
384 fun:-[NSParagraphStyle mutableCopyWithZone:]
385 fun:-[NSObject mutableCopy]
386 fun:-[HyperlinkButtonCell linkAttributes]
387 fun:-[HyperlinkButtonCell drawTitle:withFrame:inView:]
388 fun:-[NSButtonCell _configureAndDrawTitleWithRect:cellFrame:controlView:]
389 fun:-[NSButtonCell drawInteriorWithFrame:inView:]
390 fun:-[NSControl drawRect:]
391 fun:-[NSView _drawRect:clip:]
392 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
393 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
394 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
395 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectI sVisibleRectForView:topView:]
396 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectI sVisibleRectForView:topView:]
397 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectI sVisibleRectForView:topView:]
398 fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect :rectIsVisibleRectForView:topView:]
399 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForVi ew:]
400 fun:-[NSView displayIfNeeded]
401 fun:-[NSWindow displayIfNeeded]
402 fun:_handleWindowNeedsDisplay
403 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698