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

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

Issue 10907021: Fix a memory leak in PasswordGenerationManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « content/renderer/render_view_impl.cc ('k') | webkit/forms/password_form_dom_manager.h » ('j') | 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 6008 matching lines...) Expand 10 before | Expand all | Expand 10 after
6019 bug_145710 6019 bug_145710
6020 Memcheck:Leak 6020 Memcheck:Leak
6021 fun:_Znw* 6021 fun:_Znw*
6022 fun:_ZN12TestInstance27TestLeakedObjectDestructorsEv 6022 fun:_ZN12TestInstance27TestLeakedObjectDestructorsEv
6023 fun:_ZN12TestInstance8RunTestsERKSs 6023 fun:_ZN12TestInstance8RunTestsERKSs
6024 fun:_ZN15TestingInstance12ExecuteTestsEi 6024 fun:_ZN15TestingInstance12ExecuteTestsEi
6025 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE11Dispatcher0IMS1_FviEEclEPS1_i 6025 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE11Dispatcher0IMS1_FviEEclEPS1_i
6026 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE12CallbackDataINS3_11Dispatcher0IMS1_FviEEEE5ThunkEPvi 6026 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE12CallbackDataINS3_11Dispatcher0IMS1_FviEEEE5ThunkEPvi
6027 } 6027 }
6028 { 6028 {
6029 bug_145711
6030 Memcheck:Leak
6031 fun:_Znw*
6032 fun:_ZN6webkit5forms22PasswordFormDomManager18CreatePasswordFormERKN6WebKit14 WebFormElementE
6033 fun:_ZN8autofill25PasswordGenerationManager11handleClickERN6WebKit15WebInputE lementE
6034 fun:_ZN6WebKit22TextFieldDecoratorImpl11handleClickEPN7WebCore16HTMLInputElem entE
6035 fun:_ZN7WebCore26TextFieldDecorationElement19defaultEventHandlerEPNS_5EventE
6036 fun:_ZN7WebCore15EventDispatcher24dispatchEventPostProcessEN3WTF10PassRefPtrI NS_5EventEEEPv
6037 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEE E
6038 }
6039 {
6040 bug_145712
Lei Zhang 2012/08/31 17:08:43 Did you accidentally remove a second suppression h
6041 Memcheck:Leak
6042 fun:_Znw*
6043 fun:_ZN6WebKit25NotificationPresenterImpl17requestPermissionEPN7WebCore22Scri ptExecutionContextEN3WTF10PassRefPtrINS1_12VoidCallbackEEE
6044 fun:_ZN7WebCore18NotificationCenter17requestPermissionEN3WTF10PassRefPtrINS_1 2VoidCallbackEEE
6045 fun:_ZN7WebCore20V8NotificationCenter25requestPermissionCallbackERKN2v89Argum entsE
6046 }
6047 {
6048 bug_145723 6029 bug_145723
6049 Memcheck:Leak 6030 Memcheck:Leak
6050 fun:_Znw* 6031 fun:_Znw*
6051 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v 6032 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v
6052 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs 6033 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
6053 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi 6034 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
6054 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE 6035 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
6055 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams 6036 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
6056 } 6037 }
6057 { 6038 {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
6153 obj:/lib/libselinux.so.1 6134 obj:/lib/libselinux.so.1
6154 obj:/lib/libselinux.so.1 6135 obj:/lib/libselinux.so.1
6155 } 6136 }
6156 { 6137 {
6157 bug_todo_grep 6138 bug_todo_grep
6158 Memcheck:Leak 6139 Memcheck:Leak
6159 fun:malloc 6140 fun:malloc
6160 obj:/bin/grep 6141 obj:/bin/grep
6161 obj:/bin/grep 6142 obj:/bin/grep
6162 } 6143 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/forms/password_form_dom_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698