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

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

Issue 11783103: Suppress leak in WebCore::StyleResolver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« 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 four kinds of suppressions in this file. 1 # There are four 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 6437 matching lines...) Expand 10 before | Expand all | Expand 10 after
6448 Memcheck:Leak 6448 Memcheck:Leak
6449 ... 6449 ...
6450 fun:_ZN6policy12URLBlacklist10AddFiltersEbPKN4base9ListValueE 6450 fun:_ZN6policy12URLBlacklist10AddFiltersEbPKN4base9ListValueE
6451 fun:_ZN6policy12URLBlacklist5BlockEPKN4base9ListValueE 6451 fun:_ZN6policy12URLBlacklist5BlockEPKN4base9ListValueE
6452 fun:_ZN20ManagedModeURLFilter14SetManualListsE10scoped_ptrIN4base9ListValueEN S1_14DefaultDeleterIS2_EEES5_ 6452 fun:_ZN20ManagedModeURLFilter14SetManualListsE10scoped_ptrIN4base9ListValueEN S1_14DefaultDeleterIS2_EEES5_
6453 fun:_ZN20ManagedModeURLFilterC1Ev 6453 fun:_ZN20ManagedModeURLFilterC1Ev
6454 fun:_ZN11ManagedMode16URLFilterContextC1E13scoped_refptrIN4base19SequencedTas kRunnerEE 6454 fun:_ZN11ManagedMode16URLFilterContextC1E13scoped_refptrIN4base19SequencedTas kRunnerEE
6455 fun:_ZN11ManagedModeC2Ev 6455 fun:_ZN11ManagedModeC2Ev
6456 } 6456 }
6457 { 6457 {
6458 bug_ 6458 bug_169311
6459 Memcheck:Leak 6459 Memcheck:Leak
6460 fun:malloc 6460 fun:malloc
6461 fun:_ZN3WTF10fastMallocEm 6461 fun:_ZN3WTF10fastMallocEm
6462 fun:_ZN3WTF10RefCountedIN7WebCore18StyleSheetContentsEEnwEm 6462 fun:_ZN3WTF10RefCountedIN7WebCore18StyleSheetContentsEEnwEm
6463 fun:_ZN7WebCore18StyleSheetContents6createERKNS_16CSSParserContextE 6463 fun:_ZN7WebCore18StyleSheetContents6createERKNS_16CSSParserContextE
6464 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 6464 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
6465 fun:_ZN7WebCoreL12parseUASheetEPKcj 6465 fun:_ZN7WebCoreL12parseUASheetEPKcj
6466 fun:_ZN7WebCoreL15viewSourceStyleEv 6466 fun:_ZN7WebCoreL15viewSourceStyleEv
6467 fun:_ZN7WebCore13StyleResolver12matchUARulesERNS0_11MatchResultE 6467 fun:_ZN7WebCore13StyleResolver12matchUARulesERNS0_11MatchResultE
6468 fun:_ZN7WebCore13StyleResolver15styleForElementEPNS_7ElementEPNS_11RenderStyl eENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE 6468 fun:_ZN7WebCore13StyleResolver15styleForElementEPNS_7ElementEPNS_11RenderStyl eENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE
6469 fun:_ZN7WebCore13StyleResolverC1EPNS_8DocumentEb 6469 fun:_ZN7WebCore13StyleResolverC1EPNS_8DocumentEb
6470 fun:_ZN7WebCore8Document19createStyleResolverEv 6470 fun:_ZN7WebCore8Document19createStyleResolverEv
6471 fun:_ZN7WebCore8Document13styleResolverEv 6471 fun:_ZN7WebCore8Document13styleResolverEv
6472 fun:_ZN7WebCore7Element16styleForRendererEv 6472 fun:_ZN7WebCore7Element16styleForRendererEv
6473 fun:_ZN7WebCore20NodeRenderingContext32createRendererForElementIfNeededEv
6474 fun:_ZN7WebCore7Element22createRendererIfNeededEv
6475 fun:_ZN7WebCore7Element6attachEv
6476 fun:_ZN7WebCore22HTMLViewSourceDocument21createContainingTableEv
6477 fun:_ZN7WebCore22HTMLViewSourceDocument9addSourceERKN3WTF6StringERNS_9HTMLTok enE
6478 fun:_ZN7WebCore20HTMLViewSourceParser13pumpTokenizerEv
6479 fun:_ZN7WebCore20HTMLViewSourceParser6appendERKNS_15SegmentedStringE
6480 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEPNS_14DocumentWriterE
6481 fun:_ZN7WebCore14DocumentWriter3endEv
6482 } 6473 }
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