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

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

Issue 8382002: Suppress the leaks from webkit::npapi::WebPluginImpl::HandleURLRequestInternal (issue 101345) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after
4971 fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionE 4971 fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionE
4972 fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionEj 4972 fun:_ZN7WebCore6Editor25respondToChangedSelectionERKNS_16VisibleSelectionEj
4973 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19 CursorAlignOnScrollENS_15TextGranularityE 4973 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19 CursorAlignOnScrollENS_15TextGranularityE
4974 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15Te xtGranularityE 4974 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15Te xtGranularityE
4975 fun:_ZN7WebCore14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16Vi sibleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE 4975 fun:_ZN7WebCore14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16Vi sibleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE
4976 fun:_ZN7WebCore12EventHandler49updateSelectionForMouseDownDispatchingSelectSt artEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE 4976 fun:_ZN7WebCore12EventHandler49updateSelectionForMouseDownDispatchingSelectSt artEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE
4977 fun:_ZN7WebCore12EventHandler32handleMousePressEventSingleClickERKNS_28MouseE ventWithHitTestResultsE 4977 fun:_ZN7WebCore12EventHandler32handleMousePressEventSingleClickERKNS_28MouseE ventWithHitTestResultsE
4978 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_28MouseEventWithHit TestResultsE 4978 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_28MouseEventWithHit TestResultsE
4979 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEven tE 4979 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEven tE
4980 } 4980 }
4981 4981 {
4982 bug_101345
4983 Memcheck:Leak
4984 fun:_Znw*
4985 fun:_ZN22WebPluginDelegateProxy20CreateResourceClientEmRK4GURLi
4986 fun:_ZN6webkit5npapi13WebPluginImpl24HandleURLRequestInternalEPKcS3_S3_S3_jib NS1_8ReferrerEbb
4987 }
4988 {
4989 bug_101347
4990 Memcheck:Leak
4991 fun:_Znw*
4992 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
4993 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
4994 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
4995 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
4996 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy10OnMsgFlushERKNS_12HostResourceE
4997 }
4982 4998
4983 #----------------------------------------------------------------------- 4999 #-----------------------------------------------------------------------
4984 # 4. These only occur on our Google workstations 5000 # 4. These only occur on our Google workstations
4985 { 5001 {
4986 bug_todo_freeres 5002 bug_todo_freeres
4987 Memcheck:Free 5003 Memcheck:Free
4988 fun:free 5004 fun:free
4989 fun:__libc_freeres 5005 fun:__libc_freeres
4990 fun:_vgnU_freeres 5006 fun:_vgnU_freeres
4991 fun:_Exit 5007 fun:_Exit
(...skipping 10 matching lines...) Expand all
5002 } 5018 }
5003 { 5019 {
5004 bug_todo_getdelim2 5020 bug_todo_getdelim2
5005 Memcheck:Leak 5021 Memcheck:Leak
5006 fun:malloc 5022 fun:malloc
5007 fun:getdelim 5023 fun:getdelim
5008 obj:/lib/libselinux.so.1 5024 obj:/lib/libselinux.so.1
5009 obj:/lib/libselinux.so.1 5025 obj:/lib/libselinux.so.1
5010 obj:/lib/libselinux.so.1 5026 obj:/lib/libselinux.so.1
5011 } 5027 }
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