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

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

Issue 102163002: Revert 238283 "Infobar system refactor." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/chrome/test/ppapi/ppapi_test.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 2461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2472 { 2472 {
2473 bug_96069 2473 bug_96069
2474 Memcheck:Leak 2474 Memcheck:Leak
2475 fun:_Znw* 2475 fun:_Znw*
2476 fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunne rI6Tuple1IiEE 2476 fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunne rI6Tuple1IiEE
2477 fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE 2477 fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
2478 ... 2478 ...
2479 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8Callback IFvvEEE 2479 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8Callback IFvvEEE
2480 } 2480 }
2481 { 2481 {
2482 bug_96365
2483 Memcheck:Leak
2484 fun:_Znw*
2485 fun:_ZN27PasswordManagerDelegateImpl33AddSavePasswordInfoBarIfPermittedEP19Pa sswordFormManager
2486 fun:_ZN15PasswordManager23OnPasswordFormsRenderedERKSt6vectorIN6webkit5forms1 2PasswordFormESaIS3_EE
2487 }
2488 {
2482 bug_96369 2489 bug_96369
2483 Memcheck:Leak 2490 Memcheck:Leak
2484 fun:malloc 2491 fun:malloc
2485 fun:g_malloc 2492 fun:g_malloc
2486 fun:g_slice_alloc 2493 fun:g_slice_alloc
2487 fun:g_slice_alloc0 2494 fun:g_slice_alloc0
2488 fun:g_type_create_instance 2495 fun:g_type_create_instance
2489 fun:g_object_constructor 2496 fun:g_object_constructor
2490 fun:g_object_newv 2497 fun:g_object_newv
2491 fun:g_object_new 2498 fun:g_object_new
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
4205 { 4212 {
4206 bug_145697 4213 bug_145697
4207 Memcheck:Leak 4214 Memcheck:Leak
4208 fun:_Znw* 4215 fun:_Znw*
4209 ... 4216 ...
4210 fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12Reso urceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi 4217 fun:_ZN18SecurityFilterPeer40CreateSecurityFilterPeerForDeniedRequestEN12Reso urceType4TypeEPN11webkit_glue20ResourceLoaderBridge4PeerEi
4211 fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit _glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE 4218 fun:_ZN12_GLOBAL__N_124RendererResourceDelegate17OnRequestCompleteEPN11webkit _glue20ResourceLoaderBridge4PeerEN12ResourceType4TypeERKN3net16URLRequestStatusE
4212 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestSt atusERKSsRKN4base9TimeTicksE 4219 fun:_ZN7content18ResourceDispatcher17OnRequestCompleteEiRKN3net16URLRequestSt atusERKSsRKN4base9TimeTicksE
4213 } 4220 }
4214 { 4221 {
4222 bug_145698
4223 Memcheck:Leak
4224 fun:_Znw*
4225 fun:_ZN6chrome24ShowSessionCrashedPromptEP7Browser
4226 fun:_ZN25StartupBrowserCreatorImpl22AddInfoBarsIfNecessaryEP7BrowserN6chrome7 startup16IsProcessStartupE
4227 fun:_ZN25StartupBrowserCreatorImpl17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS1 _EE
4228 fun:_ZN25StartupBrowserCreatorImpl6LaunchEP7ProfileRKSt6vectorI4GURLSaIS3_EEb
4229 }
4230 {
4215 bug_145699 4231 bug_145699
4216 Memcheck:Leak 4232 Memcheck:Leak
4217 fun:_Znw* 4233 fun:_Znw*
4218 fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv 4234 fun:_ZN17OAuth2ApiCallFlow24CreateAccessTokenFetcherEv
4219 fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv 4235 fun:_ZN17OAuth2ApiCallFlow20BeginMintAccessTokenEv
4220 fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv 4236 fun:_ZN17OAuth2ApiCallFlow12BeginApiCallEv
4221 fun:_ZN17OAuth2ApiCallFlow5StartEv 4237 fun:_ZN17OAuth2ApiCallFlow5StartEv
4222 fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv 4238 fun:_ZN19OAuth2MintTokenFlow13FireAndForgetEv
4223 } 4239 }
4224 { 4240 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
4272 bug_145723 4288 bug_145723
4273 Memcheck:Leak 4289 Memcheck:Leak
4274 fun:_Znw* 4290 fun:_Znw*
4275 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v 4291 fun:_Z20NewExtensionFunctionI25TabsExecuteScriptFunctionEP17ExtensionFunction v
4276 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs 4292 fun:_ZN25ExtensionFunctionRegistry11NewFunctionERKSs
4277 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi 4293 fun:_ZN27ExtensionFunctionDispatcher23CreateExtensionFunctionERK31ExtensionHo stMsg_Request_ParamsPKN10extensions9ExtensionEiRKNS3_10ProcessMapEPNS3_12Extensi onAPIEPvPN3IPC6SenderEPN7content14RenderViewHostEi
4278 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE 4294 fun:_ZN27ExtensionFunctionDispatcher8DispatchERK31ExtensionHostMsg_Request_Pa ramsPN7content14RenderViewHostE
4279 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams 4295 fun:_ZN10extensions13ExtensionHost9OnRequestERK31ExtensionHostMsg_Request_Par ams
4280 } 4296 }
4281 { 4297 {
4298 bug_145733
4299 Memcheck:Leak
4300 fun:_Znw*
4301 fun:_ZN25ExtensionInstallUIDefault35GetNewThemeInstalledInfoBarDelegateEP11Ta bContentsPKN10extensions9ExtensionERKSsb
4302 fun:_ZN25ExtensionInstallUIDefault16ShowThemeInfoBarERKSsbPKN10extensions9Ext ensionEP7Profile
4303 fun:_ZN25ExtensionInstallUIDefault16OnInstallSuccessEPKN10extensions9Extensio nEP8SkBitmap
4304 fun:_ZN22ExtensionInstallPrompt16OnInstallSuccessEPKN10extensions9ExtensionEP 8SkBitmap
4305 fun:_ZN10extensions12CrxInstaller25ReportSuccessFromUIThreadEv
4306 }
4307 {
4282 bug_145735 4308 bug_145735
4283 Memcheck:Leak 4309 Memcheck:Leak
4284 fun:_Znw* 4310 fun:_Znw*
4285 fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv 4311 fun:_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv
4286 fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm 4312 fun:_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm
4287 fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_ 4313 fun:_ZNSt12_Vector_baseIcSaIcEEC2EmRKS0_
4288 fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_ 4314 fun:_ZNSt6vectorIcSaIcEEC1EmRKcRKS0_
4289 fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderE ii 4315 fun:_ZN4base5files12_GLOBAL__N_121InotifyReaderCallbackEPNS1_13InotifyReaderE ii
4290 } 4316 }
4291 { 4317 {
4318 bug_145747a
4319 Memcheck:Leak
4320 fun:_Znw*
4321 fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4Typ eEP14InfoBarServiceP11PrefServiceRKSsS7_
4322 fun:_ZN16TranslateManager14PageTranslatedEPN7content11WebContentsEP21PageTran slatedDetails
4323 fun:_ZN16TranslateManager7ObserveEiRKN7content18NotificationSourceERKNS0_19No tificationDetailsE
4324 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS 0_19NotificationDetailsE
4325 fun:_ZN18TranslateTabHelper16OnPageTranslatedEiRKSsS1_N15TranslateErrors4Type E
4326 }
4327 {
4328 bug_145747b
4329 Memcheck:Leak
4330 fun:_Znw*
4331 fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4Typ eEP14InfoBarServiceP11PrefServiceRKSsS7_
4332 fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE
4333 fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb
4334 }
4335 {
4292 bug_146464 4336 bug_146464
4293 Memcheck:Leak 4337 Memcheck:Leak
4294 fun:realloc 4338 fun:realloc
4295 fun:add_codeset.isra.10 4339 fun:add_codeset.isra.10
4296 ... 4340 ...
4297 fun:XCreatePixmap 4341 fun:XCreatePixmap
4298 fun:XCreateBitmapFromData 4342 fun:XCreateBitmapFromData
4299 ... 4343 ...
4300 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E 4344 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E
4301 } 4345 }
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
6330 fun:nssList_Create 6374 fun:nssList_Create
6331 fun:nssTrustDomain_UpdateCachedTokenCerts 6375 fun:nssTrustDomain_UpdateCachedTokenCerts
6332 fun:nssSlot_Refresh 6376 fun:nssSlot_Refresh
6333 fun:nssSlot_IsTokenPresent 6377 fun:nssSlot_IsTokenPresent
6334 fun:pk11_IsPresentCertLoad 6378 fun:pk11_IsPresentCertLoad
6335 fun:SECMOD_OpenNewSlot 6379 fun:SECMOD_OpenNewSlot
6336 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton10OpenUserDBERKN4base8FilePathE PKc 6380 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton10OpenUserDBERKN4base8FilePathE PKc
6337 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton13OpenTestNSSDBEv 6381 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton13OpenTestNSSDBEv
6338 fun:_ZN6crypto15ScopedTestNSSDBC1Ev 6382 fun:_ZN6crypto15ScopedTestNSSDBC1Ev
6339 } 6383 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/ppapi/ppapi_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698