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

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

Issue 8528031: Fix memory leak in SetDefaultContentSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Valgrind suppressions. 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 | « tools/heapcheck/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 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 5202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5213 fun:_ZN8chromeos17NotificationPanel4ShowEv 5213 fun:_ZN8chromeos17NotificationPanel4ShowEv
5214 fun:_ZN8chromeos17NotificationPanel3AddEP7Balloon 5214 fun:_ZN8chromeos17NotificationPanel3AddEP7Balloon
5215 fun:_ZN8chromeos21BalloonCollectionImpl21AddSystemNotificationERK12Notificati onP7Profilebb 5215 fun:_ZN8chromeos21BalloonCollectionImpl21AddSystemNotificationERK12Notificati onP7Profilebb
5216 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEES6_RKNS1_8CallbackIFvPKNS1_9ListValueEEEEbb 5216 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEES6_RKNS1_8CallbackIFvPKNS1_9ListValueEEEEbb
5217 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEEbb 5217 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEEbb
5218 fun:_ZN8chromeos18LowBatteryObserver4ShowEN4base9TimeDeltaEb 5218 fun:_ZN8chromeos18LowBatteryObserver4ShowEN4base9TimeDeltaEb
5219 fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE 5219 fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE
5220 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv 5220 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv
5221 } 5221 }
5222 { 5222 {
5223 bug_104775
5224 Memcheck:Leak
5225 fun:_Znw*
5226 fun:_ZN4base5Value18CreateIntegerValueEi
5227 fun:_ZN22HostContentSettingsMap24SetDefaultContentSettingE19ContentSettingsTy pe14ContentSetting
5228 fun:_ZN14CookieSettings23SetDefaultCookieSettingE14ContentSetting
5229 fun:_ZN60ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test8TestBod yEv
5230 }
5231 {
5232 bug_104806_a 5223 bug_104806_a
5233 Memcheck:Leak 5224 Memcheck:Leak
5234 fun:_Znw* 5225 fun:_Znw*
5235 ... 5226 ...
5236 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE 5227 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
5237 fun:_ZN4base12TrackingInfoC2ERKN15tracked_objects8LocationENS_9TimeTicksE 5228 fun:_ZN4base12TrackingInfoC2ERKN15tracked_objects8LocationENS_9TimeTicksE
5238 } 5229 }
5239 { 5230 {
5240 bug_104806_b 5231 bug_104806_b
5241 Memcheck:Leak 5232 Memcheck:Leak
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5275 obj:/lib/libselinux.so.1 5266 obj:/lib/libselinux.so.1
5276 obj:/lib/libselinux.so.1 5267 obj:/lib/libselinux.so.1
5277 } 5268 }
5278 { 5269 {
5279 bug_todo_grep 5270 bug_todo_grep
5280 Memcheck:Leak 5271 Memcheck:Leak
5281 fun:malloc 5272 fun:malloc
5282 obj:/bin/grep 5273 obj:/bin/grep
5283 obj:/bin/grep 5274 obj:/bin/grep
5284 } 5275 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698