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

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

Issue 92153003: Rename RenderViewHostManager to RenderFrameHostManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | 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 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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 Memcheck:Unaddressable 1067 Memcheck:Unaddressable
1068 ... 1068 ...
1069 fun:CGLCreateContext 1069 fun:CGLCreateContext
1070 fun:-[NSOpenGLContext initWithFormat:shareContext:] 1070 fun:-[NSOpenGLContext initWithFormat:shareContext:]
1071 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1071 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1072 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb 1072 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb
1073 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv 1073 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv
1074 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv 1074 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
1075 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE 1075 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
1076 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost 1076 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost
1077 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio nEntry 1077 fun:_ZN22RenderFrameHostManager14InitRenderViewEP14RenderViewHostRK15Navigati onEntry
1078 } 1078 }
1079 { 1079 {
1080 bug_80239_b 1080 bug_80239_b
1081 Memcheck:Unaddressable 1081 Memcheck:Unaddressable
1082 ... 1082 ...
1083 fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext 1083 fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext
1084 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1084 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1085 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb 1085 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb
1086 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv 1086 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv
1087 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv 1087 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 fun:malloc 2353 fun:malloc
2354 fun:_ZN3WTF10fastMallocEm 2354 fun:_ZN3WTF10fastMallocEm
2355 fun:_ZN3WTF11LinkedStackIN7WebCore8RuleDataEEnwEm 2355 fun:_ZN3WTF11LinkedStackIN7WebCore8RuleDataEEnwEm
2356 fun:_ZN7WebCore7RuleSet12addToRuleSet* 2356 fun:_ZN7WebCore7RuleSet12addToRuleSet*
2357 fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd* 2357 fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd*
2358 fun:_ZN7WebCore7RuleSet7addRule* 2358 fun:_ZN7WebCore7RuleSet7addRule*
2359 fun:_ZN7WebCore7RuleSet13addChildRules* 2359 fun:_ZN7WebCore7RuleSet13addChildRules*
2360 fun:_ZN7WebCore7RuleSet17addRulesFromSheet* 2360 fun:_ZN7WebCore7RuleSet17addRulesFromSheet*
2361 fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyle* 2361 fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyle*
2362 } 2362 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698