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

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

Issue 3163010: Initialize all data members in HTTPResponseInfo's new ctor and remove the rel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « net/http/http_response_info.cc ('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, 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 4085 matching lines...) Expand 10 before | Expand all | Expand 10 after
4096 fun:_ZN7WebCore16V8DOMWindowShell19initContextIfNeededEv 4096 fun:_ZN7WebCore16V8DOMWindowShell19initContextIfNeededEv
4097 fun:_ZN7WebCore7V8Proxy16mainWorldContextEv 4097 fun:_ZN7WebCore7V8Proxy16mainWorldContextEv
4098 fun:_ZN7WebCore7V8Proxy16mainWorldContextEPNS_5FrameE 4098 fun:_ZN7WebCore7V8Proxy16mainWorldContextEPNS_5FrameE
4099 fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6Stri ngEP8NPObject 4099 fun:_ZN7WebCore16ScriptController18bindToWindowObjectEPNS_5FrameERKN3WTF6Stri ngEP8NPObject
4100 fun:_ZN6WebKit12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject 4100 fun:_ZN6WebKit12WebFrameImpl18bindToWindowObjectERKNS_9WebStringEP8NPObject
4101 fun:_ZN13CppBoundClass16BindToJavascriptEPN6WebKit8WebFrameERKSbIwSt11char_tr aitsIwESaIwEE 4101 fun:_ZN13CppBoundClass16BindToJavascriptEPN6WebKit8WebFrameERKSbIwSt11char_tr aitsIwESaIwEE
4102 fun:_ZN23AccessibilityController16BindToJavascriptEPN6WebKit8WebFrameERKSbIwS t11char_traitsIwESaIwEE 4102 fun:_ZN23AccessibilityController16BindToJavascriptEPN6WebKit8WebFrameERKSbIwS t11char_traitsIwESaIwEE
4103 fun:_ZN9TestShell21BindJSObjectsToWindowEPN6WebKit8WebFrameE 4103 fun:_ZN9TestShell21BindJSObjectsToWindowEPN6WebKit8WebFrameE
4104 fun:_ZN19TestWebViewDelegate20didClearWindowObjectEPN6WebKit8WebFrameE 4104 fun:_ZN19TestWebViewDelegate20didClearWindowObjectEPN6WebKit8WebFrameE
4105 } 4105 }
4106 {
4107 bug_51940
4108 Memcheck:Param
4109 pwrite64(buf)
4110 fun:pwrite64
4111 fun:_ZN10disk_cache4File5WriteEPKvjj
4112 fun:_ZN10disk_cache4File5WriteEPKvjjPNS_14FileIOCallbackEPb
4113 fun:_ZN10disk_cache9EntryImpl5FlushEiib
4114 fun:_ZN10disk_cache9EntryImplD0Ev
4115 fun:_ZN4base10RefCountedIN10disk_cache9EntryImplEE7ReleaseEv
4116 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
4117 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
4118 }
OLDNEW
« no previous file with comments | « net/http/http_response_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698