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

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

Issue 8538008: Linux: Move base/mime_util* to base/nix. It's not used on any other platform. (Closed) Base URL: svn://chrome-svn/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 | « net/base/platform_mime_util_linux.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 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 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after
4371 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE 4371 fun:_ZN11PluginPrefs23CreatePluginFileSummaryERKN6webkit13WebPluginInfoE
4372 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE 4372 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE
4373 fun:_Z16DispatchToMethodI11PluginPrefsMS0_FvSt6vectorIN6webkit13WebPluginInfo ESaIS3_EES1_INS2_5npapi11PluginGroupESaIS7_EEES5_S9_EvPT_T0_RK6Tuple2IT1_T2_E 4373 fun:_Z16DispatchToMethodI11PluginPrefsMS0_FvSt6vectorIN6webkit13WebPluginInfo ESaIS3_EES1_INS2_5npapi11PluginGroupESaIS7_EEES5_S9_EvPT_T0_RK6Tuple2IT1_T2_E
4374 } 4374 }
4375 { 4375 {
4376 bug_95902 4376 bug_95902
4377 Memcheck:Leak 4377 Memcheck:Leak
4378 ... 4378 ...
4379 fun:xdg_mime_init 4379 fun:xdg_mime_init
4380 fun:xdg_mime_get_mime_type_from_file_name 4380 fun:xdg_mime_get_mime_type_from_file_name
4381 fun:_ZN9mime_util15GetFileMimeTypeERK8FilePath 4381 fun:*GetFileMimeTypeERK8FilePath
4382 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs 4382 fun:_ZNK3net16PlatformMimeUtil32GetPlatformMimeTypeFromExtensionERKSsPSs
4383 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs 4383 fun:_ZNK3net8MimeUtil30GetMimeTypeFromExtensionHelperERKSsbPSs
4384 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs 4384 fun:_ZNK3net8MimeUtil24GetMimeTypeFromExtensionERKSsPSs
4385 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileERK8FilePathPSs 4385 fun:_ZNK3net8MimeUtil19GetMimeTypeFromFileERK8FilePathPSs
4386 fun:_ZN3net19GetMimeTypeFromFileERK8FilePathPSs 4386 fun:_ZN3net19GetMimeTypeFromFileERK8FilePathPSs
4387 fun:_ZNK25SharedResourcesDataSource11GetMimeTypeERKSs 4387 fun:_ZNK25SharedResourcesDataSource11GetMimeTypeERKSs
4388 } 4388 }
4389 { 4389 {
4390 bug_95931a 4390 bug_95931a
4391 Memcheck:Leak 4391 Memcheck:Leak
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
5268 obj:/lib/libselinux.so.1 5268 obj:/lib/libselinux.so.1
5269 obj:/lib/libselinux.so.1 5269 obj:/lib/libselinux.so.1
5270 } 5270 }
5271 { 5271 {
5272 bug_todo_grep 5272 bug_todo_grep
5273 Memcheck:Leak 5273 Memcheck:Leak
5274 fun:malloc 5274 fun:malloc
5275 obj:/bin/grep 5275 obj:/bin/grep
5276 obj:/bin/grep 5276 obj:/bin/grep
5277 } 5277 }
OLDNEW
« no previous file with comments | « net/base/platform_mime_util_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698